Rename metadata directories

This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
This commit is contained in:
Martin Robinson 2023-06-22 14:35:02 +02:00
parent cfd24f00bc
commit f4578afdfe
No known key found for this signature in database
GPG key ID: D56AA4FA55EFE6F8
23708 changed files with 772645 additions and 694 deletions

View file

@ -0,0 +1,12 @@
[anonymous-iframe-popup.tentative.https.window.html]
[Cross-origin popup from normal/anonymous iframes.]
expected: FAIL
[Same-origin popup from normal/anonymous iframes.]
expected: FAIL
[Cross-origin popup from normal/credentiallessiframes.]
expected: FAIL
[Same-origin popup from normal/credentialless iframes.]
expected: FAIL

View file

@ -0,0 +1,18 @@
[anonymous-window.tentative.https.window.html]
[Anonymous (false => true) => window not reused.]
expected: FAIL
[Anonymous (true => false) => window not reused.]
expected: FAIL
[Anonymous (true => true) => window reused.]
expected: FAIL
[Credentialless (false => true) => window not reused.]
expected: FAIL
[Credentialless (true => false) => window not reused.]
expected: FAIL
[Credentialless (true => true) => window reused.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cache-storage.tentative.https.window.html]
expected: TIMEOUT
[cache-storage]
expected: TIMEOUT

View file

@ -0,0 +1,60 @@
[cookie.tentative.https.window.html]
[Anonymous same-origin iframe is loaded without credentials]
expected: FAIL
[Anonymous cross-origin iframe is loaded without credentials]
expected: FAIL
[same_origin anonymous iframe can't send same_origin credentials]
expected: FAIL
[same_origin anonymous iframe can't send cross_origin credentials]
expected: FAIL
[cross_origin anonymous iframe can't send cross_origin credentials]
expected: FAIL
[cross_origin anonymous iframe can't send same_origin credentials]
expected: FAIL
[same_origin anonymous iframe can't send same_origin credentials on child iframe]
expected: FAIL
[same_origin anonymous iframe can't send cross_origin credentials on child iframe]
expected: FAIL
[cross_origin anonymous iframe can't send cross_origin credentials on child iframe]
expected: FAIL
[cross_origin anonymous iframe can't send same_origin credentials on child iframe]
expected: FAIL
[Credentialless same-origin iframe is loaded without credentials]
expected: FAIL
[Credentialless cross-origin iframe is loaded without credentials]
expected: FAIL
[same_origin credentialless iframe can't send same_origin credentials]
expected: FAIL
[same_origin credentialless iframe can't send cross_origin credentials]
expected: FAIL
[cross_origin credentialless iframe can't send cross_origin credentials]
expected: FAIL
[cross_origin credentialless iframe can't send same_origin credentials]
expected: FAIL
[same_origin credentialless iframe can't send same_origin credentials on child iframe]
expected: FAIL
[same_origin credentialless iframe can't send cross_origin credentials on child iframe]
expected: FAIL
[cross_origin credentialless iframe can't send cross_origin credentials on child iframe]
expected: FAIL
[cross_origin credentialless iframe can't send same_origin credentials on child iframe]
expected: FAIL

View file

@ -0,0 +1,2 @@
[fenced-frame-bypass.tentative.https.window.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[fenced-frame.tentative.https.window.html]
expected: ERROR

View file

@ -0,0 +1,4 @@
[indexeddb.tentative.https.window.html]
expected: TIMEOUT
[indexeddb]
expected: TIMEOUT

View file

@ -0,0 +1,9 @@
[initial-empty-document.tentative.https.window.html]
[Initial empty document inherits from parent's document.]
expected: FAIL
[Initial empty document inherits from its's iframe's anonymous attribute.]
expected: FAIL
[Initial empty document inherits from its's iframe's credentialless attribute.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[local-storage-initial-empty-document.tentative.https.window.html]
[Local storage is correctly partitioned with regards to anonymous iframe in initial empty documents.]
expected: FAIL
[Local storage is correctly partitioned with regards to credentialless iframe in initial empty documents.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[local-storage.tentative.https.window.html]
[Local storage is correctly partitioned with regards to anonymous iframe]
expected: FAIL
[Local storage is correctly partitioned with regards to credentialless iframe]
expected: FAIL

View file

@ -0,0 +1,6 @@
[serviceworker-partitioning.tentative.https.window.html]
[Anonymous iframes get partitioned service workers.]
expected: FAIL
[credentialless iframes get partitioned service workers.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[session-storage.tentative.https.window.html]
[Session storage is correctly partitioned with regards to anonymous iframe]
expected: FAIL
[Session storage is correctly partitioned with regards to credentialless iframe]
expected: FAIL

View file

@ -0,0 +1,6 @@
[sharedworker-partitioning.tentative.https.window.html]
[Anonymous iframes get partitioned shared workers.]
expected: FAIL
[credentialless iframes get partitioned shared workers.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[web-lock.tentative.https.window.html]
expected: TIMEOUT
[web-lock]
expected: TIMEOUT

View file

@ -0,0 +1,7 @@
[broadcast-channel.html]
expected: TIMEOUT
[Eligibility (BroadcastChannel)]
expected: TIMEOUT
[Eligibility (BroadcastChannel closed in the pagehide event)]
expected: NOTRUN

View file

@ -0,0 +1,4 @@
[dedicated-worker.html]
expected: TIMEOUT
[Eligibility: dedicated workers]
expected: TIMEOUT

View file

@ -0,0 +1,7 @@
[inflight-fetch-1.html]
expected: TIMEOUT
[Eligibility (in-flight fetch): Header received before BFCache and body received when in BFCache]
expected: TIMEOUT
[Eligibility (in-flight fetch): Header received before BFCache and body received after BFCache]
expected: NOTRUN

View file

@ -0,0 +1,10 @@
[inflight-fetch-2.html]
expected: TIMEOUT
[Eligibility (in-flight fetch): Header and body received when in BFCache]
expected: TIMEOUT
[Eligibility (in-flight fetch): Header received when in BFCache and body received after BFCache]
expected: NOTRUN
[Eligibility (in-flight fetch): Header and body received after BFCache]
expected: NOTRUN

View file

@ -0,0 +1,7 @@
[inflight-fetch-cors.html]
expected: TIMEOUT
[Eligibility (in-flight fetch): CORS succeeded when in BFCache]
expected: TIMEOUT
[Eligibility (in-flight fetch): CORS failed when in BFCache]
expected: NOTRUN

View file

@ -0,0 +1,13 @@
[inflight-fetch-redirects.html]
expected: TIMEOUT
[Eligibility (in-flight fetch): Redirect header received when in BFCache]
expected: TIMEOUT
[Eligibility (in-flight fetch): Redirect header received when in BFCache w/ CSP passing]
expected: NOTRUN
[Eligibility (in-flight fetch): Cross-origin redirect header received when in BFCache]
expected: NOTRUN
[Eligibility (in-flight fetch): Cross-origin redirect header received when in BFCache w/ CSP failing]
expected: NOTRUN

View file

@ -0,0 +1,3 @@
[shared-worker.html]
[Eligibility: shared workers]
expected: FAIL

View file

@ -0,0 +1,16 @@
[events.html]
expected: TIMEOUT
[SameOrigin]
expected: TIMEOUT
[SameSite]
expected: NOTRUN
[CrossSite]
expected: NOTRUN
[beforeunload]
expected: NOTRUN
[unload]
expected: NOTRUN

View file

@ -0,0 +1,4 @@
[focus.html]
expected: TIMEOUT
[Focus should be kept when page gets into and out of BFCache]
expected: TIMEOUT

View file

@ -0,0 +1,7 @@
[pushstate.https.html]
expected: TIMEOUT
[back navigation to pushState()d page (in BFCache)]
expected: TIMEOUT
[back navigation to pushState()d page (not in BFCache)]
expected: NOTRUN

View file

@ -0,0 +1,3 @@
[service-worker-client-postmessage.https.html]
[Client.postMessage while a controlled page is in BFCache]
expected: FAIL

View file

@ -0,0 +1,3 @@
[service-worker-clients-claim.https.html]
[Clients.claim() evicts pages that would be affected from BFCache]
expected: FAIL

View file

@ -0,0 +1,3 @@
[service-worker-clients-matchall.https.html]
[Clients.matchAll() should not list pages in BFCache]
expected: FAIL

View file

@ -0,0 +1,3 @@
[service-worker-controlled-after-restore.https.html]
[Pages should remain controlled after restored from BFCache]
expected: FAIL

View file

@ -0,0 +1,3 @@
[service-worker-unregister.https.html]
[Unregister service worker while a controlled page is in BFCache]
expected: FAIL

View file

@ -0,0 +1,4 @@
[storage-events.html]
expected: TIMEOUT
[Storage events should not be fired for BFCached pages after becoming active]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[timers.html]
expected: TIMEOUT
[Timers should be paused when the page is in BFCache]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[001.html]
[pageshow event from traversal]
expected: FAIL

View file

@ -0,0 +1,3 @@
[document-state.tentative.https.html]
[A navigation's initiator origin and referrer are stored in the document state]
expected: FAIL

View file

@ -0,0 +1,3 @@
[after-load-hash-twice.html]
[when changing hash, after the load event]
expected: FAIL

View file

@ -0,0 +1,3 @@
[after-load-hash.html]
[when changing hash, after the load event]
expected: FAIL

View file

@ -0,0 +1,3 @@
[before-load-hash-twice.html]
[when changing hash twice, before load]
expected: FAIL

View file

@ -0,0 +1,3 @@
[before-load-hash.html]
[when changing hash, before load]
expected: FAIL

View file

@ -0,0 +1,3 @@
[pushState-inside-popstate.html]
[pushState inside popstate]
expected: FAIL

View file

@ -0,0 +1,3 @@
[same-document-traverse-immediate.html]
[when traversing back, before hashchange]
expected: FAIL

View file

@ -0,0 +1,3 @@
[same-document-traverse-wait.html]
[when traversing back, after hashchange]
expected: FAIL

View file

@ -0,0 +1,3 @@
[history-traversal-navigate-parent-while-child-loading.html]
[pushState() in parent while child is doing initial navigation, then go back]
expected: FAIL

View file

@ -0,0 +1,3 @@
[history-traversal-navigates-multiple-frames.html]
[A history traversal should be able to navigate a parent and child simultaneously]
expected: FAIL

View file

@ -0,0 +1,4 @@
[scroll-restoration-fragment-scrolling-cross-origin.html]
expected: ERROR
[Manual scroll restoration should take precedent over scrolling to fragment in cross origin navigation]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[scroll-restoration-fragment-scrolling-samedoc.html]
[Manual scroll restoration should take precedent over scrolling to fragment in cross doc navigation]
expected: FAIL

View file

@ -0,0 +1,6 @@
[consecutive-srcdoc.html]
[changing srcdoc does a replace navigation since the URL is still about:srcdoc]
expected: FAIL
[changing srcdoc to about:srcdoc#yo then another srcdoc does two push navigations and we can navigate back]
expected: FAIL

View file

@ -0,0 +1,7 @@
[srcdoc-history-entries.html]
expected: TIMEOUT
[srcdoc history entries: the iframe itself navigates]
expected: TIMEOUT
[srcdoc history entries: the container window navigates]
expected: NOTRUN

View file

@ -0,0 +1,4 @@
[unset_context_name.html]
[Window.name is reset after navigating to a different origin]
expected: FAIL

View file

@ -0,0 +1,4 @@
[005.html]
expected: TIMEOUT
[Link with onclick navigation and href navigation ]
expected: FAIL

View file

@ -0,0 +1,5 @@
[abort-document-load.html]
expected: TIMEOUT
[Aborting a Document load]
expected: FAIL

View file

@ -0,0 +1,6 @@
[about-srcdoc-navigation-blocked.html]
[Navigations to about:srcdoc via window.location are blocked.]
expected: FAIL
[Navigations to about:srcdoc via window.open() are blocked.]
expected: FAIL

View file

@ -0,0 +1,6 @@
[about-srcdoc-navigation-blocked.window.html]
[Navigations to about:srcdoc via window.location must be blocked]
expected: FAIL
[Navigations to about:srcdoc via window.open() must be blocked]
expected: FAIL

View file

@ -0,0 +1,9 @@
[child-navigates-parent-cross-origin.window.html]
[Child document attempts to navigate cross-origin parent via location]
expected: FAIL
[Child document attempts to navigate cross-origin parent via location.href]
expected: FAIL
[Child document attempts to navigate cross-origin parent via location.replace()]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cross-origin-top-navigation-with-user-activation-in-parent.window.html]
expected: TIMEOUT
[Cross-origin top navigation is blocked without user activation, even if the parent has user activation]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[cross-origin-top-navigation-without-user-activation.window.html]
expected: TIMEOUT
[Cross-origin top navigation is blocked without user activation]
expected: TIMEOUT

View file

@ -0,0 +1,12 @@
[failure-check-sequence.https.html]
[CSP check precedes COEP check - CSP header first]
expected: FAIL
[COEP check precedes X-Frame-Options check]
expected: FAIL
[CSP check precedes COEP check - COEP header first]
expected: FAIL
[CSP check precedes X-Frame-Options check]
expected: FAIL

View file

@ -0,0 +1,9 @@
[iframe-nosrc.html]
[window.open]
expected: FAIL
[link click]
expected: FAIL
[form submission]
expected: FAIL

View file

@ -0,0 +1,15 @@
[iframe-src-204-fragment.html]
[src]
expected: FAIL
[location.href]
expected: FAIL
[location.assign]
expected: FAIL
[window.open]
expected: FAIL
[link click]
expected: FAIL

View file

@ -0,0 +1,6 @@
[iframe-src-204-pushState-replaceState.html]
[history.pushState]
expected: FAIL
[history.replaceState]
expected: FAIL

View file

@ -0,0 +1,9 @@
[iframe-src-204.html]
[Navigating to a different document with window.open]
expected: FAIL
[Navigating to a different document with link click]
expected: FAIL
[Navigating to a different document with form submission]
expected: FAIL

View file

@ -0,0 +1,9 @@
[iframe-src-aboutblank-navigate-immediately.html]
[Navigating to a different document with window.open]
expected: FAIL
[Navigating to a different document with form submission]
expected: FAIL
[Navigating to a different document with link click]
expected: FAIL

View file

@ -0,0 +1,18 @@
[iframe-src-aboutblank-wait-for-load.html]
[Navigating to a different document with src]
expected: FAIL
[Navigating to a different document with location.href]
expected: FAIL
[Navigating to a different document with location.assign]
expected: FAIL
[Navigating to a different document with window.open]
expected: FAIL
[Navigating to a different document with link click]
expected: FAIL
[Navigating to a different document with form submission]
expected: FAIL

View file

@ -0,0 +1,18 @@
[initial-content-replacement.html]
[Content synchronously added to <iframe> with src='' won't get replaced]
expected: FAIL
[Content synchronously added to <iframe> with src='about:blank' won't get replaced]
expected: FAIL
[Content synchronously added to <iframe> with src='about:blank#foo' won't get replaced]
expected: FAIL
[Content synchronously added to <iframe> with src='about:blank?foo' won't get replaced]
expected: FAIL
[Content synchronously added to window.open('about:blank')-ed document won't get replaced]
expected: FAIL
[Content synchronously added to window.open('about:blank?foo')-ed document won't get replaced]
expected: FAIL

View file

@ -0,0 +1,15 @@
[load-event-iframe-element.html]
[load event fires synchronously on <iframe> element created with no src]
expected: FAIL
[load event fires synchronously on <iframe> element created with src='']
expected: FAIL
[load event fires synchronously on <iframe> element created with src='about:blank']
expected: FAIL
[load event fires synchronously on <iframe> element created with src='about:blank#foo']
expected: FAIL
[load event fires synchronously on <iframe> element created with src='about:blank?foo']
expected: FAIL

View file

@ -0,0 +1,12 @@
[load-pageshow-events-iframe-contentWindow.html]
[load & pageshow event do not fire on contentWindow of <iframe> element created with no src]
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank?foo']
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank#foo']
expected: FAIL
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='']
expected: FAIL

View file

@ -0,0 +1,15 @@
[load-pageshow-events-window-open.html]
[load event does not fire on window.open()]
expected: FAIL
[load event does not fire on window.open('')]
expected: FAIL
[load event does not fire on window.open('about:blank#foo')]
expected: FAIL
[load event does not fire on window.open('about:blank?foo')]
expected: FAIL
[load event does not fire on window.open('about:blank')]
expected: FAIL

View file

@ -0,0 +1,6 @@
[window-open-204-fragment.html]
[location.href]
expected: FAIL
[location.assign]
expected: FAIL

View file

@ -0,0 +1,6 @@
[window-open-204-pushState-replaceState.html]
[history.pushState]
expected: FAIL
[history.replaceState]
expected: FAIL

View file

@ -0,0 +1,7 @@
[window-open-204.html]
expected: TIMEOUT
[location.href]
expected: FAIL
[location.assign]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[window-open-aboutblank.html]
[location.href]
expected: FAIL
[location.assign]
expected: FAIL

View file

@ -0,0 +1,6 @@
[window-open-nourl.html]
[location.href]
expected: FAIL
[location.assign]
expected: FAIL

View file

@ -0,0 +1,4 @@
[javascript-url-load-as-html.xhtml]
expected: TIMEOUT
[javascript: URL navigation to a string must create a HTML document using the correct properties]
expected: TIMEOUT

View file

@ -0,0 +1,10 @@
[javascript-url-no-beforeunload.window.html]
expected: TIMEOUT
[Navigating an opened window with an iframe via location.href to a javascript: URL must not fire beforeunload on the iframe: string completion]
expected: NOTRUN
[Navigating an opened window via location.href to a javascript: URL must not fire beforeunload: string completion]
expected: TIMEOUT
[Navigating an opened window with an iframe via location.href to a javascript: URL must not fire beforeunload on the iframe: undefined completion]
expected: FAIL

View file

@ -0,0 +1,6 @@
[javascript-url-referrer.window.html]
[unsafe-url referrer policy used to create the starting page]
expected: FAIL
[origin referrer policy used to create the starting page]
expected: FAIL

View file

@ -0,0 +1,21 @@
[javascript-url-return-value-handling-dynamic.html]
[Test javascript URL string return values in direct and indirect (target) frame contexts. 4]
expected: FAIL
[Test javascript URL string return values in direct and indirect (target) frame contexts. 9]
expected: FAIL
[0041 set in href="" targeting a frame and clicked]
expected: FAIL
[0080 00FF set in href="" targeting a frame and clicked]
expected: FAIL
[0080 00FF 0100 set in href="" targeting a frame and clicked]
expected: FAIL
[D83D DE0D set in href="" targeting a frame and clicked]
expected: FAIL
[DE0D 0041 set in href="" targeting a frame and clicked]
expected: FAIL

View file

@ -0,0 +1,9 @@
[javascript-url-security-check-failure.sub.html]
[cross-origin, setting src]
expected: FAIL
[cross-origin-domain but same-origin, setting src]
expected: FAIL
[cross-origin-domain but same-origin, setting location.href]
expected: FAIL

View file

@ -0,0 +1,3 @@
[javascript-url-security-check-same-origin-domain.sub.html]
[javascript: URL security check for same-origin-domain but not same-origin]
expected: FAIL

View file

@ -0,0 +1,6 @@
[javascript-url-task-queuing.html]
[Navigating an iframe via src="" to a javascript: URL before insertion must queue a task]
expected: FAIL
[Navigating an iframe via src="" to a javascript: URL after insertion must queue a task]
expected: FAIL

View file

@ -0,0 +1,3 @@
[context-for-window-open.html]
[Fetch client and URL resolution for window.open()]
expected: FAIL

View file

@ -0,0 +1,6 @@
[navigate-to-unparseable-url.html]
[location.href setter throws a SyntaxError DOMException for unparseable URLs]
expected: FAIL
[<a> tag navigate fails for unparseable URLs]
expected: FAIL

View file

@ -0,0 +1,3 @@
[navigation-unload-cross-origin.sub.window.html]
[Cross-origin navigation started from unload handler must be ignored]
expected: FAIL

View file

@ -0,0 +1,3 @@
[navigation-unload-same-origin-fragment.html]
[Tests that a fragment navigation in the unload handler will not block the initial navigation]
expected: FAIL

View file

@ -0,0 +1,3 @@
[navigation-unload-same-origin.window.html]
[Same-origin navigation started from unload handler must be ignored]
expected: FAIL

View file

@ -0,0 +1,3 @@
[plugin-document.historical.html]
[Same-origin PDFs must not create accessible Document objects]
expected: FAIL

View file

@ -0,0 +1,18 @@
[redirect-to-about.window.html]
[An iframe with src set to a redirect to about:blank]
expected: FAIL
[An iframe that is navigated to a redirect to about:blank]
expected: FAIL
[An iframe with src set to a redirect to about:srcdoc]
expected: FAIL
[An iframe that is navigated to a redirect to about:srcdoc]
expected: FAIL
[An iframe with src set to a redirect to about:nonstandard]
expected: FAIL
[An iframe that is navigated to a redirect to about:nonstandard]
expected: FAIL

View file

@ -0,0 +1,6 @@
[redirect-to-data.html]
[Loading an iframe with src=redirecting URL]
expected: FAIL
[Navigating an iframe to a redirecting URL]
expected: FAIL

View file

@ -0,0 +1,3 @@
[redirect-to-unparseable-url.html]
[Navigating to a url (A) that redirects to an unparseable URL (B), saves the URL (A) in the history entry, for later traversal]
expected: FAIL

View file

@ -0,0 +1,3 @@
[a-click.html]
[aElement.click() before the load event must NOT replace]
expected: FAIL

View file

@ -0,0 +1,3 @@
[form-requestsubmit-during-load.html]
[Replace during the load event, triggered by formElement.submit()]
expected: FAIL

View file

@ -0,0 +1,3 @@
[form-requestsubmit-during-pageshow.html]
[Replace during the pageshow event, triggered by formElement.submit()]
expected: FAIL

View file

@ -0,0 +1,3 @@
[form-requestsubmit.html]
[Replace before load, triggered by formElement.requestSubmit()]
expected: FAIL

View file

@ -0,0 +1,3 @@
[form-submit-button-click-during-load.html]
[Replace during load, triggered by submitButton.click()]
expected: FAIL

View file

@ -0,0 +1,3 @@
[form-submit-button-click-during-pageshow.html]
[Replace during pageshow, triggered by submitButton.click()]
expected: FAIL

View file

@ -0,0 +1,3 @@
[form-submit-button-click.html]
[Replace before load, triggered by submitButton.click()]
expected: FAIL

View file

@ -0,0 +1,3 @@
[form-submit-during-load.html]
[Replace during the load event, triggered by formElement.submit()]
expected: FAIL

View file

@ -0,0 +1,3 @@
[form-submit-during-pageshow.html]
[Replace during the pageshow event, triggered by formElement.submit()]
expected: FAIL

View file

@ -0,0 +1,3 @@
[form-submit.html]
[Replace before load, triggered by formElement.submit()]
expected: FAIL

View file

@ -0,0 +1,4 @@
[iframe-src-during-load.html]
expected: TIMEOUT
[Replace during the load event, triggered by setting iframeElement.src]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[iframe-src-during-pageshow.html]
expected: TIMEOUT
[Replace during the pageshow event, triggered by setting iframeElement.src]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[iframe-src.html]
expected: TIMEOUT
[Replace before load, triggered by setting iframeElement.src]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[location-assign-during-load.html]
[Replace during the load event, triggered by location.assign()]
expected: FAIL

Some files were not shown because too many files have changed in this diff Show more