Fix Request's Headers to be cloned correctly
d03167d
Previously, when `Clone()` was called, Headers of the template Request did not get cloned properly. This commit fixes that issue, and updates the expected wpt results.