Files
servo/tests/wpt/metadata/XMLHttpRequest/data-uri.htm.ini
Mukilan Thiyagarajan 9bafd5f28a Update expectations for wpt tests under /XMLHttpRequest
Following tests are re-enabled:
* /XMLHttpRequest/send-network-error-async-events.sub.htm
* /XMLHttpRequest/send-network-error-sync-events.sub.htm
* /XMLHttpRequest/xmlhttprequest-timeout-worker-aborted.html
* /XMLHttpRequest/xmlhttprequest-timeout-worker-overrides.html
* /XMLHttpRequest/xmlhttprequest-timeout-worker-simple.html
* /XMLHttpRequest/xmlhttprequest-timeout-worker-twice.html

Following tests are disabled:
* /XMLHttpRequest/xmlhttprequest-timeout-worker-overridesexpires.html

The following tests are expected to timeout since window.postMessage is
not implemented yet:

* /XMLHttpRequest/xmlhttprequest-timeout-abortedonmain.html
* /XMLHttpRequest/xmlhttprequest-timeout-overrides.html
* /XMLHttpRequest/xmlhttprequest-timeout-overridesexpires.html
2014-11-04 08:20:46 +05:30

33 lines
694 B
INI

[data-uri.htm]
type: testharness
[XHR method GET with charset text/plain]
expected: FAIL
[XHR method GET with charset text/plain (base64)]
expected: FAIL
[XHR method GET with charset text/html]
expected: FAIL
[XHR method GET with charset image/png]
expected: FAIL
[XHR method POST with charset text/plain]
expected: FAIL
[XHR method PUT with charset text/plain]
expected: FAIL
[XHR method DELETE with charset text/plain]
expected: FAIL
[XHR method HEAD with charset text/plain]
expected: FAIL
[XHR method UNICORN with charset text/plain]
expected: FAIL
[XHR method GET with charset text/html;charset=UTF-8]
expected: FAIL