mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision 4bba821de44da9ed47c2562f995a0da6eecc177b
This commit is contained in:
parent
af637640ae
commit
c8c377df9f
48 changed files with 697 additions and 8688 deletions
|
@ -43,6 +43,7 @@ function test_withCredentials(worker) {
|
|||
test(function() {
|
||||
var client = new XMLHttpRequest()
|
||||
client.open("GET", "resources/delay.py?ms=1000", false)
|
||||
client.send();
|
||||
assert_throws("InvalidStateError", function() { client.withCredentials = true })
|
||||
}, "setting withCredentials when in DONE state (synchronous)")
|
||||
}
|
||||
|
|
|
@ -58,9 +58,9 @@
|
|||
"text/x-thepiano;charset=UTF-8",
|
||||
"charset given but wrong, fix it (unknown MIME, bogus charset)"
|
||||
)
|
||||
request( /**/
|
||||
request(
|
||||
"text/plain;charset=utf-8;charset=waddup",
|
||||
"text/plain;charset=UTF-8;charset=UTF-8",
|
||||
"text/plain;charset=utf-8;charset=UTF-8",
|
||||
"charset given but wrong, fix it (known MIME, bogus charset)"
|
||||
)
|
||||
request(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue