haikuwebkit/LayoutTests/fast/frames
Yusuke Suzuki 39304cdda8 Partially revert r280256 behavior change since it broke Facetime
https://bugs.webkit.org/show_bug.cgi?id=228943
rdar://81700268

Reviewed by Mark Lam.

Source/WebCore:

In r280256, custom accessors start getting holder's JSGlobalObject (this is right behavior).
We also introduced IncumbentWindow IDL attribute to get the caller's JSGlobalObject, which is
necessary in Location. At that time, we replaced all ActiveWindow to IncumbentWindow, but it
changes the JSGlobalObject of `replace`, `assign`, and `reload` since they are functions (not
custom accessors). We observed that, after this change, facetime Web page is broken: when opening
the link to Facetime, it should show the prompt of "Open in Facetime app" in iOS. But after this
change, it won't happen.

We revert the semantic change by using ActiveWindow for replace, assign, and reload. This is
not the correct semantics from the spec, but this is the same to one before r280256, and we
will change this once we find the way to bypass this issue.

* page/Location.cpp:
(WebCore::Location::assign):
(WebCore::Location::replace):
(WebCore::Location::reload):
* page/Location.h:
* page/Location.idl:

LayoutTests:

* fast/frames/sandboxed-iframe-navigation-parent-expected.txt:
* fast/frames/sandboxed-iframe-navigation-parent.html:
* http/tests/security/frameNavigation/context-for-location-assign-expected.txt:

Canonical link: https://commits.webkit.org/240389@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@280826 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-08-10 08:25:31 +00:00
..
flattening Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
resources Document's fallback base URL should be deduced from its creator when URL is about:blank 2021-07-30 20:25:46 +00:00
srcdoc Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
001.html
002-expected.png
002-expected.txt
002.html
adopt-from-created-document-expected.txt
adopt-from-created-document.html
adopt-iframe-into-itself-expected.txt
adopt-iframe-into-itself.html
adopt-object-into-itself-expected.txt
adopt-object-into-itself.html
assert-on-insertedIntoDocument-expected.txt
assert-on-insertedIntoDocument.html
cached-frame-counter-expected.txt
cached-frame-counter.html
calculate-fixed-expected.txt
calculate-fixed.html
calculate-order-expected.txt
calculate-order.html
calculate-percentage-expected.txt
calculate-percentage.html
calculate-relative-expected.txt
calculate-relative.html
calculate-round-expected.txt
calculate-round.html
content-opacity-1-expected.txt
content-opacity-1.html
content-opacity-2-expected.txt
content-opacity-2.html
contentWindow_Frame-expected.txt
contentWindow_Frame.html
contentWindow_iFrame-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
contentWindow_iFrame.html
crash-display-none-iframe-during-onbeforeload-expected.txt Disable support for BeforeLoadEvent 2020-05-20 20:14:23 +00:00
crash-display-none-iframe-during-onbeforeload.html
crash-during-iframe-load-stop-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
crash-during-iframe-load-stop.html
crash-frameset-CSS-content-property-expected.txt
crash-frameset-CSS-content-property.html
crash-remove-iframe-during-object-beforeload-expected.txt use-after-free removing a frame from its parent in a beforeload event of an OBJECT element 2013-04-26 15:13:02 +00:00
crash-remove-iframe-during-object-beforeload.html
crash-removed-iframe-expected.txt
crash-removed-iframe.html
crash-when-child-iframe-forces-layout-during-unload-and-sibling-frame-has-mediaquery-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
crash-when-child-iframe-forces-layout-during-unload-and-sibling-frame-has-mediaquery.html
crash-when-iframe-is-remove-in-eventhandler-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
crash-when-iframe-is-remove-in-eventhandler.html
cross-site-this-expected.txt
cross-site-this.html
css-style-declaration-isolation-expected.txt
css-style-declaration-isolation.html
detach-frame-during-focus-expected.txt Crash in Document::setFocusedNode if the frame of new focused node is detached in 'change' event handler 2013-03-20 21:58:37 +00:00
detach-frame-during-focus.html
detached-frame-eventListener-expected.txt
detached-frame-eventListener.html
detached-frame-property-expected.txt
detached-frame-property.html
didBecomeCurrentDocumentInFrame-crash-expected.txt (r261946) [ iOS ] fast/frames/didBecomeCurrentDocumentInFrame-crash.html is failing 2020-05-21 00:02:31 +00:00
didBecomeCurrentDocumentInFrame-crash.html (r261946) [ iOS ] fast/frames/didBecomeCurrentDocumentInFrame-crash.html is failing 2020-05-21 00:02:31 +00:00
document-write-in-iframe-onload-2-expected.txt
document-write-in-iframe-onload-2.html
document-write-in-iframe-onload-3-expected.txt 2011-02-09 Adam Barth <abarth@webkit.org> 2011-02-09 23:07:45 +00:00
document-write-in-iframe-onload-3.html
document-write-in-iframe-onload-expected.txt
document-write-in-iframe-onload.html
empty-cols-attribute-expected.png
empty-cols-attribute-expected.txt
empty-cols-attribute.html
empty-frame-document-expected.txt
empty-frame-document.html
empty-frame-src-expected.txt
empty-frame-src.html
exponential-frames-expected.txt
exponential-frames.html
focus-controller-crash-change-event-expected.txt Crash in FocusController::advanceFocusInDocumentOrder 2011-08-22 17:33:59 +00:00
focus-controller-crash-change-event.html
frame-base-url-expected.txt
frame-base-url.html
frame-crash-with-page-cache-expected.txt Allow pages with unload handlers in the page cache 2014-09-05 22:11:16 +00:00
frame-crash-with-page-cache.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
frame-dead-region-expected.txt
frame-dead-region.html
frame-deep-nested-resize-expected.txt
frame-deep-nested-resize.html
frame-display-none-focus-expected.txt
frame-display-none-focus.html
frame-element-name-expected.txt
frame-element-name.html
frame-focus-blurs-active-element-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
frame-focus-blurs-active-element.html
frame-inherit-noresize-from-frameset-expected.txt
frame-inherit-noresize-from-frameset.html
frame-js-url-clientWidth-expected.txt
frame-js-url-clientWidth.html
frame-length-fractional-expected.txt
frame-length-fractional.html
frame-limit-expected.txt
frame-limit.html
frame-name-reset-expected.txt
frame-name-reset.html
frame-navigation.html
frame-programmatic-noresize-expected.txt
frame-programmatic-noresize.html
frame-scrolling-attribute.html
frame-set-rotation-hit-expected.png
frame-set-rotation-hit-expected.txt
frame-set-rotation-hit.html
frame-set-same-location-expected.txt
frame-set-same-location.html
frame-set-same-src-expected.txt
frame-set-same-src.html
frame-set-scaling-3d-expected.png
frame-set-scaling-3d-expected.txt
frame-set-scaling-3d.html
frame-set-scaling-centered-expected.png
frame-set-scaling-centered-expected.txt
frame-set-scaling-centered.html
frame-set-scaling-expected.png
frame-set-scaling-expected.txt
frame-set-scaling-hit-expected.png
frame-set-scaling-hit-expected.txt
frame-set-scaling-hit.html
frame-set-scaling-rotate-expected.txt
frame-set-scaling-rotate.html
frame-set-scaling-skew-expected.txt
frame-set-scaling-skew.html
frame-set-scaling.html
frame-set-whitespace-attributes-expected.png
frame-set-whitespace-attributes-expected.txt Unreviewed optimize-baselines for mac and win. 2013-04-25 02:44:19 +00:00
frame-set-whitespace-attributes.html
frame-src-attribute-expected.txt
frame-src-attribute.html
frame-unload-crash-expected.txt
frame-unload-crash.html
frame-unload-crash2-expected.txt
frame-unload-crash2.html
frame-unload-navigate-and-setTimeout-assert-fail-expected.txt
frame-unload-navigate-and-setTimeout-assert-fail.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
frame-window-as-callback-expected.txt
frame-window-as-callback.html
frame-with-noresize-can-be-resized-after-removal-of-noresize-expected.txt
frame-with-noresize-can-be-resized-after-removal-of-noresize.html
frame-with-noresize-can-be-resized-after-setting-noResize-to-false-expected.txt
frame-with-noresize-can-be-resized-after-setting-noResize-to-false.html
frameElement-frame.html
frameElement-iframe.html
frameElement-widthheight-expected.txt
frameElement-widthheight.html
frames-not-double-painted-expected.html
frames-not-double-painted.html
frames-with-frameborder-zero-can-be-resized-expected.txt Patch by Swapna P <spottabathini@innominds.com> on 2012-05-14 2012-05-14 19:06:54 +00:00
frames-with-frameborder-zero-can-be-resized.html
frameset-frameborder-boolean-values-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
frameset-frameborder-boolean-values.html
frameset-frameborder-inheritance-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
frameset-frameborder-inheritance.html
frameset-frameborder-overrides-border-expected.txt
frameset-frameborder-overrides-border.html
frameset-style-recalc.html
hidden-frameset-expected.txt
hidden-frameset.html
hidpi-position-iframe-on-device-pixel-expected.html
hidpi-position-iframe-on-device-pixel.html
hover-timer-crash-expected.txt
hover-timer-crash.html
iframe-access-screen-of-deleted-expected.txt Load event fires too early with threaded HTML parser (take 2) 2013-02-12 01:07:33 +00:00
iframe-access-screen-of-deleted.html
iframe-detached-window-still-writable-eval-expected.txt Window should behave like a legacy platform object without indexed setter 2021-06-08 01:10:23 +00:00
iframe-detached-window-still-writable-eval.html Window should behave like a legacy platform object without indexed setter 2021-06-08 01:10:23 +00:00
iframe-detached-window-still-writable-expected.txt window proxy of detached iframe doesn't respect updates to global values 2021-03-04 18:26:22 +00:00
iframe-detached-window-still-writable.html window proxy of detached iframe doesn't respect updates to global values 2021-03-04 18:26:22 +00:00
iframe-display-none-expected.txt
iframe-display-none.html
iframe-double-attach-expected.txt
iframe-double-attach.html
iframe-double-scale-contents-expected.png
iframe-double-scale-contents-expected.txt
iframe-double-scale-contents.html
iframe-empty-doc-crash-expected.txt Nullptr crash in RenderObject::RenderObjectBitfields::isBox when current renderer is the RenderView 2020-03-20 09:27:33 +00:00
iframe-empty-doc-crash.html Nullptr crash in RenderObject::RenderObjectBitfields::isBox when current renderer is the RenderView 2020-03-20 09:27:33 +00:00
iframe-focus-crash-expected.txt
iframe-focus-crash.html
iframe-js-url-clientWidth-expected.txt
iframe-js-url-clientWidth.html
iframe-name-and-id-expected.txt
iframe-name-and-id.html
iframe-no-name-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
iframe-no-name.html
iframe-onload-and-domnodeinserted-expected.txt
iframe-onload-and-domnodeinserted.html
iframe-onload-remove-self-no-crash-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
iframe-onload-remove-self-no-crash.html
iframe-option-crash.xhtml
iframe-plugin-load-remove-document-crash-expected.txt
iframe-plugin-load-remove-document-crash.html Use testRunner instead of layoutTestController in fast/fast-mobile-scrolling, flexbox, forms, frames, gradients tests 2012-06-22 06:52:33 +00:00
iframe-remove-after-id-change-expected.txt
iframe-remove-after-id-change.html
iframe-reparenting-unique-name-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
iframe-reparenting-unique-name.html
iframe-scale-applied-twice-expected.txt
iframe-scale-applied-twice.html
iframe-scaling-with-scroll-expected.txt
iframe-scaling-with-scroll.html
iframe-scroll-page-up-down-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
iframe-scroll-page-up-down.html
iframe-scrolling-attribute-overflowscroll-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
iframe-scrolling-attribute-overflowscroll.html
iframe-scrolling-attribute.html
iframe-set-inner-html-expected.txt
iframe-set-inner-html.html
iframe-set-same-location-expected.txt
iframe-set-same-location.html
iframe-set-same-src-expected.txt
iframe-set-same-src.html
iframe-target-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
iframe-target.html
iframe-text-contents-expected.txt
iframe-text-contents.html
iframe-translucent-background-expected.html
iframe-translucent-background.html
iframe-window-focus-expected.txt
iframe-window-focus.html
iframe-with-frameborder.html Remove unneeded whitespace between content and <br> 2020-10-25 19:52:34 +00:00
inline-object-inside-frameset.html
insert-frame-unload-handler-expected.txt
insert-frame-unload-handler.html
invalid-expected.txt
invalid-frameset-compute-edge-expected.html
invalid-frameset-compute-edge.html
invalid-frameset-expected.html
invalid-frameset.html
invalid.html
javascript-url-as-framesrc-crash-expected.txt
javascript-url-as-framesrc-crash.html
javascript-url-for-deleted-frame-expected.txt
javascript-url-for-deleted-frame.html
layout-after-destruction-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
layout-after-destruction.html
location-change-expected.txt
location-change-no-file-access-expected.txt
location-change-no-file-access.html
location-change.html
location-put-after-removal-expected.txt
location-put-after-removal.html
location-redirect-user-gesture-expected.txt
location-redirect-user-gesture.html
long-names-in-nested-subframes-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
long-names-in-nested-subframes.html
lots-of-iframes-expected.txt
lots-of-iframes.html
lots-of-objects-expected.txt
lots-of-objects.html
meta-refresh-user-gesture-expected.txt
meta-refresh-user-gesture.html
modifications-in-subtree-unload-expected.html Disable frame loading instead of throwing exceptions on subtree modifications in ChildFrameDisconnector 2012-11-14 04:25:11 +00:00
modifications-in-subtree-unload.html
negative-remaining-length-crash-expected.txt
negative-remaining-length-crash.html
no-frame-borders-expected.png
no-frame-borders-expected.txt
no-frame-borders.html
onload-remove-iframe-crash-expected.txt
onload-remove-iframe-crash.html
onlyCommentInIFrame.html Remove unneeded whitespace between content and <br> 2020-10-25 19:52:34 +00:00
out-of-document-iframe-has-child-frame-expected.txt
out-of-document-iframe-has-child-frame.html
page-beforeunload-document-open-expected.txt document.open() / write() should be prevented in beforeunload event handlers 2016-01-26 23:22:18 +00:00
page-beforeunload-document-open.html
page-hide-document-open-expected.txt Document.open / Document.write should be prevented while the document is being unloaded 2016-01-23 01:04:59 +00:00
page-hide-document-open.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
page-unload-document-open-expected.txt
page-unload-document-open.html
page-visibility-crash-expected.txt
page-visibility-crash.html
paint-iframe-background-expected.png
paint-iframe-background-expected.txt
paint-iframe-background.html
parser-append-subframe-count-expected.txt
parser-append-subframe-count.html
reattach-in-unload-expected.txt
reattach-in-unload.html
removal-before-attach-crash-expected.txt
removal-before-attach-crash.html
remove-frame-during-load-event-expected.txt Load event fires too early with threaded HTML parser (take 2) 2013-02-12 01:07:33 +00:00
remove-frame-during-load-event.html
remove-frame-with-scrollbars-crash-expected.txt
remove-frame-with-scrollbars-crash.html
repaint-display-none-crash-expected.txt
repaint-display-none-crash.html
reparent-in-unload-contentdocument-expected.txt ASSERT(!childItemWithTarget(child->target())) is hit in HistoryItem::addChildItem() 2018-05-07 18:55:15 +00:00
reparent-in-unload-contentdocument.html
restoring-page-cache-should-not-run-scripts-expected.txt Document::resume should delay resetting of form control elements. 2019-08-02 19:58:50 +00:00
restoring-page-cache-should-not-run-scripts-via-style-update-expected.txt Disable support for BeforeLoadEvent 2020-05-20 20:14:23 +00:00
restoring-page-cache-should-not-run-scripts-via-style-update.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
restoring-page-cache-should-not-run-scripts.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
sandbox-attribute-expected.txt
sandbox-attribute.html
sandboxed-iframe-about-blank-expected.txt
sandboxed-iframe-about-blank.html
sandboxed-iframe-attribute-parsing-01-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
sandboxed-iframe-attribute-parsing-01.html
sandboxed-iframe-attribute-parsing-02-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
sandboxed-iframe-attribute-parsing-02.html
sandboxed-iframe-attribute-parsing-03-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
sandboxed-iframe-attribute-parsing-03.html
sandboxed-iframe-attribute-parsing-04-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
sandboxed-iframe-attribute-parsing-04.html
sandboxed-iframe-attribute-parsing-05-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
sandboxed-iframe-attribute-parsing-05.html
sandboxed-iframe-attribute-parsing-06-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
sandboxed-iframe-attribute-parsing-06.html
sandboxed-iframe-attribute-parsing-07-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
sandboxed-iframe-attribute-parsing-07.html
sandboxed-iframe-attribute-parsing-08-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
sandboxed-iframe-attribute-parsing-08.html
sandboxed-iframe-attribute-parsing-09-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
sandboxed-iframe-attribute-parsing-09.html
sandboxed-iframe-attribute-parsing-10-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
sandboxed-iframe-attribute-parsing-10.html
sandboxed-iframe-attribute-parsing-11-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
sandboxed-iframe-attribute-parsing-11.html
sandboxed-iframe-attribute-parsing-12-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
sandboxed-iframe-attribute-parsing-12.html
sandboxed-iframe-attribute-parsing-13-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
sandboxed-iframe-attribute-parsing-13.html
sandboxed-iframe-attribute-parsing-14-expected.txt
sandboxed-iframe-attribute-parsing-14.html
sandboxed-iframe-autofocus-denied-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
sandboxed-iframe-autofocus-denied.html
sandboxed-iframe-close-top-expected.txt
sandboxed-iframe-close-top-noclose-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
sandboxed-iframe-close-top-noclose.html
sandboxed-iframe-close-top.html
sandboxed-iframe-domain-expected.txt Sandbox flags do not support document.domain control 2017-08-08 23:27:08 +00:00
sandboxed-iframe-domain.html
sandboxed-iframe-forms-dynamic-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
sandboxed-iframe-forms-dynamic.html
sandboxed-iframe-forms-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
sandboxed-iframe-forms.html
sandboxed-iframe-history-denied-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
sandboxed-iframe-history-denied.html
sandboxed-iframe-navigation-allowed-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
sandboxed-iframe-navigation-allowed.html
sandboxed-iframe-navigation-parent-expected.txt Partially revert r280256 behavior change since it broke Facetime 2021-08-10 08:25:31 +00:00
sandboxed-iframe-navigation-parent.html Partially revert r280256 behavior change since it broke Facetime 2021-08-10 08:25:31 +00:00
sandboxed-iframe-navigation-targetlink-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
sandboxed-iframe-navigation-targetlink.html
sandboxed-iframe-navigation-top-by-constant-name-expected.txt
sandboxed-iframe-navigation-top-by-constant-name.html
sandboxed-iframe-navigation-top-by-constant-name2-expected.txt
sandboxed-iframe-navigation-top-by-constant-name2.html
sandboxed-iframe-navigation-top-by-name-denied-expected.txt Disallow alert/confirm/prompt in cross-origin-domain subframes 2021-02-09 21:21:26 +00:00
sandboxed-iframe-navigation-top-by-name-denied.html
sandboxed-iframe-navigation-top-by-name-expected.txt
sandboxed-iframe-navigation-top-by-name.html Use testRunner instead of layoutTestController in fast/fast-mobile-scrolling, flexbox, forms, frames, gradients tests 2012-06-22 06:52:33 +00:00
sandboxed-iframe-navigation-top-denied-expected.txt
sandboxed-iframe-navigation-top-denied.html
sandboxed-iframe-navigation-top-expected.txt
sandboxed-iframe-navigation-top.html
sandboxed-iframe-navigation-windowopen-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
sandboxed-iframe-navigation-windowopen.html
sandboxed-iframe-noscript-expected.txt
sandboxed-iframe-noscript.html
sandboxed-iframe-parsing-space-characters-expected.txt Disallow alert/confirm/prompt in cross-origin-domain subframes 2021-02-09 21:21:26 +00:00
sandboxed-iframe-parsing-space-characters.html Disallow alert/confirm/prompt in cross-origin-domain subframes 2021-02-09 21:21:26 +00:00
sandboxed-iframe-plugins-expected.txt Unexpose obsolete HTMLAppletElement interface 2020-11-10 00:29:04 +00:00
sandboxed-iframe-plugins.html Unexpose obsolete HTMLAppletElement interface 2020-11-10 00:29:04 +00:00
sandboxed-iframe-scripting-01-expected.txt
sandboxed-iframe-scripting-01.html
sandboxed-iframe-scripting-02-expected.txt Disallow alert/confirm/prompt in cross-origin-domain subframes 2021-02-09 21:21:26 +00:00
sandboxed-iframe-scripting-02.html Disallow alert/confirm/prompt in cross-origin-domain subframes 2021-02-09 21:21:26 +00:00
sandboxed-iframe-scripting-03-expected.txt
sandboxed-iframe-scripting-03.html
sandboxed-iframe-scripting-04-expected.txt
sandboxed-iframe-scripting-04.html
sandboxed-iframe-scripting-05-expected.txt
sandboxed-iframe-scripting-05.html
sandboxed-iframe-storage-expected.txt Disable WebSQL in WebKitTestRunner 2021-04-06 09:51:51 +00:00
sandboxed-iframe-storage.html
set-iframe-src-in-pagehide-crash-expected.txt HTMLFrameOwnerElement should obey the SubframeLoadingDisabler when creating subframes 2014-03-21 07:31:39 +00:00
set-iframe-src-in-pagehide-crash.html
set-parent-src-synchronously-expected.txt Remove trailing spaces from expected.txt files (excluding WPT for now since that contains too many) 2020-09-27 02:15:19 +00:00
set-parent-src-synchronously.html
set-parent-src-synchronously.xhtml
set-unloaded-frame-location-expected.txt
set-unloaded-frame-location.html
subframe-load-crash-main-expected.txt
subframe-load-crash-main.html
subframe-load-js-url-crash-expected.txt V8RecursionScope should not hold a raw pointer to ScriptExecutionContext 2012-03-26 22:49:27 +00:00
subframe-load-js-url-crash.html
take-focus-from-iframe.html
transparent-scrollbar-expected.txt
transparent-scrollbar.html
unload-reparent-sibling-frame-expected.txt
unload-reparent-sibling-frame.html
url-selected-crash-expected.txt
url-selected-crash.html
user-gesture-timestamp-propagation-expected.txt Set lastHandledUserGestureTimestamp on all ancestor documents, not just the top document 2017-04-06 00:55:14 +00:00
user-gesture-timestamp-propagation.html
valid-expected.txt
valid.html
xss-auditor-handles-file-urls-expected.txt Changes to shared testing JS files should not cause test failures due to console message line numbers changing 2020-04-10 21:10:11 +00:00
xss-auditor-handles-file-urls.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00