Update test expectations.

This commit is contained in:
Josh Matthews 2017-11-15 13:49:38 -05:00
parent 35db26d1a9
commit 0c83d95d5a
51 changed files with 232 additions and 60 deletions

1
.gitignore vendored
View file

@ -9,6 +9,7 @@
/ports/android/obj
/python/_virtualenv
/python/tidy/servo_tidy.egg-info
/tests/wpt/sync
*~
*.pkl
*.pyc

View file

@ -373419,7 +373419,7 @@
"support"
],
"./lint.whitelist": [
"7baaa34ac7481729c063fe60be0846d4f081c7f0",
"b5d3ae0d3de0f8332904829ef0070f547dd3bc83",
"support"
],
"./serve.py": [
@ -531095,7 +531095,7 @@
"support"
],
"html/browsers/history/the-session-history-of-browsing-contexts/navigation-in-onload.tentative.html": [
"fbb1c40a56f513dd66084f780eb650664188ec4f",
"63421792e4f1f654149d48775b1f2574398bba1a",
"testharness"
],
"html/browsers/history/the-session-history-of-browsing-contexts/navigation-in-onload_form-submission-1.tentative.html": [

View file

@ -1,11 +0,0 @@
[getallresponseheaders-cl.htm]
type: testharness
[Casing of known headers]
expected: FAIL
[Casing of known headers 1]
expected: FAIL
[Casing of known headers 2]
expected: FAIL

View file

@ -1,9 +1,11 @@
[getallresponseheaders.htm]
type: testharness
expected: TIMEOUT
[XMLHttpRequest: getAllResponseHeaders()]
expected: TIMEOUT
expected: FAIL
[XMLHttpRequest: getAllResponseHeaders() 1]
expected: TIMEOUT
expected: FAIL
[XMLHttpRequest: getAllResponseHeaders() 2]
expected: FAIL

View file

@ -0,0 +1,7 @@
[open-url-encoding.htm]
[percent encode characters]
expected: FAIL
[lone surrogate]
expected: FAIL

View file

@ -1,5 +0,0 @@
[send-authentication-cors-basic-setrequestheader.htm]
type: testharness
[XMLHttpRequest: send() - "Basic" authenticated CORS request using setRequestHeader() (expects to succeed)]
expected: FAIL

View file

@ -1,5 +0,0 @@
[send-authentication-cors-setrequestheader-no-cred.htm]
type: testharness
[CORS request with setRequestHeader auth to URL accepting Authorization header]
expected: FAIL

View file

@ -0,0 +1,4 @@
[setrequestheader-case-insensitive.htm]
[XMLHttpRequest: setRequestHeader() - headers that differ in case 1]
expected: FAIL

View file

@ -0,0 +1,2 @@
[overflow-propagation-001a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[overflow-propagation-001b.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[overflow-propagation-001c.html]
expected: FAIL

View file

@ -1,3 +0,0 @@
[visibility-005.xht]
type: reftest
expected: FAIL

View file

@ -1,3 +1,3 @@
[box-shadow-syntax-001.xht]
type: reftest
expected: FAIL
expected: TIMEOUT

View file

@ -0,0 +1,7 @@
[percentage-heights-003.html]
[.flexbox 1]
expected: FAIL
[.flexbox 2]
expected: FAIL

View file

@ -0,0 +1,7 @@
[text-decoration-skip-ink.html]
[Body must have text-decoration-skip-ink auto by default.]
expected: FAIL
[Property text-decoration-skip-ink must support values auto and none.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[css-transforms-3d-on-anonymous-block-001.html]
expected: FAIL

View file

@ -1,5 +0,0 @@
[media-query-list-interface.xht]
type: testharness
[window_inherits_matchmedia]
expected: FAIL

View file

@ -1,5 +0,0 @@
[window-interface.xht]
type: testharness
[window_inherited_functions]
expected: FAIL

View file

@ -0,0 +1,4 @@
[missing-right-token.html]
[attribute selectors with missing right tokens succeed]
expected: FAIL

View file

@ -0,0 +1,13 @@
[HTMLInputElement.html]
[capture on HTMLInputElement must enqueue an attributeChanged reaction when adding new attribute]
expected: FAIL
[capture on HTMLInputElement must enqueue an attributeChanged reaction when replacing an existing attribute]
expected: FAIL
[capture on HTMLInputElement must enqueue an attributeChanged reaction when adding invalid value default]
expected: FAIL
[capture on HTMLInputElement must enqueue an attributeChanged reaction when removing the attribute]
expected: FAIL

View file

@ -3,3 +3,18 @@
[Untitled]
expected: FAIL
[Constructed MouseEvent timestamp should be high resolution and have the same time origin as performance.now()]
expected: FAIL
[Constructed KeyboardEvent timestamp should be high resolution and have the same time origin as performance.now()]
expected: FAIL
[Constructed WheelEvent timestamp should be high resolution and have the same time origin as performance.now()]
expected: FAIL
[Constructed GamepadEvent timestamp should be high resolution and have the same time origin as performance.now()]
expected: FAIL
[Constructed FocusEvent timestamp should be high resolution and have the same time origin as performance.now()]
expected: FAIL

View file

@ -0,0 +1,15 @@
[request-headers-case.any.html]
[Multiple headers with the same name, different case (THIS-is-A-test first)]
expected: FAIL
[Multiple headers with the same name, different case (THIS-IS-A-TEST first)]
expected: FAIL
[request-headers-case.any.worker.html]
[Multiple headers with the same name, different case (THIS-is-A-test first)]
expected: FAIL
[Multiple headers with the same name, different case (THIS-IS-A-TEST first)]
expected: FAIL

View file

@ -1,8 +0,0 @@
[cors-filtering-worker.html]
type: testharness
[CORS filter on Set-Cookie header]
expected: FAIL
[CORS filter on Set-Cookie header, header is forbidden]
expected: FAIL

View file

@ -1,8 +0,0 @@
[cors-filtering.html]
type: testharness
[CORS filter on Set-Cookie header]
expected: FAIL
[CORS filter on Set-Cookie header, header is forbidden]
expected: FAIL

View file

@ -0,0 +1,4 @@
[navigation-in-onload.tentative.html]
[Navigation in onload handler]
expected: FAIL

View file

@ -0,0 +1,2 @@
[body-margin-1a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[body-margin-1b.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[body-margin-1c.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[body-margin-1d.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[body-margin-1e.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[body-margin-1f.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[body-margin-1i.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[body-margin-1j.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[body-margin-1k.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[body-margin-1l.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[body-margin-2a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[body-margin-2b.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[body-margin-2c.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[body-margin-2d.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[body-margin-2e.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[body-margin-2f.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[body-margin-2i.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[body-margin-2j.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[body-margin-2k.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[body-margin-2l.html]
expected: FAIL

View file

@ -172,3 +172,93 @@
[XHTML img usemap="http://example.org/#garbage-before-hash-id"]
expected: FAIL
[HTML (standards) IMG usemap="no-hash-name"]
expected: FAIL
[HTML (standards) IMG usemap="no-hash-id"]
expected: FAIL
[HTML (standards) IMG usemap="hash-last#"]
expected: FAIL
[HTML (standards) IMG usemap=""]
expected: FAIL
[HTML (standards) IMG usemap="#"]
expected: FAIL
[HTML (standards) IMG usemap="#percent-escape-name-%41"]
expected: FAIL
[HTML (standards) IMG usemap="#percent-escape-id-%41"]
expected: FAIL
[HTML (standards) IMG usemap="#no-such-map"]
expected: FAIL
[HTML (standards) IMG usemap="#different-CASE-name"]
expected: FAIL
[HTML (standards) IMG usemap="#different-CASE-id"]
expected: FAIL
[HTML (quirks) IMG usemap="no-hash-name"]
expected: FAIL
[HTML (quirks) IMG usemap="no-hash-id"]
expected: FAIL
[HTML (quirks) IMG usemap="hash-last#"]
expected: FAIL
[HTML (quirks) IMG usemap=""]
expected: FAIL
[HTML (quirks) IMG usemap="#"]
expected: FAIL
[HTML (quirks) IMG usemap="#percent-escape-name-%41"]
expected: FAIL
[HTML (quirks) IMG usemap="#percent-escape-id-%41"]
expected: FAIL
[HTML (quirks) IMG usemap="#no-such-map"]
expected: FAIL
[HTML (quirks) IMG usemap="#different-CASE-name"]
expected: FAIL
[HTML (quirks) IMG usemap="#different-CASE-id"]
expected: FAIL
[XHTML img usemap="no-hash-name"]
expected: FAIL
[XHTML img usemap="no-hash-id"]
expected: FAIL
[XHTML img usemap="hash-last#"]
expected: FAIL
[XHTML img usemap=""]
expected: FAIL
[XHTML img usemap="#"]
expected: FAIL
[XHTML img usemap="#percent-escape-name-%41"]
expected: FAIL
[XHTML img usemap="#percent-escape-id-%41"]
expected: FAIL
[XHTML img usemap="#no-such-map"]
expected: FAIL
[XHTML img usemap="#different-CASE-name"]
expected: FAIL
[XHTML img usemap="#different-CASE-id"]
expected: FAIL

View file

@ -1,6 +1,5 @@
[selection-start-end.html]
type: testharness
[onselect should fire when selectionStart is changed]
expected: FAIL

View file

@ -59,3 +59,4 @@
[value IDL attribute of input type email with value attribute]
expected: FAIL

View file

@ -0,0 +1,4 @@
[option-text-setter.html]
[Verify that using HTMLOptionElement.text setter does not update the existing text child node.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[data-uri-fragment.html]
[Data URI parsing of fragments]
expected: FAIL

View file

@ -1,8 +1,5 @@
[005.html]
type: testharness
[WebSockets: proper first line]
expected: FAIL
[005.html?wss]
type: testharness