mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Update web-platform-tests to revision 58eb04cecbbec2e18531ab440225e38944a9c444
This commit is contained in:
parent
25e8bf69e6
commit
665817d2a6
35333 changed files with 1818077 additions and 16036 deletions
|
@ -4,14 +4,14 @@
|
|||
<title>XMLHttpRequest: setRequestHeader() - headers that differ in case</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<link rel="help" href="https://xhr.spec.whatwg.org/#the-setrequestheader()-method" data-tested-assertations="/following::ol/li[6] /following::ol/li[7]" />
|
||||
<link rel="help" href="https://xhr.spec.whatwg.org/#the-setrequestheader()-method">
|
||||
</head>
|
||||
<body>
|
||||
<div id="log"></div>
|
||||
<script>
|
||||
test(function() {
|
||||
var client = new XMLHttpRequest()
|
||||
client.open("POST", "resources/inspect-headers.py?filter_value=t1,t2,t3", false)
|
||||
client.open("POST", "resources/inspect-headers.py?filter_value=t1, t2, t3", false)
|
||||
client.setRequestHeader("x-test", "t1")
|
||||
client.setRequestHeader("X-TEST", "t2")
|
||||
client.setRequestHeader("X-teST", "t3")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue