mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Do not return an error for non-GET data: requests (fixes #13293)
This commit is contained in:
parent
e0731215c0
commit
c0f9fb8f55
2 changed files with 28 additions and 12 deletions
|
@ -3,3 +3,23 @@
|
|||
[XHR method GET with charset text/html;charset=UTF-8]
|
||||
expected: FAIL
|
||||
|
||||
[XHR method POST with charset text/plain]
|
||||
bug: https://github.com/w3c/web-platform-tests/issues/3738
|
||||
expected: FAIL
|
||||
|
||||
[XHR method PUT with charset text/plain]
|
||||
bug: https://github.com/w3c/web-platform-tests/issues/3738
|
||||
expected: FAIL
|
||||
|
||||
[XHR method DELETE with charset text/plain]
|
||||
bug: https://github.com/w3c/web-platform-tests/issues/3738
|
||||
expected: FAIL
|
||||
|
||||
[XHR method HEAD with charset text/plain]
|
||||
bug: https://github.com/w3c/web-platform-tests/issues/3738
|
||||
expected: FAIL
|
||||
|
||||
[XHR method UNICORN with charset text/plain]
|
||||
bug: https://github.com/w3c/web-platform-tests/issues/3738
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue