From 92a7fee2963ada92eb2db6db88ce0ebf549ec3f2 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Mon, 16 Feb 2015 19:28:40 +0100 Subject: [PATCH] Update web-platform-tests. --- .../wpt/metadata/FileAPI/historical.html.ini | 5 + .../wpt/metadata/FileAPI/idlharness.html.ini | 15 ++ ...leReader-event-handler-attributes.html.ini | 20 +++ tests/wpt/metadata/MANIFEST.json | 130 ++++++++++++++++-- .../XMLHttpRequest/interfaces.html.ini | 45 ++++++ .../open-url-multi-window-2.htm.ini | 1 - .../open-url-multi-window-3.htm.ini | 1 - .../open-url-multi-window-4.htm.ini | 1 - .../open-url-multi-window-5.htm.ini | 1 - .../open-url-multi-window.htm.ini | 1 - .../send-entity-body-document.htm.ini | 1 + tests/wpt/metadata/dom/interfaces.html.ini | 81 ++++++----- .../history-traversal/PopStateEvent.html.ini | 8 ++ .../location_assign.html.ini | 5 + .../location_hash.html.ini | 5 + .../location_host.html.ini | 5 + .../location_hostname.html.ini | 5 + .../location_pathname.html.ini | 5 + .../location_port.html.ini | 5 + .../location_protocol.html.ini | 5 + .../location_replace.html.ini | 5 + .../location_search.html.ini | 5 + .../named-objects.html.ini | 5 + .../wpt/metadata/html/dom/interfaces.html.ini | 75 +++++++++- .../forms/the-input-element/files.html.ini | 71 ++++++++++ .../script-for-event.html.ini | 12 ++ tests/wpt/web-platform-tests | 2 +- 27 files changed, 454 insertions(+), 66 deletions(-) create mode 100644 tests/wpt/metadata/FileAPI/historical.html.ini create mode 100644 tests/wpt/metadata/FileAPI/reading-data-section/FileReader-event-handler-attributes.html.ini create mode 100644 tests/wpt/metadata/html/browsers/browsing-the-web/history-traversal/PopStateEvent.html.ini create mode 100644 tests/wpt/metadata/html/browsers/history/the-location-interface/location_assign.html.ini create mode 100644 tests/wpt/metadata/html/browsers/history/the-location-interface/location_hash.html.ini create mode 100644 tests/wpt/metadata/html/browsers/history/the-location-interface/location_host.html.ini create mode 100644 tests/wpt/metadata/html/browsers/history/the-location-interface/location_hostname.html.ini create mode 100644 tests/wpt/metadata/html/browsers/history/the-location-interface/location_pathname.html.ini create mode 100644 tests/wpt/metadata/html/browsers/history/the-location-interface/location_port.html.ini create mode 100644 tests/wpt/metadata/html/browsers/history/the-location-interface/location_protocol.html.ini create mode 100644 tests/wpt/metadata/html/browsers/history/the-location-interface/location_replace.html.ini create mode 100644 tests/wpt/metadata/html/browsers/history/the-location-interface/location_search.html.ini create mode 100644 tests/wpt/metadata/html/semantics/forms/the-input-element/files.html.ini diff --git a/tests/wpt/metadata/FileAPI/historical.html.ini b/tests/wpt/metadata/FileAPI/historical.html.ini new file mode 100644 index 00000000000..412e4bb8085 --- /dev/null +++ b/tests/wpt/metadata/FileAPI/historical.html.ini @@ -0,0 +1,5 @@ +[historical.html] + type: testharness + [FileReader should not support readAsBinaryString] + expected: FAIL + diff --git a/tests/wpt/metadata/FileAPI/idlharness.html.ini b/tests/wpt/metadata/FileAPI/idlharness.html.ini index 79967c85ae1..4a69d9d5fa3 100644 --- a/tests/wpt/metadata/FileAPI/idlharness.html.ini +++ b/tests/wpt/metadata/FileAPI/idlharness.html.ini @@ -237,3 +237,18 @@ [File interface: existence and properties of interface object] 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 + diff --git a/tests/wpt/metadata/FileAPI/reading-data-section/FileReader-event-handler-attributes.html.ini b/tests/wpt/metadata/FileAPI/reading-data-section/FileReader-event-handler-attributes.html.ini new file mode 100644 index 00000000000..0581ac711ac --- /dev/null +++ b/tests/wpt/metadata/FileAPI/reading-data-section/FileReader-event-handler-attributes.html.ini @@ -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 + diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 50b5c1276fa..3beefc2e83e 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -1030,9 +1030,6 @@ { "url": "/battery-status/battery-interface.js" }, - { - "url": "/battery-status/countdown.js" - }, { "url": "/battery-status/prime.js" }, @@ -4444,10 +4441,10 @@ "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" @@ -4542,6 +4539,24 @@ { "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" }, @@ -9460,6 +9475,9 @@ { "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" }, @@ -11938,6 +11956,9 @@ { "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" }, @@ -11968,9 +11989,6 @@ { "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" }, @@ -11995,9 +12013,93 @@ { "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_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" }, @@ -13858,6 +13960,9 @@ { "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" }, @@ -14650,9 +14755,6 @@ { "url": "/media-source/mediasource-play.html" }, - { - "url": "/media-source/mediasource-redundant-seek.html" - }, { "url": "/media-source/mediasource-remove.html" }, @@ -17935,6 +18037,10 @@ "timeout": "long", "url": "/html/syntax/parsing/html5lib_webkit02.html" }, + { + "timeout": "long", + "url": "/media-source/mediasource-redundant-seek.html" + }, { "timeout": "long", "url": "/websockets/binary/002.html" @@ -18054,6 +18160,6 @@ "deleted": [], "items": {} }, - "rev": "9b3cf7130b08834291687e8b011e85829c20ea79", + "rev": "a44e574f5832d164472a7c26010bfd460f74d314", "url_base": "/" } \ No newline at end of file diff --git a/tests/wpt/metadata/XMLHttpRequest/interfaces.html.ini b/tests/wpt/metadata/XMLHttpRequest/interfaces.html.ini index d7cd91227be..c07e2cbc8c6 100644 --- a/tests/wpt/metadata/XMLHttpRequest/interfaces.html.ini +++ b/tests/wpt/metadata/XMLHttpRequest/interfaces.html.ini @@ -63,3 +63,48 @@ [ProgressEvent interface: existence and properties of interface object] 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 + diff --git a/tests/wpt/metadata/XMLHttpRequest/open-url-multi-window-2.htm.ini b/tests/wpt/metadata/XMLHttpRequest/open-url-multi-window-2.htm.ini index 8170cb11c78..f2835b7b56b 100644 --- a/tests/wpt/metadata/XMLHttpRequest/open-url-multi-window-2.htm.ini +++ b/tests/wpt/metadata/XMLHttpRequest/open-url-multi-window-2.htm.ini @@ -1,6 +1,5 @@ [open-url-multi-window-2.htm] type: testharness - expected: OK [XMLHttpRequest: open() resolving URLs (multi-Window; 2; evil)] expected: FAIL diff --git a/tests/wpt/metadata/XMLHttpRequest/open-url-multi-window-3.htm.ini b/tests/wpt/metadata/XMLHttpRequest/open-url-multi-window-3.htm.ini index a62c65d9a89..3ff53354ff2 100644 --- a/tests/wpt/metadata/XMLHttpRequest/open-url-multi-window-3.htm.ini +++ b/tests/wpt/metadata/XMLHttpRequest/open-url-multi-window-3.htm.ini @@ -1,6 +1,5 @@ [open-url-multi-window-3.htm] type: testharness - expected: OK [XMLHttpRequest: open() resolving URLs (multi-Window; 3; evil)] expected: FAIL diff --git a/tests/wpt/metadata/XMLHttpRequest/open-url-multi-window-4.htm.ini b/tests/wpt/metadata/XMLHttpRequest/open-url-multi-window-4.htm.ini index 222b2c97c7d..1245e6adfa6 100644 --- a/tests/wpt/metadata/XMLHttpRequest/open-url-multi-window-4.htm.ini +++ b/tests/wpt/metadata/XMLHttpRequest/open-url-multi-window-4.htm.ini @@ -1,6 +1,5 @@ [open-url-multi-window-4.htm] type: testharness - expected: OK [XMLHttpRequest: open() resolving URLs (multi-Window; 4; evil)] expected: FAIL diff --git a/tests/wpt/metadata/XMLHttpRequest/open-url-multi-window-5.htm.ini b/tests/wpt/metadata/XMLHttpRequest/open-url-multi-window-5.htm.ini index be714b4625f..b10f258a87b 100644 --- a/tests/wpt/metadata/XMLHttpRequest/open-url-multi-window-5.htm.ini +++ b/tests/wpt/metadata/XMLHttpRequest/open-url-multi-window-5.htm.ini @@ -1,6 +1,5 @@ [open-url-multi-window-5.htm] type: testharness - expected: OK [XMLHttpRequest: open() resolving URLs (multi-Window; 5)] expected: FAIL diff --git a/tests/wpt/metadata/XMLHttpRequest/open-url-multi-window.htm.ini b/tests/wpt/metadata/XMLHttpRequest/open-url-multi-window.htm.ini index 0330785ec1b..be47fe69bab 100644 --- a/tests/wpt/metadata/XMLHttpRequest/open-url-multi-window.htm.ini +++ b/tests/wpt/metadata/XMLHttpRequest/open-url-multi-window.htm.ini @@ -1,6 +1,5 @@ [open-url-multi-window.htm] type: testharness - expected: OK [XMLHttpRequest: open() resolving URLs (multi-Window; 1)] expected: FAIL diff --git a/tests/wpt/metadata/XMLHttpRequest/send-entity-body-document.htm.ini b/tests/wpt/metadata/XMLHttpRequest/send-entity-body-document.htm.ini index 906d6f2b03c..b66ba511485 100644 --- a/tests/wpt/metadata/XMLHttpRequest/send-entity-body-document.htm.ini +++ b/tests/wpt/metadata/XMLHttpRequest/send-entity-body-document.htm.ini @@ -2,3 +2,4 @@ type: testharness [XMLHttpRequest: send() - Document] expected: FAIL + diff --git a/tests/wpt/metadata/dom/interfaces.html.ini b/tests/wpt/metadata/dom/interfaces.html.ini index 1986a969986..08b2e8d5f21 100644 --- a/tests/wpt/metadata/dom/interfaces.html.ini +++ b/tests/wpt/metadata/dom/interfaces.html.ini @@ -21,9 +21,6 @@ [EventTarget interface: operation removeEventListener(DOMString,EventListener,boolean)] expected: FAIL - [NodeList interface: existence and properties of interface prototype object] - expected: FAIL - [MutationObserver interface: existence and properties of interface object] expected: FAIL @@ -240,9 +237,6 @@ [DocumentType interface: operation after([object Object\],[object Object\])] 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)] expected: FAIL @@ -255,12 +249,6 @@ [DocumentType interface: calling after([object Object\],[object Object\]) on document.doctype with too few arguments must throw TypeError] 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()] expected: FAIL @@ -312,9 +300,6 @@ [Element interface: operation after([object Object\],[object Object\])] expected: FAIL - [Element interface: operation replace([object Object\],[object Object\])] - expected: FAIL - [Element interface: element must inherit property "hasAttributes" with the proper type (7)] expected: FAIL @@ -399,12 +384,6 @@ [Element interface: calling after([object Object\],[object Object\]) on element with too few arguments must throw TypeError] 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)] expected: FAIL @@ -435,9 +414,6 @@ [CharacterData interface: operation after([object Object\],[object Object\])] expected: FAIL - [CharacterData interface: operation replace([object Object\],[object Object\])] - expected: FAIL - [Text interface object length] 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] 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)] 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] 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] 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] 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] expected: FAIL @@ -1125,3 +1083,42 @@ [Comment interface: existence and properties of interface object] 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 + diff --git a/tests/wpt/metadata/html/browsers/browsing-the-web/history-traversal/PopStateEvent.html.ini b/tests/wpt/metadata/html/browsers/browsing-the-web/history-traversal/PopStateEvent.html.ini new file mode 100644 index 00000000000..fa072d925b3 --- /dev/null +++ b/tests/wpt/metadata/html/browsers/browsing-the-web/history-traversal/PopStateEvent.html.ini @@ -0,0 +1,8 @@ +[PopStateEvent.html] + type: testharness + [initPopStateEvent] + expected: FAIL + + [Dispatching a synthetic PopStateEvent] + expected: FAIL + diff --git a/tests/wpt/metadata/html/browsers/history/the-location-interface/location_assign.html.ini b/tests/wpt/metadata/html/browsers/history/the-location-interface/location_assign.html.ini new file mode 100644 index 00000000000..c9e2281c872 --- /dev/null +++ b/tests/wpt/metadata/html/browsers/history/the-location-interface/location_assign.html.ini @@ -0,0 +1,5 @@ +[location_assign.html] + type: testharness + [location assign] + expected: FAIL + diff --git a/tests/wpt/metadata/html/browsers/history/the-location-interface/location_hash.html.ini b/tests/wpt/metadata/html/browsers/history/the-location-interface/location_hash.html.ini new file mode 100644 index 00000000000..a81d6814682 --- /dev/null +++ b/tests/wpt/metadata/html/browsers/history/the-location-interface/location_hash.html.ini @@ -0,0 +1,5 @@ +[location_hash.html] + type: testharness + [location hash] + expected: FAIL + diff --git a/tests/wpt/metadata/html/browsers/history/the-location-interface/location_host.html.ini b/tests/wpt/metadata/html/browsers/history/the-location-interface/location_host.html.ini new file mode 100644 index 00000000000..61a0317a74c --- /dev/null +++ b/tests/wpt/metadata/html/browsers/history/the-location-interface/location_host.html.ini @@ -0,0 +1,5 @@ +[location_host.html] + type: testharness + [location host] + expected: FAIL + diff --git a/tests/wpt/metadata/html/browsers/history/the-location-interface/location_hostname.html.ini b/tests/wpt/metadata/html/browsers/history/the-location-interface/location_hostname.html.ini new file mode 100644 index 00000000000..a91dc1def9f --- /dev/null +++ b/tests/wpt/metadata/html/browsers/history/the-location-interface/location_hostname.html.ini @@ -0,0 +1,5 @@ +[location_hostname.html] + type: testharness + [location hostname] + expected: FAIL + diff --git a/tests/wpt/metadata/html/browsers/history/the-location-interface/location_pathname.html.ini b/tests/wpt/metadata/html/browsers/history/the-location-interface/location_pathname.html.ini new file mode 100644 index 00000000000..ab5d9e0cab5 --- /dev/null +++ b/tests/wpt/metadata/html/browsers/history/the-location-interface/location_pathname.html.ini @@ -0,0 +1,5 @@ +[location_pathname.html] + type: testharness + [location pathname] + expected: FAIL + diff --git a/tests/wpt/metadata/html/browsers/history/the-location-interface/location_port.html.ini b/tests/wpt/metadata/html/browsers/history/the-location-interface/location_port.html.ini new file mode 100644 index 00000000000..16792b4c74e --- /dev/null +++ b/tests/wpt/metadata/html/browsers/history/the-location-interface/location_port.html.ini @@ -0,0 +1,5 @@ +[location_port.html] + type: testharness + [location port] + expected: FAIL + diff --git a/tests/wpt/metadata/html/browsers/history/the-location-interface/location_protocol.html.ini b/tests/wpt/metadata/html/browsers/history/the-location-interface/location_protocol.html.ini new file mode 100644 index 00000000000..23ce5105758 --- /dev/null +++ b/tests/wpt/metadata/html/browsers/history/the-location-interface/location_protocol.html.ini @@ -0,0 +1,5 @@ +[location_protocol.html] + type: testharness + [location protocol] + expected: FAIL + diff --git a/tests/wpt/metadata/html/browsers/history/the-location-interface/location_replace.html.ini b/tests/wpt/metadata/html/browsers/history/the-location-interface/location_replace.html.ini new file mode 100644 index 00000000000..1b879fa71ac --- /dev/null +++ b/tests/wpt/metadata/html/browsers/history/the-location-interface/location_replace.html.ini @@ -0,0 +1,5 @@ +[location_replace.html] + type: testharness + [location replace] + expected: FAIL + diff --git a/tests/wpt/metadata/html/browsers/history/the-location-interface/location_search.html.ini b/tests/wpt/metadata/html/browsers/history/the-location-interface/location_search.html.ini new file mode 100644 index 00000000000..fa2ec8514b8 --- /dev/null +++ b/tests/wpt/metadata/html/browsers/history/the-location-interface/location_search.html.ini @@ -0,0 +1,5 @@ +[location_search.html] + type: testharness + [location search] + expected: FAIL + diff --git a/tests/wpt/metadata/html/browsers/the-window-object/named-access-on-the-window-object/named-objects.html.ini b/tests/wpt/metadata/html/browsers/the-window-object/named-access-on-the-window-object/named-objects.html.ini index 715cf138ad4..9f0bc5e5747 100644 --- a/tests/wpt/metadata/html/browsers/the-window-object/named-access-on-the-window-object/named-objects.html.ini +++ b/tests/wpt/metadata/html/browsers/the-window-object/named-access-on-the-window-object/named-objects.html.ini @@ -2,11 +2,16 @@ type: testharness [Check if the first nested browsing context is returned by window[\'c\'\]] expected: FAIL + [Check if window[\'a\'\] contains all a, applet, area, embed, form, img, and object elements, and their order] expected: FAIL + [Check if window[\'fs\'\] return the frameset element with name=\'fs\'] expected: FAIL + [Check if window[\'b\'\] returns the elements with the id=\'b\'] expected: FAIL + [Check if window[\'d\'\] returns the element with id=\'d\'] expected: FAIL + diff --git a/tests/wpt/metadata/html/dom/interfaces.html.ini b/tests/wpt/metadata/html/dom/interfaces.html.ini index a8a410a944b..2cf84f4a77f 100644 --- a/tests/wpt/metadata/html/dom/interfaces.html.ini +++ b/tests/wpt/metadata/html/dom/interfaces.html.ini @@ -2292,12 +2292,6 @@ [Element interface: calling after([object Object\],[object Object\]) on document.createElement("noscript") with too few arguments must throw TypeError] 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] expected: FAIL @@ -9915,3 +9909,72 @@ [HTMLFontElement interface: document.createElement("font") must inherit property "size" with the proper type (2)] 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 + diff --git a/tests/wpt/metadata/html/semantics/forms/the-input-element/files.html.ini b/tests/wpt/metadata/html/semantics/forms/the-input-element/files.html.ini new file mode 100644 index 00000000000..37cc4c14fcd --- /dev/null +++ b/tests/wpt/metadata/html/semantics/forms/the-input-element/files.html.ini @@ -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 + diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/script-for-event.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/script-for-event.html.ini index 68ab614588b..7f199914f0f 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/script-for-event.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/script-for-event.html.ini @@ -24,3 +24,15 @@ [Script 7] expected: FAIL + [Script 8] + expected: FAIL + + [Script 9] + expected: FAIL + + [Script 10] + expected: FAIL + + [Script 11] + expected: FAIL + diff --git a/tests/wpt/web-platform-tests b/tests/wpt/web-platform-tests index 9b3cf7130b0..a44e574f583 160000 --- a/tests/wpt/web-platform-tests +++ b/tests/wpt/web-platform-tests @@ -1 +1 @@ -Subproject commit 9b3cf7130b08834291687e8b011e85829c20ea79 +Subproject commit a44e574f5832d164472a7c26010bfd460f74d314