mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Update web-platform-tests.
This commit is contained in:
parent
ec42c01fba
commit
92a7fee296
27 changed files with 454 additions and 66 deletions
5
tests/wpt/metadata/FileAPI/historical.html.ini
Normal file
5
tests/wpt/metadata/FileAPI/historical.html.ini
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[historical.html]
|
||||||
|
type: testharness
|
||||||
|
[FileReader should not support readAsBinaryString]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -237,3 +237,18 @@
|
||||||
[File interface: existence and properties of interface object]
|
[File interface: existence and properties of interface object]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[FileList must be primary interface of file_input.files]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Stringification of file_input.files]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[FileList interface: file_input.files must inherit property "item" with the proper type (0)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[FileList interface: calling item(unsigned long) on file_input.files with too few arguments must throw TypeError]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[FileList interface: file_input.files must inherit property "length" with the proper type (1)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,20 @@
|
||||||
|
[FileReader-event-handler-attributes.html]
|
||||||
|
type: testharness
|
||||||
|
[FileReader.onloadstart: initial value]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[FileReader.onprogress: initial value]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[FileReader.onload: initial value]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[FileReader.onabort: initial value]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[FileReader.onerror: initial value]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[FileReader.onloadend: initial value]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -1030,9 +1030,6 @@
|
||||||
{
|
{
|
||||||
"url": "/battery-status/battery-interface.js"
|
"url": "/battery-status/battery-interface.js"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"url": "/battery-status/countdown.js"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"url": "/battery-status/prime.js"
|
"url": "/battery-status/prime.js"
|
||||||
},
|
},
|
||||||
|
@ -4444,10 +4441,10 @@
|
||||||
"url": "/battery-status/battery-full-manual.html"
|
"url": "/battery-status/battery-full-manual.html"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "/battery-status/battery-plugged-in-manual.html"
|
"url": "/battery-status/battery-plugging-in-manual.html"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "/battery-status/battery-unplugged-manual.html"
|
"url": "/battery-status/battery-unplugging-manual.html"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "/gamepad/events-manual.html"
|
"url": "/gamepad/events-manual.html"
|
||||||
|
@ -4542,6 +4539,24 @@
|
||||||
{
|
{
|
||||||
"url": "/html-longdesc/reflected-changing-longdesc-manual.html"
|
"url": "/html-longdesc/reflected-changing-longdesc-manual.html"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"url": "/html-media-capture/capture_audio-manual.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html-media-capture/capture_audio_cancel-manual.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html-media-capture/capture_image-manual.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html-media-capture/capture_image_cancel-manual.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html-media-capture/capture_video-manual.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html-media-capture/capture_video_cancel-manual.html"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"url": "/html/browsers/offline/application-cache-api/api_status_checking-manual.html"
|
"url": "/html/browsers/offline/application-cache-api/api_status_checking-manual.html"
|
||||||
},
|
},
|
||||||
|
@ -9460,6 +9475,9 @@
|
||||||
{
|
{
|
||||||
"url": "/FileAPI/reading-data-section/Determining-Encoding.html"
|
"url": "/FileAPI/reading-data-section/Determining-Encoding.html"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"url": "/FileAPI/reading-data-section/FileReader-event-handler-attributes.html"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"url": "/FileAPI/reading-data-section/FileReader-multiple-reads.html"
|
"url": "/FileAPI/reading-data-section/FileReader-multiple-reads.html"
|
||||||
},
|
},
|
||||||
|
@ -11938,6 +11956,9 @@
|
||||||
{
|
{
|
||||||
"url": "/html-media-capture/idlharness.html"
|
"url": "/html-media-capture/idlharness.html"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/browsing-the-web/history-traversal/PopStateEvent.html"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"url": "/html/browsers/browsing-the-web/read-media/pageload-image.html"
|
"url": "/html/browsers/browsing-the-web/read-media/pageload-image.html"
|
||||||
},
|
},
|
||||||
|
@ -11968,9 +11989,6 @@
|
||||||
{
|
{
|
||||||
"url": "/html/browsers/history/the-history-interface/002.html"
|
"url": "/html/browsers/history/the-history-interface/002.html"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"url": "/html/browsers/history/the-history-interface/003.html"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"url": "/html/browsers/history/the-history-interface/004.html"
|
"url": "/html/browsers/history/the-history-interface/004.html"
|
||||||
},
|
},
|
||||||
|
@ -11995,9 +12013,93 @@
|
||||||
{
|
{
|
||||||
"url": "/html/browsers/history/the-history-interface/012.html"
|
"url": "/html/browsers/history/the-history-interface/012.html"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-history-interface/combination_history_001.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-history-interface/combination_history_002.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-history-interface/combination_history_003.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-history-interface/combination_history_004.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-history-interface/combination_history_005.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-history-interface/combination_history_006.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-history-interface/combination_history_007.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-history-interface/history_back.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-history-interface/history_forward.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-history-interface/history_go_minus.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-history-interface/history_go_plus.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-history-interface/history_pushstate.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-history-interface/history_pushstate_err.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-history-interface/history_pushstate_nooptionalparam.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-history-interface/history_replacestate.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-history-interface/history_replacestate_err.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-history-interface/history_replacestate_nooptionalparam.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-history-interface/history_state.html"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"url": "/html/browsers/history/the-location-interface/location-stringifier.html"
|
"url": "/html/browsers/history/the-location-interface/location-stringifier.html"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-location-interface/location_assign.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-location-interface/location_hash.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-location-interface/location_host.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-location-interface/location_hostname.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-location-interface/location_href.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-location-interface/location_pathname.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-location-interface/location_port.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-location-interface/location_protocol.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-location-interface/location_replace.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/browsers/history/the-location-interface/location_search.html"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"url": "/html/browsers/history/the-location-interface/security_location_0.sub.htm"
|
"url": "/html/browsers/history/the-location-interface/security_location_0.sub.htm"
|
||||||
},
|
},
|
||||||
|
@ -13858,6 +13960,9 @@
|
||||||
{
|
{
|
||||||
"url": "/html/semantics/forms/the-input-element/email.html"
|
"url": "/html/semantics/forms/the-input-element/email.html"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"url": "/html/semantics/forms/the-input-element/files.html"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"url": "/html/semantics/forms/the-input-element/hidden.html"
|
"url": "/html/semantics/forms/the-input-element/hidden.html"
|
||||||
},
|
},
|
||||||
|
@ -14650,9 +14755,6 @@
|
||||||
{
|
{
|
||||||
"url": "/media-source/mediasource-play.html"
|
"url": "/media-source/mediasource-play.html"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"url": "/media-source/mediasource-redundant-seek.html"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"url": "/media-source/mediasource-remove.html"
|
"url": "/media-source/mediasource-remove.html"
|
||||||
},
|
},
|
||||||
|
@ -17935,6 +18037,10 @@
|
||||||
"timeout": "long",
|
"timeout": "long",
|
||||||
"url": "/html/syntax/parsing/html5lib_webkit02.html"
|
"url": "/html/syntax/parsing/html5lib_webkit02.html"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"timeout": "long",
|
||||||
|
"url": "/media-source/mediasource-redundant-seek.html"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timeout": "long",
|
"timeout": "long",
|
||||||
"url": "/websockets/binary/002.html"
|
"url": "/websockets/binary/002.html"
|
||||||
|
@ -18054,6 +18160,6 @@
|
||||||
"deleted": [],
|
"deleted": [],
|
||||||
"items": {}
|
"items": {}
|
||||||
},
|
},
|
||||||
"rev": "9b3cf7130b08834291687e8b011e85829c20ea79",
|
"rev": "a44e574f5832d164472a7c26010bfd460f74d314",
|
||||||
"url_base": "/"
|
"url_base": "/"
|
||||||
}
|
}
|
|
@ -63,3 +63,48 @@
|
||||||
[ProgressEvent interface: existence and properties of interface object]
|
[ProgressEvent interface: existence and properties of interface object]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[XMLHttpRequestEventTarget interface: existence and properties of interface object]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[XMLHttpRequestEventTarget interface object length]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[XMLHttpRequestEventTarget interface: existence and properties of interface prototype object]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[XMLHttpRequestEventTarget interface: existence and properties of interface prototype object\'s "constructor" property]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[XMLHttpRequestEventTarget interface: attribute onloadstart]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[XMLHttpRequestEventTarget interface: attribute onprogress]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[XMLHttpRequestEventTarget interface: attribute onabort]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[XMLHttpRequestEventTarget interface: attribute onerror]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[XMLHttpRequestEventTarget interface: attribute onload]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[XMLHttpRequestEventTarget interface: attribute ontimeout]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[XMLHttpRequestEventTarget interface: attribute onloadend]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[XMLHttpRequestUpload interface: existence and properties of interface object]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[XMLHttpRequestUpload interface: existence and properties of interface prototype object]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[XMLHttpRequest interface: existence and properties of interface object]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[XMLHttpRequest interface: existence and properties of interface prototype object]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
[open-url-multi-window-2.htm]
|
[open-url-multi-window-2.htm]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: OK
|
|
||||||
[XMLHttpRequest: open() resolving URLs (multi-Window; 2; evil)]
|
[XMLHttpRequest: open() resolving URLs (multi-Window; 2; evil)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
[open-url-multi-window-3.htm]
|
[open-url-multi-window-3.htm]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: OK
|
|
||||||
[XMLHttpRequest: open() resolving URLs (multi-Window; 3; evil)]
|
[XMLHttpRequest: open() resolving URLs (multi-Window; 3; evil)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
[open-url-multi-window-4.htm]
|
[open-url-multi-window-4.htm]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: OK
|
|
||||||
[XMLHttpRequest: open() resolving URLs (multi-Window; 4; evil)]
|
[XMLHttpRequest: open() resolving URLs (multi-Window; 4; evil)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
[open-url-multi-window-5.htm]
|
[open-url-multi-window-5.htm]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: OK
|
|
||||||
[XMLHttpRequest: open() resolving URLs (multi-Window; 5)]
|
[XMLHttpRequest: open() resolving URLs (multi-Window; 5)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
[open-url-multi-window.htm]
|
[open-url-multi-window.htm]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: OK
|
|
||||||
[XMLHttpRequest: open() resolving URLs (multi-Window; 1)]
|
[XMLHttpRequest: open() resolving URLs (multi-Window; 1)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -2,3 +2,4 @@
|
||||||
type: testharness
|
type: testharness
|
||||||
[XMLHttpRequest: send() - Document]
|
[XMLHttpRequest: send() - Document]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -21,9 +21,6 @@
|
||||||
[EventTarget interface: operation removeEventListener(DOMString,EventListener,boolean)]
|
[EventTarget interface: operation removeEventListener(DOMString,EventListener,boolean)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[NodeList interface: existence and properties of interface prototype object]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[MutationObserver interface: existence and properties of interface object]
|
[MutationObserver interface: existence and properties of interface object]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -240,9 +237,6 @@
|
||||||
[DocumentType interface: operation after([object Object\],[object Object\])]
|
[DocumentType interface: operation after([object Object\],[object Object\])]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[DocumentType interface: operation replace([object Object\],[object Object\])]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[DocumentType interface: document.doctype must inherit property "before" with the proper type (3)]
|
[DocumentType interface: document.doctype must inherit property "before" with the proper type (3)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -255,12 +249,6 @@
|
||||||
[DocumentType interface: calling after([object Object\],[object Object\]) on document.doctype with too few arguments must throw TypeError]
|
[DocumentType interface: calling after([object Object\],[object Object\]) on document.doctype with too few arguments must throw TypeError]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[DocumentType interface: document.doctype must inherit property "replace" with the proper type (5)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[DocumentType interface: calling replace([object Object\],[object Object\]) on document.doctype with too few arguments must throw TypeError]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Element interface: operation hasAttributes()]
|
[Element interface: operation hasAttributes()]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -312,9 +300,6 @@
|
||||||
[Element interface: operation after([object Object\],[object Object\])]
|
[Element interface: operation after([object Object\],[object Object\])]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Element interface: operation replace([object Object\],[object Object\])]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Element interface: element must inherit property "hasAttributes" with the proper type (7)]
|
[Element interface: element must inherit property "hasAttributes" with the proper type (7)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -399,12 +384,6 @@
|
||||||
[Element interface: calling after([object Object\],[object Object\]) on element with too few arguments must throw TypeError]
|
[Element interface: calling after([object Object\],[object Object\]) on element with too few arguments must throw TypeError]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Element interface: element must inherit property "replace" with the proper type (41)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Element interface: calling replace([object Object\],[object Object\]) on element with too few arguments must throw TypeError]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[NamedNodeMap interface: operation getNamedItem(DOMString)]
|
[NamedNodeMap interface: operation getNamedItem(DOMString)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -435,9 +414,6 @@
|
||||||
[CharacterData interface: operation after([object Object\],[object Object\])]
|
[CharacterData interface: operation after([object Object\],[object Object\])]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[CharacterData interface: operation replace([object Object\],[object Object\])]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Text interface object length]
|
[Text interface object length]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -474,12 +450,6 @@
|
||||||
[CharacterData interface: calling after([object Object\],[object Object\]) on document.createTextNode("abc") with too few arguments must throw TypeError]
|
[CharacterData interface: calling after([object Object\],[object Object\]) on document.createTextNode("abc") with too few arguments must throw TypeError]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[CharacterData interface: document.createTextNode("abc") must inherit property "replace" with the proper type (11)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[CharacterData interface: calling replace([object Object\],[object Object\]) on document.createTextNode("abc") with too few arguments must throw TypeError]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "previousElementSibling" with the proper type (7)]
|
[CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "previousElementSibling" with the proper type (7)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -498,12 +468,6 @@
|
||||||
[CharacterData interface: calling after([object Object\],[object Object\]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError]
|
[CharacterData interface: calling after([object Object\],[object Object\]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "replace" with the proper type (11)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[CharacterData interface: calling replace([object Object\],[object Object\]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Comment interface object length]
|
[Comment interface object length]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -525,12 +489,6 @@
|
||||||
[CharacterData interface: calling after([object Object\],[object Object\]) on document.createComment("abc") with too few arguments must throw TypeError]
|
[CharacterData interface: calling after([object Object\],[object Object\]) on document.createComment("abc") with too few arguments must throw TypeError]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[CharacterData interface: document.createComment("abc") must inherit property "replace" with the proper type (11)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[CharacterData interface: calling replace([object Object\],[object Object\]) on document.createComment("abc") with too few arguments must throw TypeError]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Range interface: attribute startContainer]
|
[Range interface: attribute startContainer]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -1125,3 +1083,42 @@
|
||||||
[Comment interface: existence and properties of interface object]
|
[Comment interface: existence and properties of interface object]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[DocumentType interface: operation replaceWith([object Object\],[object Object\])]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[DocumentType interface: document.doctype must inherit property "replaceWith" with the proper type (5)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[DocumentType interface: calling replaceWith([object Object\],[object Object\]) on document.doctype with too few arguments must throw TypeError]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Element interface: operation replaceWith([object Object\],[object Object\])]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Element interface: element must inherit property "replaceWith" with the proper type (41)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Element interface: calling replaceWith([object Object\],[object Object\]) on element with too few arguments must throw TypeError]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[CharacterData interface: operation replaceWith([object Object\],[object Object\])]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[CharacterData interface: document.createTextNode("abc") must inherit property "replaceWith" with the proper type (11)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[CharacterData interface: calling replaceWith([object Object\],[object Object\]) on document.createTextNode("abc") with too few arguments must throw TypeError]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[CharacterData interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "replaceWith" with the proper type (11)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[CharacterData interface: calling replaceWith([object Object\],[object Object\]) on xmlDoc.createProcessingInstruction("abc", "def") with too few arguments must throw TypeError]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[CharacterData interface: document.createComment("abc") must inherit property "replaceWith" with the proper type (11)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[CharacterData interface: calling replaceWith([object Object\],[object Object\]) on document.createComment("abc") with too few arguments must throw TypeError]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
[PopStateEvent.html]
|
||||||
|
type: testharness
|
||||||
|
[initPopStateEvent]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Dispatching a synthetic PopStateEvent]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[location_assign.html]
|
||||||
|
type: testharness
|
||||||
|
[location assign]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[location_hash.html]
|
||||||
|
type: testharness
|
||||||
|
[location hash]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[location_host.html]
|
||||||
|
type: testharness
|
||||||
|
[location host]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[location_hostname.html]
|
||||||
|
type: testharness
|
||||||
|
[location hostname]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[location_pathname.html]
|
||||||
|
type: testharness
|
||||||
|
[location pathname]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[location_port.html]
|
||||||
|
type: testharness
|
||||||
|
[location port]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[location_protocol.html]
|
||||||
|
type: testharness
|
||||||
|
[location protocol]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[location_replace.html]
|
||||||
|
type: testharness
|
||||||
|
[location replace]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
[location_search.html]
|
||||||
|
type: testharness
|
||||||
|
[location search]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -2,11 +2,16 @@
|
||||||
type: testharness
|
type: testharness
|
||||||
[Check if the first nested browsing context is returned by window[\'c\'\]]
|
[Check if the first nested browsing context is returned by window[\'c\'\]]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Check if window[\'a\'\] contains all a, applet, area, embed, form, img, and object elements, and their order]
|
[Check if window[\'a\'\] contains all a, applet, area, embed, form, img, and object elements, and their order]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Check if window[\'fs\'\] return the frameset element with name=\'fs\']
|
[Check if window[\'fs\'\] return the frameset element with name=\'fs\']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Check if window[\'b\'\] returns the elements with the id=\'b\']
|
[Check if window[\'b\'\] returns the elements with the id=\'b\']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Check if window[\'d\'\] returns the element with id=\'d\']
|
[Check if window[\'d\'\] returns the element with id=\'d\']
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -2292,12 +2292,6 @@
|
||||||
[Element interface: calling after([object Object\],[object Object\]) on document.createElement("noscript") with too few arguments must throw TypeError]
|
[Element interface: calling after([object Object\],[object Object\]) on document.createElement("noscript") with too few arguments must throw TypeError]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Element interface: document.createElement("noscript") must inherit property "replace" with the proper type (41)]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[Element interface: calling replace([object Object\],[object Object\]) on document.createElement("noscript") with too few arguments must throw TypeError]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
[HTMLUnknownElement interface: existence and properties of interface object]
|
[HTMLUnknownElement interface: existence and properties of interface object]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -9915,3 +9909,72 @@
|
||||||
[HTMLFontElement interface: document.createElement("font") must inherit property "size" with the proper type (2)]
|
[HTMLFontElement interface: document.createElement("font") must inherit property "size" with the proper type (2)]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[Element interface: document.createElement("noscript") must inherit property "replaceWith" with the proper type (41)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Element interface: calling replaceWith([object Object\],[object Object\]) on document.createElement("noscript") with too few arguments must throw TypeError]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[PopStateEvent must be primary interface of new PopStateEvent("popstate", { data: {} })]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Stringification of new PopStateEvent("popstate", { data: {} })]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[PopStateEvent interface: new PopStateEvent("popstate", { data: {} }) must inherit property "state" with the proper type (0)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "type" with the proper type (0)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "target" with the proper type (1)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "currentTarget" with the proper type (2)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "NONE" with the proper type (3)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "CAPTURING_PHASE" with the proper type (4)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "AT_TARGET" with the proper type (5)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "BUBBLING_PHASE" with the proper type (6)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "eventPhase" with the proper type (7)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "stopPropagation" with the proper type (8)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "stopImmediatePropagation" with the proper type (9)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "bubbles" with the proper type (10)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "cancelable" with the proper type (11)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "preventDefault" with the proper type (12)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "defaultPrevented" with the proper type (13)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Event interface: new PopStateEvent("popstate", { data: {} }) must have own property "isTrusted"]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "timeStamp" with the proper type (15)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Event interface: new PopStateEvent("popstate", { data: {} }) must inherit property "initEvent" with the proper type (16)]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Event interface: calling initEvent(DOMString,boolean,boolean) on new PopStateEvent("popstate", { data: {} }) with too few arguments must throw TypeError]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,71 @@
|
||||||
|
[files.html]
|
||||||
|
type: testharness
|
||||||
|
[files for input type=hidden]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=text]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=search]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=tel]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=url]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=email]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=password]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=datetime]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=date]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=month]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=week]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=time]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=datetime-local]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=number]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=range]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=color]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=checkbox]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=radio]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=submit]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=image]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=reset]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=button]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[files for input type=file]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -24,3 +24,15 @@
|
||||||
[Script 7]
|
[Script 7]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
[Script 8]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Script 9]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Script 10]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Script 11]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9b3cf7130b08834291687e8b011e85829c20ea79
|
Subproject commit a44e574f5832d164472a7c26010bfd460f74d314
|
Loading…
Add table
Add a link
Reference in a new issue