Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Refresh WPT tests up to c875b42
https://bugs.webkit.org/show_bug.cgi?id=159712 Patch by Youenn Fablet <youennf@gmail.com> on 2016-07-13 Reviewed by Alex Christensen. LayoutTests/imported/w3c: * resources/ImportExpectations: * resources/TestRepositories: * resources/web-platform-tests-modules.json: * web-platform-tests/XMLHttpRequest/open-url-multi-window-6-expected.txt: Added. * web-platform-tests/XMLHttpRequest/open-url-multi-window-6.htm: Added. * web-platform-tests/XMLHttpRequest/responsexml-basic-expected.txt: * web-platform-tests/XMLHttpRequest/responsexml-basic.htm: * web-platform-tests/XMLHttpRequest/responsexml-document-properties-expected.txt: * web-platform-tests/XMLHttpRequest/send-redirect-post-upload-expected.txt: Added. * web-platform-tests/XMLHttpRequest/send-redirect-post-upload.htm: Added. * web-platform-tests/__init__.py: * web-platform-tests/dom/events/CustomEvent-expected.txt: Added. * web-platform-tests/dom/events/CustomEvent.html: Added. * web-platform-tests/dom/events/Event-dispatch-bubbles-true-expected.txt: Added. * web-platform-tests/dom/events/Event-dispatch-bubbles-true.html: Added. * web-platform-tests/dom/events/Event-dispatch-detached-click-expected.txt: Added. * web-platform-tests/dom/events/Event-dispatch-detached-click.html: Added. * web-platform-tests/dom/events/Event-dispatch-multiple-stopPropagation-expected.txt: Added. * web-platform-tests/dom/events/Event-dispatch-multiple-stopPropagation.html: Added. * web-platform-tests/dom/events/Event-dispatch-order-expected.txt: Added. * web-platform-tests/dom/events/Event-dispatch-order.html: Added. * web-platform-tests/dom/events/Event-dispatch-throwing-expected.txt: Added. * web-platform-tests/dom/events/Event-dispatch-throwing.html: Added. * web-platform-tests/dom/events/Event-init-while-dispatching-expected.txt: Added. * web-platform-tests/dom/events/Event-init-while-dispatching.html: Added. * web-platform-tests/dom/events/Event-subclasses-constructors-expected.txt: Added. * web-platform-tests/dom/events/Event-subclasses-constructors.html: Added. * web-platform-tests/dom/events/EventListener-handleEvent-expected.txt: Added. * web-platform-tests/dom/events/EventListener-handleEvent.html: Added. * web-platform-tests/dom/events/EventListener-incumbent-global-1.sub-expected.txt: Added. * web-platform-tests/dom/events/EventListener-incumbent-global-1.sub.html: Added. * web-platform-tests/dom/events/EventListener-incumbent-global-2.sub-expected.txt: Added. * web-platform-tests/dom/events/EventListener-incumbent-global-2.sub.html: Added. * web-platform-tests/dom/events/EventListener-incumbent-global-subframe-1.sub.html: Added. * web-platform-tests/dom/events/EventListener-incumbent-global-subframe-2.sub.html: Added. * web-platform-tests/dom/events/EventListener-incumbent-global-subsubframe.sub.html: Added. * web-platform-tests/dom/lists/DOMTokenList-coverage-for-attributes-expected.txt: Added. * web-platform-tests/dom/lists/DOMTokenList-coverage-for-attributes.html: Added. * web-platform-tests/dom/nodes/Document-createElement-namespace-expected.txt: * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/empty.html: Added. * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/empty.svg: Added. * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/empty.xhtml: Added. * web-platform-tests/dom/nodes/Document-createElement-namespace-tests/empty.xml: Added. * web-platform-tests/dom/nodes/ProcessingInstruction-escapes-1-expected.txt: Added. * web-platform-tests/dom/nodes/ProcessingInstruction-escapes-1.xhtml: Added. * web-platform-tests/domparsing/DOMParser-parseFromString-html-expected.txt: * web-platform-tests/domparsing/DOMParser-parseFromString-html.html: * web-platform-tests/domparsing/createContextualFragment-expected.txt: Added. * web-platform-tests/domparsing/createContextualFragment.html: Added. * web-platform-tests/domparsing/innerhtml-01-expected.txt: Added. * web-platform-tests/domparsing/innerhtml-01.xhtml: Added. * web-platform-tests/domparsing/innerhtml-03-expected.txt: Added. * web-platform-tests/domparsing/innerhtml-03.xhtml: Added. * web-platform-tests/domparsing/innerhtml-04-expected.txt: Added. * web-platform-tests/domparsing/innerhtml-04.html: Added. * web-platform-tests/domparsing/innerhtml-05-expected.txt: Added. * web-platform-tests/domparsing/innerhtml-05.xhtml: Added. * web-platform-tests/domparsing/innerhtml-06-expected.txt: Added. * web-platform-tests/domparsing/innerhtml-06.html: Added. * web-platform-tests/domparsing/innerhtml-07-expected.txt: Added. * web-platform-tests/domparsing/innerhtml-07.html: Added. * web-platform-tests/domparsing/insert_adjacent_html-expected.txt: Added. * web-platform-tests/domparsing/insert_adjacent_html.html: Added. * web-platform-tests/domparsing/insert_adjacent_html.js: Added. (testThrowingNoParent): * web-platform-tests/domparsing/outerhtml-01-expected.txt: Added. * web-platform-tests/domparsing/outerhtml-01.html: Added. * web-platform-tests/domparsing/outerhtml-02-expected.txt: Added. * web-platform-tests/domparsing/outerhtml-02.html: Added. * web-platform-tests/domparsing/xml-serialization-expected.txt: Added. * web-platform-tests/domparsing/xml-serialization.xhtml: Added. * web-platform-tests/fetch/api/basic/request-head-expected.txt: Added. * web-platform-tests/fetch/api/basic/request-head-worker-expected.txt: Added. * web-platform-tests/fetch/api/basic/request-head-worker.html: Added. * web-platform-tests/fetch/api/basic/request-head.html: Added. * web-platform-tests/fetch/api/basic/request-head.js: Added. (promise_test): * web-platform-tests/fetch/api/basic/request-headers-expected.txt: * web-platform-tests/fetch/api/basic/request-headers-worker-expected.txt: * web-platform-tests/fetch/api/basic/request-headers.js: * web-platform-tests/fetch/api/basic/response-url-expected.txt: Added. * web-platform-tests/fetch/api/basic/response-url-worker-expected.txt: Added. * web-platform-tests/fetch/api/basic/response-url-worker.html: Added. * web-platform-tests/fetch/api/basic/response-url.html: Added. * web-platform-tests/fetch/api/basic/response-url.js: Added. (checkResponseURL): * web-platform-tests/fetch/api/basic/w3c-import.log: * web-platform-tests/fetch/api/cors/cors-basic-worker-expected.txt: * web-platform-tests/fetch/api/cors/cors-cookies-worker-expected.txt: * web-platform-tests/fetch/api/cors/cors-preflight-expected.txt: * web-platform-tests/fetch/api/cors/cors-preflight-worker-expected.txt: * web-platform-tests/fetch/api/cors/cors-preflight.js: (corsPreflight): * web-platform-tests/fetch/api/cors/cors-redirect-credentials-worker-expected.txt: * web-platform-tests/fetch/api/credentials/authentication-basic-worker-expected.txt: * web-platform-tests/fetch/api/credentials/cookies-worker-expected.txt: * web-platform-tests/fetch/api/policies/referrer-origin-worker-expected.txt: * web-platform-tests/fetch/api/redirect/redirect-location-worker-expected.txt: * web-platform-tests/fetch/api/redirect/redirect-mode-worker-expected.txt: * web-platform-tests/fetch/api/request/request-init-002.html: * web-platform-tests/fetch/api/request/request-init-003.sub-expected.txt: * web-platform-tests/fetch/api/request/request-init-003.sub.html: * web-platform-tests/html/dom/interfaces.html: * web-platform-tests/html/dom/interfaces-expected.txt: * web-platform-tests/html/semantics/document-metadata/the-base-element/base_about_blank-expected.txt: Added. * web-platform-tests/html/semantics/document-metadata/the-base-element/base_about_blank.html: Added. * web-platform-tests/html/semantics/document-metadata/the-base-element/base_href_invalid-expected.txt: Added. * web-platform-tests/html/semantics/document-metadata/the-base-element/base_href_invalid.html: Added. * web-platform-tests/html/semantics/document-metadata/the-base-element/base_srcdoc-expected.txt: Added. * web-platform-tests/html/semantics/document-metadata/the-base-element/base_srcdoc.html: Added. * web-platform-tests/html/semantics/document-metadata/the-link-element/document-without-browsing-context-expected.txt: Added. * web-platform-tests/html/semantics/document-metadata/the-link-element/document-without-browsing-context.html: Added. * web-platform-tests/html/semantics/document-metadata/the-link-element/link-style-error-01-expected.txt: * web-platform-tests/html/semantics/document-metadata/the-link-element/link-style-error-01.html: * web-platform-tests/html/semantics/document-metadata/the-link-element/stylesheet.py: Added. (main): * web-platform-tests/html/semantics/document-metadata/the-link-element/w3c-import.log: * web-platform-tests/html/semantics/embedded-content/media-elements/video_008-expected.txt: Added. * web-platform-tests/html/semantics/embedded-content/media-elements/video_008.htm: Added. * web-platform-tests/html/semantics/embedded-content/the-canvas-element/historical-expected.txt: Added. * web-platform-tests/html/semantics/embedded-content/the-canvas-element/historical.html: Added. * web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback-expected.txt: Added. * web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback-subdocument.html: Added. * web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback.html: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/change_child.html: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/change_grandchild.html: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/change_parentage-expected.txt: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/change_parentage.html: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/cross_origin_child.html: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/cross_origin_grandchild.html: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/cross_origin_parentage-expected.txt: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/cross_origin_parentage.html: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-allowfullscreen-expected.txt: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-allowfullscreen.html: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-load-event-expected.txt: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-load-event.html: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_harness.js: Added. (get_test_results.): (get_test_results): * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-expected.txt: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping.html: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_helper.html: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-expected.txt: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping.html: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/same_origin_child.html: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/same_origin_grandchild.html: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/same_origin_parentage-expected.txt: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/same_origin_parentage.html: Added. * web-platform-tests/html/semantics/embedded-content/the-iframe-element/stash.py: Added. (main): * web-platform-tests/html/semantics/embedded-content/the-img-element/environment-changes/viewport-change-expected.txt: * web-platform-tests/html/semantics/embedded-content/the-img-element/invalid-src-expected.txt: Added. * web-platform-tests/html/semantics/embedded-content/the-img-element/invalid-src.html: Added. * web-platform-tests/html/semantics/embedded-content/the-img-element/w3c-import.log: * web-platform-tests/html/semantics/forms/form-submission-0/submit-entity-body-expected.txt: Added. * web-platform-tests/html/semantics/forms/form-submission-0/submit-entity-body.html: Added. * web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt: * web-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html: * web-platform-tests/html/semantics/forms/the-form-element/form-indexed-element-expected.txt: Added. * web-platform-tests/html/semantics/forms/the-form-element/form-indexed-element.html: Added. * web-platform-tests/html/semantics/scripting-1/the-script-element/script-not-executed-after-shutdown-child.html: Added. * web-platform-tests/html/semantics/scripting-1/the-script-element/script-not-executed-after-shutdown-expected.txt: Added. * web-platform-tests/html/semantics/scripting-1/the-script-element/script-not-executed-after-shutdown.html: Added. * web-platform-tests/html/semantics/scripting-1/the-script-element/script-not-executed-after-shutdown.js: Added. * web-platform-tests/html/semantics/scripting-1/the-script-element/scripting-enabled-expected.txt: Added. * web-platform-tests/html/semantics/scripting-1/the-script-element/scripting-enabled.html: Added. * web-platform-tests/html/semantics/scripting-1/the-script-element/w3c-import.log: * web-platform-tests/lint.whitelist: * web-platform-tests/streams/readable-streams/bad-strategies.https-expected.txt: * web-platform-tests/streams/readable-streams/bad-strategies.js: (get string_appeared_here): (promise_test): Deleted. LayoutTests: * TestExpectations: Adding some test expectations and skipping some resource files. Canonical link: https://commits.webkit.org/177864@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@203164 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
3,389 additions
and 234 deletions.
- +9 −0 LayoutTests/ChangeLog
- +23 −3 LayoutTests/TestExpectations
- +180 −0 LayoutTests/imported/w3c/ChangeLog
- +3 −0 LayoutTests/imported/w3c/resources/ImportExpectations
- +1 −1 LayoutTests/imported/w3c/resources/TestRepositories
- +4 −4 LayoutTests/imported/w3c/resources/web-platform-tests-modules.json
- +3 −0 LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/open-url-multi-window-6-expected.txt
- +41 −0 LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/open-url-multi-window-6.htm
- +1 −1 LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/responsexml-basic-expected.txt
- +1 −1 LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/responsexml-basic.htm
- +1 −1 ...Tests/imported/w3c/web-platform-tests/XMLHttpRequest/responsexml-document-properties-expected.txt
- +6 −0 LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-redirect-post-upload-expected.txt
- +124 −0 LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/send-redirect-post-upload.htm
- +1 −1 LayoutTests/imported/w3c/web-platform-tests/__init__.py
- +3 −0 LayoutTests/imported/w3c/web-platform-tests/dom/events/CustomEvent-expected.txt
- +19 −0 LayoutTests/imported/w3c/web-platform-tests/dom/events/CustomEvent.html
- +7 −0 LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-bubbles-true-expected.txt
- +108 −0 LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-bubbles-true.html
- +4 −0 LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-detached-click-expected.txt
- +19 −0 LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-detached-click.html
- +3 −0 ...s/imported/w3c/web-platform-tests/dom/events/Event-dispatch-multiple-stopPropagation-expected.txt
- +51 −0 LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-multiple-stopPropagation.html
- +3 −0 LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-order-expected.txt
- +26 −0 LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-order.html
- +6 −0 LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-throwing-expected.txt
- +51 −0 LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-dispatch-throwing.html
- +7 −0 LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-init-while-dispatching-expected.txt
- +83 −0 LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-init-while-dispatching.html
- +47 −0 LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-subclasses-constructors-expected.txt
- +153 −0 LayoutTests/imported/w3c/web-platform-tests/dom/events/Event-subclasses-constructors.html
- +3 −0 LayoutTests/imported/w3c/web-platform-tests/dom/events/EventListener-handleEvent-expected.txt
- +41 −0 LayoutTests/imported/w3c/web-platform-tests/dom/events/EventListener-handleEvent.html
- +7 −0 ...ests/imported/w3c/web-platform-tests/dom/events/EventListener-incumbent-global-1.sub-expected.txt
- +20 −0 LayoutTests/imported/w3c/web-platform-tests/dom/events/EventListener-incumbent-global-1.sub.html
- +7 −0 ...ests/imported/w3c/web-platform-tests/dom/events/EventListener-incumbent-global-2.sub-expected.txt
- +20 −0 LayoutTests/imported/w3c/web-platform-tests/dom/events/EventListener-incumbent-global-2.sub.html
- +13 −0 ...sts/imported/w3c/web-platform-tests/dom/events/EventListener-incumbent-global-subframe-1.sub.html
- +13 −0 ...sts/imported/w3c/web-platform-tests/dom/events/EventListener-incumbent-global-subframe-2.sub.html
- +20 −0 ...ts/imported/w3c/web-platform-tests/dom/events/EventListener-incumbent-global-subsubframe.sub.html
- +212 −0 ...Tests/imported/w3c/web-platform-tests/dom/lists/DOMTokenList-coverage-for-attributes-expected.txt
- +51 −0 LayoutTests/imported/w3c/web-platform-tests/dom/lists/DOMTokenList-coverage-for-attributes.html
- +4 −4 LayoutTests/imported/w3c/web-platform-tests/dom/nodes/Document-createElement-namespace-expected.txt
- +3 −0 LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ProcessingInstruction-escapes-1-expected.txt
- +33 −0 LayoutTests/imported/w3c/web-platform-tests/dom/nodes/ProcessingInstruction-escapes-1.xhtml
- +1 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/DOMParser-parseFromString-html-expected.txt
- +4 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/DOMParser-parseFromString-html.html
- +15 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/createContextualFragment-expected.txt
- +131 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/createContextualFragment.html
- +7 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/innerhtml-01-expected.txt
- +28 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/innerhtml-01.xhtml
- +10 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/innerhtml-03-expected.txt
- +59 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/innerhtml-03.xhtml
- +3 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/innerhtml-04-expected.txt
- +24 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/innerhtml-04.html
- +6 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/innerhtml-05-expected.txt
- +26 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/innerhtml-05.xhtml
- +5 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/innerhtml-06-expected.txt
- +19 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/innerhtml-06.html
- +7 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/innerhtml-07-expected.txt
- +49 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/innerhtml-07.html
- +32 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/insert_adjacent_html-expected.txt
- +94 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/insert_adjacent_html.html
- +33 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/insert_adjacent_html.js
- +3 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/outerhtml-01-expected.txt
- +15 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/outerhtml-01.html
- +7 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/outerhtml-02-expected.txt
- +54 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/outerhtml-02.html
- +17 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/xml-serialization-expected.txt
- +91 −0 LayoutTests/imported/w3c/web-platform-tests/domparsing/xml-serialization.xhtml
- +3 −0 LayoutTests/imported/w3c/web-platform-tests/fetch/api/basic/request-head-expected.txt
- +3 −0 LayoutTests/imported/w3c/web-platform-tests/fetch/api/basic/request-head-worker-expected.txt
- +14 −0 LayoutTests/imported/w3c/web-platform-tests/fetch/api/basic/request-head-worker.html
- +12 −0 LayoutTests/imported/w3c/web-platform-tests/fetch/api/basic/request-head.html
- +10 −0 LayoutTests/imported/w3c/web-platform-tests/fetch/api/basic/request-head.js
- +0 −1 LayoutTests/imported/w3c/web-platform-tests/fetch/api/basic/request-headers-expected.txt
- +0 −1 LayoutTests/imported/w3c/web-platform-tests/fetch/api/basic/request-headers-worker-expected.txt
- +0 −1 LayoutTests/imported/w3c/web-platform-tests/fetch/api/basic/request-headers.js
- +6 −0 LayoutTests/imported/w3c/web-platform-tests/fetch/api/basic/response-url-expected.txt
- +6 −0 LayoutTests/imported/w3c/web-platform-tests/fetch/api/basic/response-url-worker-expected.txt
- +15 −0 LayoutTests/imported/w3c/web-platform-tests/fetch/api/basic/response-url-worker.html
- +13 −0 LayoutTests/imported/w3c/web-platform-tests/fetch/api/basic/response-url.html
- +21 −0 LayoutTests/imported/w3c/web-platform-tests/fetch/api/basic/response-url.js
- +6 −0 LayoutTests/imported/w3c/web-platform-tests/fetch/api/basic/w3c-import.log
- +6 −6 LayoutTests/imported/w3c/web-platform-tests/fetch/api/cors/cors-basic-worker-expected.txt
- +1 −1 LayoutTests/imported/w3c/web-platform-tests/fetch/api/cors/cors-cookies-worker-expected.txt
- +15 −5 LayoutTests/imported/w3c/web-platform-tests/fetch/api/cors/cors-preflight-expected.txt
- +16 −1 LayoutTests/imported/w3c/web-platform-tests/fetch/api/cors/cors-preflight-worker-expected.txt
- +28 −32 LayoutTests/imported/w3c/web-platform-tests/fetch/api/cors/cors-preflight.js
- +15 −15 ...ests/imported/w3c/web-platform-tests/fetch/api/cors/cors-redirect-credentials-worker-expected.txt
- +6 −3 ...ts/imported/w3c/web-platform-tests/fetch/api/credentials/authentication-basic-worker-expected.txt
- +3 −3 LayoutTests/imported/w3c/web-platform-tests/fetch/api/credentials/cookies-worker-expected.txt
- +1 −1 LayoutTests/imported/w3c/web-platform-tests/fetch/api/policies/referrer-origin-worker-expected.txt
- +5 −5 LayoutTests/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-worker-expected.txt
- +10 −10 LayoutTests/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-mode-worker-expected.txt
- +2 −3 LayoutTests/imported/w3c/web-platform-tests/fetch/api/request/request-init-002.html
- +2 −2 LayoutTests/imported/w3c/web-platform-tests/fetch/api/request/request-init-003.sub-expected.txt
- +2 −2 LayoutTests/imported/w3c/web-platform-tests/fetch/api/request/request-init-003.sub.html
- +28 −88 LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt
- +6 −7 LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces.html
- +4 −0 ...eb-platform-tests/html/semantics/document-metadata/the-base-element/base_about_blank-expected.txt
- +19 −0 ...ed/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_about_blank.html
- +3 −0 ...b-platform-tests/html/semantics/document-metadata/the-base-element/base_href_invalid-expected.txt
- +12 −0 ...d/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_href_invalid.html
- +4 −0 ...w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_srcdoc-expected.txt
- +19 −0 ...mported/w3c/web-platform-tests/html/semantics/document-metadata/the-base-element/base_srcdoc.html
- +2 −0 .../html/semantics/document-metadata/the-link-element/document-without-browsing-context-expected.txt
- +35 −0 ...rm-tests/html/semantics/document-metadata/the-link-element/document-without-browsing-context.html
- +2 −0 ...platform-tests/html/semantics/document-metadata/the-link-element/link-style-error-01-expected.txt
- +26 −11 ...w3c/web-platform-tests/html/semantics/document-metadata/the-link-element/link-style-error-01.html
- +9 −0 ...s/imported/w3c/web-platform-tests/html/semantics/document-metadata/the-link-element/stylesheet.py
- +2 −0 .../imported/w3c/web-platform-tests/html/semantics/document-metadata/the-link-element/w3c-import.log
- +4 −0 ...rted/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/video_008-expected.txt
- +45 −0 ...ests/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/video_008.htm
- +4 −0 ...w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/historical-expected.txt
- +17 −0 ...mported/w3c/web-platform-tests/html/semantics/embedded-content/the-canvas-element/historical.html
- +5 −0 ...orm-tests/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback-expected.txt
- +4 −0 ...tests/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback-subdocument.html
- +38 −0 ...eb-platform-tests/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback.html
- +14 −0 ...orted/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/change_child.html
- +4 −0 .../w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/change_grandchild.html
- +4 −0 ...b-platform-tests/html/semantics/embedded-content/the-iframe-element/change_parentage-expected.txt
- +22 −0 ...d/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/change_parentage.html
- +12 −0 ...w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/cross_origin_child.html
- +11 −0 ...eb-platform-tests/html/semantics/embedded-content/the-iframe-element/cross_origin_grandchild.html
- +7 −0 ...form-tests/html/semantics/embedded-content/the-iframe-element/cross_origin_parentage-expected.txt
- +19 −0 ...web-platform-tests/html/semantics/embedded-content/the-iframe-element/cross_origin_parentage.html
- +9 −0 ...form-tests/html/semantics/embedded-content/the-iframe-element/iframe-allowfullscreen-expected.txt
- +115 −0 ...web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-allowfullscreen.html
- +5 −0 ...-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-load-event-expected.txt
- +48 −0 .../w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe-load-event.html
- +26 −0 ...orted/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/iframe_harness.js
- +6 −0 ...ts/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping-expected.txt
- +25 −0 ...form-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_escaping.html
- +17 −0 ...atform-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_helper.html
- +4 −0 ...html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping-expected.txt
- +15 −0 ...m-tests/html/semantics/embedded-content/the-iframe-element/iframe_sandbox_popups_nonescaping.html
- +12 −0 .../w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/same_origin_child.html
- +11 −0 ...web-platform-tests/html/semantics/embedded-content/the-iframe-element/same_origin_grandchild.html
- +6 −0 ...tform-tests/html/semantics/embedded-content/the-iframe-element/same_origin_parentage-expected.txt
- +19 −0 .../web-platform-tests/html/semantics/embedded-content/the-iframe-element/same_origin_parentage.html
- +10 −0 ...Tests/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-iframe-element/stash.py
- +6 −6 .../html/semantics/embedded-content/the-img-element/environment-changes/viewport-change-expected.txt
- +6 −0 ...d/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/invalid-src-expected.txt
- +21 −0 .../imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/invalid-src.html
- +1 −0 ...ts/imported/w3c/web-platform-tests/html/semantics/embedded-content/the-img-element/w3c-import.log
- +14 −0 ...ted/w3c/web-platform-tests/html/semantics/forms/form-submission-0/submit-entity-body-expected.txt
- +113 −0 ...ts/imported/w3c/web-platform-tests/html/semantics/forms/form-submission-0/submit-entity-body.html
- +4 −0 ...m-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange-expected.txt
- +24 −0 ...-platform-tests/html/semantics/forms/textfieldselection/textfieldselection-setSelectionRange.html
- +4 −0 ...ed/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-indexed-element-expected.txt
- +22 −0 ...s/imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-indexed-element.html
- +12 −0 ...tests/html/semantics/scripting-1/the-script-element/script-not-executed-after-shutdown-child.html
- +3 −0 ...sts/html/semantics/scripting-1/the-script-element/script-not-executed-after-shutdown-expected.txt
- +18 −0 ...tform-tests/html/semantics/scripting-1/the-script-element/script-not-executed-after-shutdown.html
- +1 −0 ...latform-tests/html/semantics/scripting-1/the-script-element/script-not-executed-after-shutdown.js
- +3 −0 ...c/web-platform-tests/html/semantics/scripting-1/the-script-element/scripting-enabled-expected.txt
- +16 −0 ...orted/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/scripting-enabled.html
- +3 −0 ...ests/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/w3c-import.log
- +4 −0 LayoutTests/imported/w3c/web-platform-tests/lint.whitelist
- +8 −2 ...tTests/imported/w3c/web-platform-tests/streams/readable-streams/bad-strategies.https-expected.txt
- +1 −12 LayoutTests/imported/w3c/web-platform-tests/streams/readable-streams/bad-strategies.js
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.