haikuwebkit/LayoutTests/fast/events
Wenson Hsieh 58daa961d4 [iOS] Remove support for the meaningful tap heuristic
https://bugs.webkit.org/show_bug.cgi?id=229298
rdar://82130066

Reviewed by Tim Horton.

Source/WebCore:

See WebKit ChangeLog for more details.

* page/ChromeClient.h:
(WebCore::ChromeClient::didHandleOrPreventMouseDownOrMouseUpEvent): Deleted.
* page/EventHandler.cpp:
(WebCore::EventHandler::handleMousePressEvent):
(WebCore::EventHandler::handleMouseDoubleClickEvent):
(WebCore::EventHandler::handleMouseReleaseEvent):

Source/WebKit:

Remove all support for the meaningful tap heuristic, which was used to allow users to toggle tab pill visibility
in earlier versions of the Safari redesign. As of the latest iOS 15 beta, this heuristic is no longer necessary,
so we don't need this SPI support anymore.

* UIProcess/API/APIUIClient.h:
(API::UIClient::didNotHandleTapAsClick):
(API::UIClient::didTapAtPoint): Deleted.
* UIProcess/API/Cocoa/WKUIDelegatePrivate.h:
* UIProcess/API/ios/WKWebViewPrivateForTestingIOS.h:
* UIProcess/API/ios/WKWebViewTestingIOS.mm:
(-[WKWebView _didTapAtPoint:withResult:]): Deleted.
* UIProcess/Cocoa/UIDelegate.h:
* UIProcess/Cocoa/UIDelegate.mm:
(WebKit::UIDelegate::setDelegate):
(WebKit::UIDelegate::UIClient::didTapAtPoint): Deleted.
* UIProcess/PageClient.h:
* UIProcess/WebPageProxy.h:
* UIProcess/WebPageProxy.messages.in:
* UIProcess/ios/PageClientImplIOS.h:
* UIProcess/ios/PageClientImplIOS.mm:
(WebKit::PageClientImpl::didTapAtPoint): Deleted.
* UIProcess/ios/WebPageProxyIOS.mm:
(WebKit::WebPageProxy::didTapAtPoint): Deleted.
* WebProcess/WebCoreSupport/WebChromeClient.cpp:
(WebKit::WebChromeClient::didHandleOrPreventMouseDownOrMouseUpEvent): Deleted.
* WebProcess/WebCoreSupport/WebChromeClient.h:
* WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::isPlayingMediaDidChange):
* WebProcess/WebPage/WebPage.h:

Drive-by fix: initialize `m_appHighlightsVisible` using the correct type.

(WebKit::WebPage::platformNeedsLayoutForEditorState const):
(WebKit::WebPage::prepareToRunModalJavaScriptDialog):
(WebKit::WebPage::didHandleOrPreventMouseDownOrMouseUpEvent): Deleted.
(WebKit::WebPage::platformIsPlayingMediaDidChange): Deleted.
* WebProcess/WebPage/ios/WebPageIOS.mm:
(WebKit::WebPage::completeSyntheticClick):
(WebKit::WebPage::attemptSyntheticClick):
(WebKit::WebPage::handleTwoFingerTapAtPoint):
(WebKit::WebPage::commitPotentialTapFailed):
(WebKit::WebPage::clearSelectionAfterTapIfNeeded):
(WebKit::isProbablyMeaningfulClick): Deleted.
(WebKit::WebPage::didHandleOrPreventMouseDownOrMouseUpEvent): Deleted.
(WebKit::WebPage::platformIsPlayingMediaDidChange): Deleted.

Tools:

Remove test runner support for testing the meaningful tap heuristic.

* WebKitTestRunner/InjectedBundle/Bindings/TestRunner.idl:
* WebKitTestRunner/InjectedBundle/InjectedBundle.cpp:
(WTR::InjectedBundle::didReceiveMessageToPage):
* WebKitTestRunner/InjectedBundle/TestRunner.cpp:
(WTR::TestRunner::installDidHandleTapCallback): Deleted.
(WTR::TestRunner::callDidHandleTapCallback): Deleted.
* WebKitTestRunner/InjectedBundle/TestRunner.h:
* WebKitTestRunner/TestController.cpp:
(WTR::TestController::didHandleTap): Deleted.
* WebKitTestRunner/TestController.h:
* WebKitTestRunner/TestInvocation.cpp:
(WTR::TestInvocation::didHandleTap): Deleted.
* WebKitTestRunner/TestInvocation.h:
* WebKitTestRunner/cocoa/TestRunnerWKWebView.mm:
(-[TestRunnerWKWebView _didTapAtPoint:withResult:]): Deleted.

LayoutTests:

Remove all layout tests that exercised the meaningful tap heuristic.

* fast/events/ios/did-not-handle-meaningful-click-expected.txt: Removed.
* fast/events/ios/did-not-handle-meaningful-click.html: Removed.
* fast/events/ios/meaningful-click-when-focusing-body-expected.txt: Removed.
* fast/events/ios/meaningful-click-when-focusing-body.html: Removed.
* fast/events/ios/meaningful-click-when-playing-media-expected.txt: Removed.
* fast/events/ios/meaningful-click-when-playing-media.html: Removed.
* fast/events/ios/meaningful-click-when-tapping-draggable-content-expected.txt: Removed.
* fast/events/ios/meaningful-click-when-tapping-draggable-content.html: Removed.
* fast/events/ios/non-meaningful-click-when-tapping-document-expected.txt: Removed.
* fast/events/ios/non-meaningful-click-when-tapping-document.html: Removed.


Canonical link: https://commits.webkit.org/240704@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@281279 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-08-19 23:17:35 +00:00
..
constructors
cursors
gesture Add a way to create `"wheel"` events from gesture/touch events 2021-05-20 02:26:07 +00:00
ios [iOS] Remove support for the meaningful tap heuristic 2021-08-19 23:17:35 +00:00
pointer/ios
resources Remove all remaining boolean overridePreference calls 2020-10-30 01:17:30 +00:00
scoped
touch Enable layout tests in editing/selection/ios by default in EWS 2021-08-09 21:08:46 +00:00
watchos
wheel Trackpad scrolling in the web inspector timeline is broken 2021-03-08 20:16:20 +00:00
5056619-expected.txt Make dump-as-markup.js dump newlines within text as "\n" 2020-12-04 19:43:08 +00:00
5056619.html
AddEventListenerOptions-once-expected.txt Implement EventListenerOptions argument to addEventListener 2016-06-07 17:53:15 +00:00
AddEventListenerOptions-once-recursive-expected.txt
AddEventListenerOptions-once-recursive.html
AddEventListenerOptions-once.html
AddEventListenerOptions-passive-expected.txt Implement EventListenerOptions argument to addEventListener 2016-06-07 17:53:15 +00:00
AddEventListenerOptions-passive.html
DocumentAndElementEventHandlers-expected.txt Re-align HTMLElement with the HTML spec 2020-10-02 20:30:27 +00:00
DocumentAndElementEventHandlers.html Re-align HTMLElement with the HTML spec 2020-10-02 20:30:27 +00:00
access-key-self-destruct-expected.txt
access-key-self-destruct.html
add-event-without-document-expected.txt https://bugs.webkit.org/show_bug.cgi?id=30318 2009-10-14 01:15:53 +00:00
add-event-without-document.html
anchor-empty-focus-expected.txt
anchor-empty-focus.html
anchor-image-scrolled-x-y-expected.txt
anchor-image-scrolled-x-y.html
arrow-keys-on-body-expected.txt
arrow-keys-on-body.html
arrow-navigation-expected.txt
arrow-navigation.html
attempt-scroll-with-no-scrollbars-expected.txt Reviewed by Adam. 2007-12-18 02:10:56 +00:00
attempt-scroll-with-no-scrollbars.html
attempt-select-all-with-wrong-modifier-expected.txt
attempt-select-all-with-wrong-modifier.html
attribute-listener-cloned-from-frameless-doc-context-2-expected.txt
attribute-listener-cloned-from-frameless-doc-context-2.html [JSC] Call custom accessors / values with their holder's global object 2021-07-23 20:13:31 +00:00
attribute-listener-cloned-from-frameless-doc-context-expected.txt
attribute-listener-cloned-from-frameless-doc-context.html WebKit doesn't parse "#" as delimiter for fragment identifier in data URIs 2020-10-05 19:36:22 +00:00
attribute-listener-cloned-from-frameless-doc-expected.txt
attribute-listener-cloned-from-frameless-doc.xhtml
attribute-listener-deletion-crash-expected.txt
attribute-listener-deletion-crash.html
attribute-listener-extracted-from-frameless-doc-context-2-expected.txt
attribute-listener-extracted-from-frameless-doc-context-2.html [JSC] Call custom accessors / values with their holder's global object 2021-07-23 20:13:31 +00:00
attribute-listener-extracted-from-frameless-doc-context-expected.txt
attribute-listener-extracted-from-frameless-doc-context.html WebKit doesn't parse "#" as delimiter for fragment identifier in data URIs 2020-10-05 19:36:22 +00:00
autoscroll-in-iframe-body-expected.txt
autoscroll-in-iframe-body.html
autoscroll-in-iframe-expected.txt
autoscroll-in-iframe.html
autoscroll-in-overflow-hidden-html-expected.txt Scrolling allowed when overflow:hidden (seen on Acid2) 2013-08-28 04:35:14 +00:00
autoscroll-in-overflow-hidden-html.html
autoscroll-in-textarea-expected.txt
autoscroll-in-textarea.html
autoscroll-in-textfield-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
autoscroll-in-textfield.html
autoscroll-main-document-expected.txt REGRESSION (r209299): Selection is broken when you zoom in webpage using trackpad 2016-12-25 23:57:40 +00:00
autoscroll-main-document.html
autoscroll-nonscrollable-iframe-in-scrollable-div-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
autoscroll-nonscrollable-iframe-in-scrollable-div.html
autoscroll-overflow-hidden-longhands-expected.txt
autoscroll-overflow-hidden-longhands.html
autoscroll-should-not-stop-on-keypress-expected.txt
autoscroll-should-not-stop-on-keypress.html
autoscroll-upwards-propagation-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
autoscroll-upwards-propagation.html
autoscroll-when-input-is-offscreen-expected.txt Fix text autoscrolling when typing in modern webkit 2019-04-10 18:47:25 +00:00
autoscroll-when-input-is-offscreen.html
autoscroll-when-zoomed-expected.txt
autoscroll-when-zoomed.html
autoscroll-with-non-scrollable-parent-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
autoscroll-with-non-scrollable-parent.html
autoscroll-with-software-keyboard-expected.txt
autoscroll-with-software-keyboard.html
backspace-navigates-back-expected.txt
backspace-navigates-back.html Source/WebCore: 2020-11-17 01:34:46 +00:00
before-input-delete-empty-list-target-ranges-expected.txt Implement InputEvent.getTargetRanges() for the input events spec 2016-10-21 15:51:28 +00:00
before-input-delete-empty-list-target-ranges.html
before-input-delete-text-target-ranges-expected.txt
before-input-delete-text-target-ranges.html
before-input-events-different-start-end-elements-expected.txt
before-input-events-different-start-end-elements.html
before-input-events-prevent-block-text-direction-expected.txt Input type "formatSetInlineTextDirection" is dispatched when changing paragraph-level text direction 2019-02-22 17:09:27 +00:00
before-input-events-prevent-block-text-direction.html
before-input-events-prevent-default-expected.txt Support onbeforeinput event handling for the new InputEvent spec 2016-10-07 23:47:18 +00:00
before-input-events-prevent-default-in-textfield-expected.txt
before-input-events-prevent-default-in-textfield.html
before-input-events-prevent-default.html
before-input-events-prevent-drag-and-drop-expected.txt
before-input-events-prevent-drag-and-drop.html
before-input-events-prevent-inline-text-direction-expected.txt Input type "formatSetInlineTextDirection" is dispatched when changing paragraph-level text direction 2019-02-22 17:09:27 +00:00
before-input-events-prevent-inline-text-direction.html
before-input-events-prevent-insert-composition-expected.txt
before-input-events-prevent-insert-composition.html
before-input-events-prevent-recomposition-expected.txt
before-input-events-prevent-recomposition.html
before-input-prevent-biu-expected.txt
before-input-prevent-biu.html
before-input-prevent-cut-expected.txt
before-input-prevent-cut.html
before-input-prevent-insert-replacement-expected.txt
before-input-prevent-insert-replacement.html Picking an emoji via the emoji dialog (Ctrl+Cmd+Space) fires inconsistent beforeinput events. 2017-08-28 05:12:56 +00:00
before-input-prevent-paste-expected.txt
before-input-prevent-paste.html
before-input-prevent-typing-expected.txt
before-input-prevent-typing.html
before-input-prevent-undo-expected.txt
before-input-prevent-undo.html
before-input-replace-text-target-ranges-expected.txt
before-input-replace-text-target-ranges.html Implement InputEvent.getTargetRanges() for the input events spec 2016-10-21 15:51:28 +00:00
before-unload-adopt-subframe-to-outside-expected.txt
before-unload-adopt-subframe-to-outside.html fast/events/before-unload-adopt-subframe-to-outside.html is flaky with ASan 2015-01-06 17:13:00 +00:00
before-unload-adopt-within-subframes-expected.txt
before-unload-adopt-within-subframes.html
before-unload-forbidden-navigation-expected.txt ASSERT(!childItemWithTarget(child->target())) is hit in HistoryItem::addChildItem() 2018-05-07 18:55:15 +00:00
before-unload-forbidden-navigation.html
before-unload-in-multiple-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
before-unload-in-multiple-subframes.html
before-unload-in-subframe-expected.txt
before-unload-in-subframe.html
before-unload-javascript-navigation-expected.txt
before-unload-javascript-navigation.html
before-unload-navigate-different-window-expected.txt
before-unload-navigate-different-window.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
before-unload-open-window-expected.txt
before-unload-open-window.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
before-unload-remove-and-add-subframe-expected.txt
before-unload-remove-and-add-subframe.html
before-unload-remove-itself-async-delegate-expected.txt
before-unload-remove-itself-async-delegate.html fast/events/before-unload-remove-itself.html crashes with async policy delegates 2018-03-02 17:52:17 +00:00
before-unload-remove-itself-expected.txt
before-unload-remove-itself.html
before-unload-return-string-conversion-expected.txt
before-unload-return-string-conversion.html
before-unload-returnValue-async-delegates-expected.txt
before-unload-returnValue-async-delegates.html
before-unload-returnValue-expected.txt
before-unload-returnValue.html
before-unload-sibling-frame-expected.txt
before-unload-sibling-frame.html
before-unload-with-subframes-expected.txt
before-unload-with-subframes.html
beforeload-assertion-expected.txt
beforeload-assertion.html
beforeload-iframe-crash-expected.txt
beforeload-iframe-crash.html
beforeload-input-time-crash-expected.txt
beforeload-input-time-crash.html
beforeunload-alert-expected.txt
beforeunload-alert-handled-keydown-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
beforeunload-alert-handled-keydown.html
beforeunload-alert-no-user-interaction-expected.txt
beforeunload-alert-no-user-interaction.html
beforeunload-alert-unhandled-keydown-expected.txt
beforeunload-alert-unhandled-keydown.html
beforeunload-alert-user-interaction-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
beforeunload-alert-user-interaction.html
beforeunload-alert-user-interaction2-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
beforeunload-alert-user-interaction2.html
beforeunload-alert.html
beforeunload-confirm-expected.txt
beforeunload-confirm.html
beforeunload-dom-manipulation-crash-expected.txt
beforeunload-dom-manipulation-crash.html
beforeunload-prompt-expected.txt
beforeunload-prompt.html
beforeunload-showModalDialog-expected.txt
beforeunload-showModalDialog.html
blur-focus-window-should-blur-focus-element-expected.txt 2009-09-10 Erik Arvidsson <arv@chromium.org> 2009-09-10 17:03:51 +00:00
blur-focus-window-should-blur-focus-element.html
blur-remove-parent-crash-expected.txt
blur-remove-parent-crash.html
bogus-dropEffect-effectAllowed-expected.txt
bogus-dropEffect-effectAllowed.html
bogus-event-listener-invalidation-expected.txt
bogus-event-listener-invalidation.html
caller-access-from-event-listener-expected.txt
caller-access-from-event-listener.html
can-click-element-on-page-with-active-pseudo-class-and-search-field-expected.txt
can-click-element-on-page-with-active-pseudo-class-and-search-field.html
cancelled-force-click-link-navigation-expected.txt Should have a test to make sure links don't navigate after a cancelled force 2015-09-04 23:48:58 +00:00
cancelled-force-click-link-navigation.html
capture-on-target-expected.txt
capture-on-target.html
change-frame-focus-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
change-frame-focus.html
change-overflow-on-overflow-change-expected.txt
change-overflow-on-overflow-change.html
check-defocus-event-order-when-triggered-by-mouse-click-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
check-defocus-event-order-when-triggered-by-mouse-click.html [GLIB] fast/events/check-defocus-event-order-when-triggered-by-mouse-click.html fails due to rounded corners 2021-08-09 16:06:07 +00:00
check-defocus-event-order-when-triggered-by-tab-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
check-defocus-event-order-when-triggered-by-tab.html
clear-drag-state-expected.txt
clear-drag-state.html
clear-edit-drag-state-expected.txt
clear-edit-drag-state.html
click-count-expected.txt
click-count.html
click-focus-anchor-expected.txt
click-focus-anchor.html
click-focus-control-expected.txt
click-focus-control.html
click-handler-on-body-simple-expected.txt Click and touch event listeners on the body don't work 2018-11-08 03:33:30 +00:00
click-handler-on-body-simple.html
click-range-slider-expected.txt
click-range-slider.html
clientXY-in-zoom-and-scroll-expected.txt
clientXY-in-zoom-and-scroll.html
clipboard-dataTransferItemList-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
clipboard-dataTransferItemList.html
clipboard-event-constructor-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
clipboard-event-constructor.html
content-changed-during-drop-expected.txt
content-changed-during-drop.html
context-activated-by-key-event-expected.txt
context-activated-by-key-event.html
context-no-deselect.html
context-nodrag-expected.txt
context-nodrag.html
context-onmousedown-event-expected.txt
context-onmousedown-event.html
contextmenu-actions-in-selected-text-expected.html [macOS] Support the Translate menu item in editable selected text 2021-04-15 23:10:06 +00:00
contextmenu-actions-in-selected-text.html [macOS] Support the Translate menu item in editable selected text 2021-04-15 23:10:06 +00:00
contextmenu-dismiss-blink-caret-expected.txt Caret stops blinking after context menu shown 2018-11-17 10:04:51 +00:00
contextmenu-dismiss-blink-caret.html
contextmenu-lookup-action-for-image-expected.txt [macOS] [WebKitLegacy] Non-actionable "Look Up" action appears when right clicking images 2021-06-22 01:22:20 +00:00
contextmenu-lookup-action-for-image.html [macOS] [WebKitLegacy] Non-actionable "Look Up" action appears when right clicking images 2021-06-22 01:22:20 +00:00
contextmenu-on-scrollbars-expected.txt
contextmenu-on-scrollbars.html
contextmenu-reentrancy-crash-expected.txt
contextmenu-reentrancy-crash.html
contextmenu-scrolled-page-with-frame-expected.txt
contextmenu-scrolled-page-with-frame.html
controlclick-no-onclick-expected.txt
controlclick-no-onclick.html
crash-on-mutate-during-drop-expected.txt
crash-on-mutate-during-drop.html
create-document-crash-on-attach-event-expected.txt 2008-12-09 David Levin <levin@chromium.org> 2008-12-10 01:35:03 +00:00
create-document-crash-on-attach-event.html
currentTarget-gc-crash-expected.txt
currentTarget-gc-crash.html
custom-event-expected.txt
custom-event-uninitialized-expected.txt
custom-event-uninitialized.html
custom-event.html
data-transfer-files-attribute-identity-expected.txt
data-transfer-files-attribute-identity.html
dblclick-addEventListener-expected.txt
dblclick-addEventListener.html
dblclick-event-getModifierState-expected.txt Add getModifierState to MouseEvent 2018-08-24 20:07:36 +00:00
dblclick-event-getModifierState.html
defaultprevented-expected.txt
defaultprevented.html
delayed-style-mutation-event-crash-expected.txt LayoutTests: 2007-05-24 01:11:10 +00:00
delayed-style-mutation-event-crash.html
destroyed-atomic-string-expected.txt
destroyed-atomic-string.html
detached-svg-parent-window-events-expected.txt
detached-svg-parent-window-events.html
detect-caps-lock-expected.txt
detect-caps-lock.html
device-orientation-crash-expected.txt
device-orientation-crash.html
dispatch-event-being-dispatched-expected.txt DOMException should not have its own toString() 2017-07-19 20:24:15 +00:00
dispatch-event-being-dispatched.html
dispatch-event-no-document-expected.txt
dispatch-event-no-document.html
dispatch-message-string-data-expected.txt
dispatch-message-string-data.html
dispatch-synthetic-mouseevent-expected.txt
dispatch-synthetic-mouseevent.html
dispatch-to-function-with-handle-event-expected.txt
dispatch-to-function-with-handle-event.html
dispatch-to-handle-event-expected.txt
dispatch-to-handle-event.html
dispatchEvent-crash-expected.txt EventTarget.dispatchEvent() parameter should not be nullable 2016-07-19 01:18:06 +00:00
dispatchEvent-crash.html
display-none-on-focus-crash-expected.txt
display-none-on-focus-crash.html
div-focus-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
div-focus.html
do-not-drag-and-drop-data-detectors-link-expected.txt
do-not-drag-and-drop-data-detectors-link.html Should not drag x-apple-data-detectors links 2017-04-27 01:03:14 +00:00
document-elementFromPoint-expected.txt
document-elementFromPoint.html
dom-character-data-modified-textarea-crash-expected.txt
dom-character-data-modified-textarea-crash.html DOMCharacterDataModified should not be fired inside shadows 2012-08-09 08:16:54 +00:00
domactivate-sets-underlying-click-event-as-handled-expected.txt
domactivate-sets-underlying-click-event-as-handled.html
domnodeinsertedintodocument-dispatched-post-rendering-expected.txt
domnodeinsertedintodocument-dispatched-post-rendering.html
dont-loose-last-event-expected.txt
dont-loose-last-event.html
drag-and-drop-autoscroll-expected.txt
drag-and-drop-autoscroll-inner-frame-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
drag-and-drop-autoscroll-inner-frame.html
drag-and-drop-autoscroll.html
drag-and-drop-dataTransfer-types-nocrash-expected.txt
drag-and-drop-dataTransfer-types-nocrash.html Change fast/e* files to use pre and post js files in LayoutTests/resources. 2013-09-07 23:07:25 +00:00
drag-and-drop-expected.txt
drag-and-drop-fire-drag-dragover-expected.txt
drag-and-drop-fire-drag-dragover.html
drag-and-drop-link-containing-block-expected.txt
drag-and-drop-link-containing-block.html
drag-and-drop-link-expected.txt
drag-and-drop-link-fast-multiple-times-does-not-crash-expected.txt
drag-and-drop-link-fast-multiple-times-does-not-crash.html
drag-and-drop-link-into-focused-contenteditable-expected.txt
drag-and-drop-link-into-focused-contenteditable.html
drag-and-drop-link.html
drag-and-drop-move-not-copy-expected.txt
drag-and-drop-move-not-copy.html
drag-and-drop-set-drag-data-arguments-expected.txt
drag-and-drop-set-drag-data-arguments.html
drag-and-drop-subframe-dataTransfer-expected.txt
drag-and-drop-subframe-dataTransfer.html
drag-and-drop.html
drag-customData-expected.txt
drag-customData.html
drag-dataTransferItemList-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
drag-dataTransferItemList-file-handling-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
drag-dataTransferItemList-file-handling.html Use testRunner instead of layoutTestController in fast/doctypes, dom, dynamic, encoding, events, eventsource, and exclusions tests 2012-06-20 03:28:42 +00:00
drag-dataTransferItemList.html
drag-display-none-element-expected.txt
drag-display-none-element.html
drag-file-crash-expected.txt WebCore: Follow up fix for https://bugs.webkit.org/show_bug.cgi?id=29276 2009-09-18 18:01:59 +00:00
drag-file-crash.html
drag-image-filename-expected.txt
drag-image-filename.html
drag-image-with-border-image-expected.txt
drag-image-with-border-image.html
drag-in-frames-expected.txt
drag-in-frames.html
drag-outside-window-expected.txt
drag-outside-window.html
drag-parent-node-expected.txt
drag-parent-node.html
drag-select-when-zoomed-expected.txt REGRESSION (r209299): Selection is broken when you zoom in webpage using trackpad 2016-12-25 23:57:40 +00:00
drag-select-when-zoomed-with-header-expected.txt REGRESSION (r209299): Selection is broken when you zoom in webpage using trackpad 2016-12-25 23:57:40 +00:00
drag-select-when-zoomed-with-header.html
drag-select-when-zoomed.html
drag-selects-image-expected.txt
drag-selects-image.html
drag-smooth-scroll-element-expected.txt REGRESSION(r255957): Element with scroll-behavior:smooth isn't draggable after r255957 2020-03-13 05:30:54 +00:00
drag-smooth-scroll-element.html Remove experimental: and internal: prefixes from test header commands 2020-11-04 15:56:26 +00:00
drag-text-with-clear-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
drag-text-with-clear.html
drag-to-navigate-expected.txt
drag-to-navigate.html
draggable-div-customdata-expected.txt
draggable-div-customdata.html
draggable-div-nodata-expected.txt
draggable-div-nodata.html
dragging-mouse-moves-expected.txt
dragging-mouse-moves.html
drop-handler-should-not-stop-navigate-expected.txt
drop-handler-should-not-stop-navigate.html
drop-with-file-paths-expected.txt
drop-with-file-paths.html
dropzone-001-expected.txt
dropzone-001.html
dropzone-002-expected.txt
dropzone-002.html
dropzone-003-expected.txt
dropzone-003.html
dropzone-004-expected.txt
dropzone-004.html
dropzone-005-expected.txt
dropzone-005.html
element-click-no-coords-expected.txt
element-click-no-coords.html
event-attribute-expected.txt
event-attribute.html
event-attributes-after-exception-expected.txt
event-attributes-after-exception.html
event-creation-expected.txt
event-creation.html
event-fire-order-expected.txt
event-fire-order.html
event-fired-after-removal-expected.txt
event-fired-after-removal.html
event-function-toString-expected.txt
event-function-toString.html
event-handler-detached-document-dispatchEvent-expected.txt
event-handler-detached-document-dispatchEvent.html
event-handler-detached-document-expected.txt Event handlers should not be called in frameless documents 2017-06-14 03:48:23 +00:00
event-handler-detached-document.html
event-input-contentEditable-expected.txt
event-input-contentEditable.html
event-leak-objects-expected.txt
event-leak-objects.html
event-listener-html-non-html-confusion-expected.txt
event-listener-html-non-html-confusion.html
event-listener-list-mutation-expected.txt
event-listener-list-mutation.html
event-listener-map-rehash-crash-expected.txt 2009-11-05 Pavel Feldman <pfeldman@chromium.org> 2009-11-05 21:09:01 +00:00
event-listener-map-rehash-crash.html
event-listener-moving-documents-expected.txt Update Document's event listener type bitfield when adopting a Node 2013-04-10 01:11:50 +00:00
event-listener-moving-documents.html
event-listener-on-link.html
event-listener-sharing-expected.txt
event-listener-sharing.html
event-propagation-in-detached-tree-expected.txt Event fired on a detached node does not bubble up 2015-09-23 01:42:03 +00:00
event-propagation-in-detached-tree.html
event-properties-gc-expected.txt
event-properties-gc.html
event-sender-mouse-moved-expected.txt
event-sender-mouse-moved.html
event-targets-expected.txt
event-targets.html
event-trace-expected.txt
event-trace.html
event-view-toString-expected.txt
event-view-toString.html
file-input-hidden-in-ondrop-expected.txt
file-input-hidden-in-ondrop.html
fire-mousedown-while-pressing-mouse-button-expected.txt
fire-mousedown-while-pressing-mouse-button.html [Pointer Events] Add support for chorded button interactions 2019-06-05 08:41:30 +00:00
fire-popstate-event-expected.txt
fire-popstate-event.html
fire-scroll-event-element-expected.txt
fire-scroll-event-element.html
fire-scroll-event-expected.txt
fire-scroll-event.html
flags-unset-on-init-event-expected.txt
flags-unset-on-init-event.html
focus-anchor-with-tabindex-hang-expected.txt Clicking the search icon on ae.com hangs the web content process 2019-08-20 18:46:36 +00:00
focus-anchor-with-tabindex-hang.html
focus-change-crash-expected.txt
focus-change-crash.html
focus-change-crash2-expected.txt
focus-change-crash2.html
focus-label-legend-elements-expected.txt
focus-label-legend-elements-with-tab-expected.txt
focus-label-legend-elements-with-tab.html
focus-label-legend-elements.html
focus-remove-focuesed-node-expected.txt
focus-remove-focuesed-node.html
focus-zero-size-element-expected.txt
focus-zero-size-element.html
focusing-element-with-tabindex-by-tap-or-click-expected.txt
focusing-element-with-tabindex-by-tap-or-click.html
focusingUnloadedFrame-expected.txt
focusingUnloadedFrame.html
focusinout-expected.txt
focusinout.html
force-click-link-selection-behavior-expected.txt
force-click-link-selection-behavior.html
force-click-on-link-navigation-expected.txt
force-click-on-link-navigation.html
force-click-text-selection-behavior-expected.txt
force-click-text-selection-behavior.html
form-onchange-expected.txt
form-onchange.html
frame-click-focus-expected.txt
frame-click-focus.html
frame-detached-in-mousedown-expected.txt
frame-detached-in-mousedown.html
frame-programmatic-focus-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-programmatic-focus.html
frame-scroll-fake-mouse-move-expected.txt
frame-scroll-fake-mouse-move.html
frame-tab-focus-expected.txt
frame-tab-focus.html
gc-freeze-with-attribute-listeners-expected.txt Reviewed by Darin Adler. 2010-04-09 16:35:05 +00:00
gc-freeze-with-attribute-listeners.html
ghostly-mousemoves-in-subframe.html
hittest-pointer-event-none-descendants-expected.html [LFC][Integration] Hit testing broken for descendants of pointer-events:none boxes 2021-02-05 20:48:22 +00:00
hittest-pointer-event-none-descendants.html [LFC][Integration] Hit testing broken for descendants of pointer-events:none boxes 2021-02-05 20:48:22 +00:00
iframe-object-onload-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-object-onload.html
iframe-onmousemove-expected.txt
iframe-onmousemove.html
imagemap-norender-crash-expected.txt
imagemap-norender-crash.html
ime-composition-events-001-expected.txt
ime-composition-events-001.html
ime-compositionend-on-selection-change-expected.txt
ime-compositionend-on-selection-change.html
inactive-window-no-mouse-event-expected.txt
inactive-window-no-mouse-event.html
init-event-after-dispatch-expected.txt
init-event-after-dispatch.html
init-event-clears-capslock-expected.txt
init-event-clears-capslock.html
init-event-null-view-expected.txt
init-event-null-view.html
init-events-expected.txt
init-events.html
initCustomEvent-after-dispatch-expected.txt
initCustomEvent-after-dispatch.html
initEvent-after-dispatch-expected.txt
initEvent-after-dispatch.html
initEvent-after-dispatching-expected.txt
initEvent-after-dispatching.html
initEvent-parameters-expected.txt
initEvent-parameters.html
initMutationEvent-after-dispatch-expected.txt It should be possible to re-initialize a MutationEvent after it's been dispatched 2016-08-10 14:49:20 +00:00
initMutationEvent-after-dispatch.html
initkeyboardevent-crash-expected.txt
initkeyboardevent-crash.html
input-element-display-none-in-dragleave-crash-expected.txt
input-element-display-none-in-dragleave-crash.html
input-event-insert-link-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
input-event-insert-link.html
input-event-insert-replacement-expected.txt
input-event-insert-replacement.html
input-events-drag-and-drop-expected.txt
input-events-drag-and-drop.html
input-events-fired-when-typing-expected.txt
input-events-fired-when-typing.html
input-events-forecolor-data-expected.txt
input-events-forecolor-data.html
input-events-ime-composition-expected.txt
input-events-ime-composition.html
input-events-ime-recomposition-expected.txt
input-events-ime-recomposition.html
input-events-insert-by-drop-expected.txt
input-events-insert-by-drop.html
input-events-insert-newlines-after-mutation-expected.txt Regression (Safari 10.1): Pressing Return in a contenteditable no longer inserts a line break under certain conditions 2017-02-01 07:46:31 +00:00
input-events-insert-newlines-after-mutation.html
input-events-paste-data-expected.txt
input-events-paste-data.html
input-events-paste-rich-datatransfer-expected.txt
input-events-paste-rich-datatransfer.html
input-events-selection-forecolor-data-expected.txt
input-events-selection-forecolor-data.html
input-events-spell-checking-datatransfer-expected.txt
input-events-spell-checking-datatransfer.html Support InputEvent.dataTransfer for the InputEvent spec 2016-10-25 20:23:10 +00:00
input-events-strikethrough-type-expected.txt 'Strikethrough' editing command reported as 'formatUnderline' 2019-11-08 09:09:36 +00:00
input-events-strikethrough-type.html
input-events-text-alignment-expected.txt
input-events-text-alignment.html
input-events-typing-data-expected.txt
input-events-typing-data.html
input-focus-no-duplicate-events-expected.txt
input-focus-no-duplicate-events.html
input-image-scrolled-x-y-expected.txt
input-image-scrolled-x-y.html
input-tab-focus-no-duplicate-events-expected.txt
input-tab-focus-no-duplicate-events.html
inputText-never-fired-on-keydown-cancel-expected.txt
inputText-never-fired-on-keydown-cancel.html Merge split script tests 2017-05-24 22:53:00 +00:00
invalid-001-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
invalid-001.html
invalid-002-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
invalid-002.html
invalid-003-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
invalid-003.html
invalid-004-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
invalid-004.html
invalid-005-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
invalid-005.html
js-keyboard-event-creation-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
js-keyboard-event-creation.html
key-events-in-editable-flexbox-expected.txt
key-events-in-editable-flexbox.html
key-events-in-editable-gridbox-expected.txt
key-events-in-editable-gridbox.html
key-events-in-frame-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
key-events-in-frame.html
key-events-in-input-button-expected.txt
key-events-in-input-button.html
key-events-in-input-text-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
key-events-in-input-text.html
keyboardevent-code-expected.txt
keyboardevent-code.html
keyboardevent-key-expected.txt
keyboardevent-key.html
keyboardevent-location-constants-expected.txt Define DOM_KEY_LOCATION_* constants on KeyboardEvent 2013-08-12 19:47:09 +00:00
keyboardevent-location-constants.html
keyboardevent-modifier-expected.txt [GTK] event.ctrlKey and other are false in keydown event 2021-02-08 13:52:53 +00:00
keyboardevent-modifier.html [GTK] event.ctrlKey and other are false in keydown event 2021-02-08 13:52:53 +00:00
keyboardevent-mousedown-crash-expected.txt
keyboardevent-mousedown-crash.html
keydown-1-expected.txt
keydown-1.html
keydown-function-keys-expected.txt
keydown-function-keys.html
keydown-keypress-focus-change-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
keydown-keypress-focus-change.html
keydown-keypress-preventDefault-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
keydown-keypress-preventDefault.html
keydown-leftright-keys-expected.txt
keydown-leftright-keys.html
keydown-numpad-keys-expected.txt
keydown-numpad-keys.html
keydown-remove-frame-expected.txt
keydown-remove-frame.html
keyevent-iframe-removed-crash-expected.txt
keyevent-iframe-removed-crash.html
keypress-focus-change-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
keypress-focus-change.html
keypress-insert-tab-expected.txt
keypress-insert-tab.html
keypress-removed-node-expected.txt
keypress-removed-node.html
label-focus-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
label-focus.html
max-tabindex-focus-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
max-tabindex-focus.html
media-element-focus-tab-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
media-element-focus-tab.html
media-focus-in-standalone-media-document-expected.txt
media-focus-in-standalone-media-document.html REGRESSION (r95381): Standalone video can be focused and draws a focus ring. 2011-10-13 15:57:09 +00:00
menu-keydown-on-hidden-element-expected.txt
menu-keydown-on-hidden-element.html
message-channel-gc-2-expected.txt
message-channel-gc-2.html
message-channel-gc-3-expected.txt
message-channel-gc-3.html
message-channel-gc-4-expected.txt
message-channel-gc-4.html
message-channel-gc-expected.txt
message-channel-gc.html
message-channel-listener-circular-ownership-expected.txt
message-channel-listener-circular-ownership.html
message-port-clone-expected.txt
message-port-clone.html
message-port-close-expected.txt
message-port-close.html
message-port-constructor-for-deleted-document-expected.txt
message-port-constructor-for-deleted-document.html
message-port-context-destroyed-expected.txt
message-port-context-destroyed.html
message-port-deleted-document-expected.txt
message-port-deleted-document.html
message-port-deleted-frame-expected.txt
message-port-deleted-frame.html
message-port-expected.txt
message-port-inactive-document-expected.txt
message-port-inactive-document.html
message-port-multi-expected.txt postMessage() should throw if any duplicate transferable is found in transferList 2021-07-30 15:47:54 +00:00
message-port-multi.html
message-port-no-wrapper-expected.txt
message-port-no-wrapper.html
message-port-postMessage-recursive-expected.txt Recursive MessagePort.postMessage() calls causes tab to become unresponsive 2017-02-18 23:58:57 +00:00
message-port-postMessage-recursive.html
message-port.html
monotonic-event-time-expected.txt
monotonic-event-time.html
mosuedrag-on-canvas-should-not-start-selection-expected.txt
mosuedrag-on-canvas-should-not-start-selection.html
mouse-click-different-mouseDown-mouseUp-nodes-expected.txt
mouse-click-different-mouseDown-mouseUp-nodes.html
mouse-click-events-expected.txt
mouse-click-events.html
mouse-cursor-change-expected.txt
mouse-cursor-change.html
mouse-cursor-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
mouse-cursor-image-set-expected.txt
mouse-cursor-image-set.html
mouse-cursor-multiframecur-expected.txt
mouse-cursor-multiframecur.html
mouse-cursor-no-mousemove-expected.txt
mouse-cursor-no-mousemove.html
mouse-cursor-udpate-during-raf-expected.txt
mouse-cursor-udpate-during-raf.html
mouse-cursor.html
mouse-double-triple-click-should-not-select-next-node-for-user-select-none-expected.txt
mouse-double-triple-click-should-not-select-next-node-for-user-select-none.html
mouse-drag-from-frame-expected.txt
mouse-drag-from-frame-to-other-frame-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
mouse-drag-from-frame-to-other-frame.html
mouse-drag-from-frame.html
mouse-focus-imagemap-expected.txt
mouse-focus-imagemap.html
mouse-force-changed-expected.txt
mouse-force-changed.html
mouse-force-down-expected.txt
mouse-force-down.html
mouse-force-up-expected.txt
mouse-force-up.html
mouse-moved-remove-frame-crash-expected.txt
mouse-moved-remove-frame-crash.html
mouse-relative-position-expected.txt
mouse-relative-position.html
mouseclick-target-and-positioning-expected.txt
mouseclick-target-and-positioning.html
mousedown-in-subframe-scrollbar-expected.txt
mousedown-in-subframe-scrollbar.html
mousedown-inside-dragstart-should-not-cause-crash-expected.txt
mousedown-inside-dragstart-should-not-cause-crash.html
mousedown_in_scrollbar-expected.txt
mousedown_in_scrollbar.html
mouseenter-mouseleave-capture-expected.txt
mouseenter-mouseleave-capture.html
mouseenter-mouseleave-expected.txt
mouseenter-mouseleave.html
mouseenterleave-on-subframe-expected.txt
mouseenterleave-on-subframe.html
mousemove-after-drag-over-scrollbar-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
mousemove-after-drag-over-scrollbar.html
mouseout-dead-node-expected.txt
mouseout-dead-node.html
mouseout-dead-subframe-expected.txt
mouseout-dead-subframe.html
mouseout-on-window-expected.txt
mouseout-on-window.html
mouseover-button-expected.txt
mouseover-button.html
mouseover-mouseout-expected.txt
mouseover-mouseout.html
mouseover-mouseout2-expected.txt
mouseover-mouseout2.html
mouseup-from-button2-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
mouseup-from-button2.html
mouseup-outside-button-expected.txt
mouseup-outside-button.html
mouseup-outside-document-expected.txt
mouseup-outside-document.html
move-element-with-wheel-and-touch-event-listeners-expected.txt
move-element-with-wheel-and-touch-event-listeners.html
moving-text-should-fire-drop-and-dragend-events-2-expected.txt
moving-text-should-fire-drop-and-dragend-events-2.html
moving-text-should-fire-drop-and-dragend-events-expected.txt
moving-text-should-fire-drop-and-dragend-events.html
multiline-link-arrow-navigation-expected.txt
multiline-link-arrow-navigation.html
mutation-during-append-child-expected.txt
mutation-during-append-child.html
mutation-during-insert-before-expected.txt
mutation-during-insert-before.html
mutation-during-replace-child-2-expected.txt DOMException should not have its own toString() 2017-07-19 20:24:15 +00:00
mutation-during-replace-child-2.html
mutation-during-replace-child-expected.txt
mutation-during-replace-child.html
nested-event-remove-node-crash-expected.txt
nested-event-remove-node-crash.html
nested-window-event-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
nested-window-event.html
no-blur-on-enter-button-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
no-blur-on-enter-button.html
no-blur-on-page-leave-expected.txt
no-blur-on-page-leave.html
no-scroll-on-input-text-selection-expected.txt
no-scroll-on-input-text-selection.html
no-window-load-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
no-window-load.html
node-event-anchor-lock-expected.txt
node-event-anchor-lock.html
offsetX-offsetY-expected.txt
offsetX-offsetY.html
onbeforeunload-focused-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
onbeforeunload-focused-iframe.html
onblur-remove-expected.txt
onblur-remove.html
onchange-click-hang-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
onchange-click-hang.html
onchange-passwordfield-expected.txt
onchange-passwordfield.html
onchange-range-slider-expected.txt
onchange-range-slider.html
onchange-searchfield-expected.txt
onchange-searchfield.html
onchange-select-popup-expected.txt
onchange-select-popup.html
onchange-setvalue-expected.txt
onchange-setvalue.html
onchange-text-form-field-expected.txt
onchange-text-form-field.html
onchange-textfield-expected.txt
onchange-textfield.html
onclick-list-marker-expected.txt
onclick-list-marker.html
ondragenter-expected.txt
ondragenter.html
ondrop-text-html-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
ondrop-text-html.html
onerror-bubbling-expected.txt
onerror-bubbling.html
onerror-img-after-gc-expected.txt
onerror-img-after-gc.html
onerror-no-constructor-expected.txt
onerror-no-constructor.html
onerror-svg-symbol-expected.txt
onerror-svg-symbol.html
onload-after-document-close-no-subresource-expected.txt
onload-after-document-close-no-subresource.html Use testRunner instead of layoutTestController in fast/doctypes, dom, dynamic, encoding, events, eventsource, and exclusions tests 2012-06-20 03:28:42 +00:00
onload-after-document-close-with-subresource-expected.txt
onload-after-document-close-with-subresource.html
onload-fires-twice-expected.txt
onload-fires-twice.html
onload-name-collision-expected.txt
onload-name-collision.html
onload-re-entry.html
onload-single-line-comment-expected.txt
onload-single-line-comment.html
onload-webkit-before-webcore-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
onload-webkit-before-webcore.html
onloadFrameCrash-expected.txt
onloadFrameCrash.html
only-valid-drop-targets-receive-file-drop-expected.txt
only-valid-drop-targets-receive-file-drop.html
onsearch-enter-expected.txt
onsearch-enter.html
onsubmit-bubbling-expected.txt
onsubmit-bubbling.html
onunload-back-to-page-cache-expected.txt
onunload-back-to-page-cache.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
onunload-clears-onbeforeunload-expected.txt
onunload-clears-onbeforeunload.html
onunload-expected.txt
onunload-not-on-body-expected.txt
onunload-not-on-body.html
onunload-window-property-expected.txt
onunload-window-property.html
onunload.html
open-window-from-another-frame-expected.txt
open-window-from-another-frame.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
option-tab-expected.txt
option-tab.html
overflow-events-expected.txt
overflow-events-writing-mode-expected.txt
overflow-events-writing-mode.html
overflow-events.html
overflow-scroll-fake-mouse-move-expected.txt
overflow-scroll-fake-mouse-move.html
overflow-viewport-renderer-deleted.html
overflowchanged-inside-selection-collapse-crash-expected.txt
overflowchanged-inside-selection-collapse-crash.html
page-scaled-mouse-click-expected.txt
page-scaled-mouse-click-iframe-expected.txt
page-scaled-mouse-click-iframe.html
page-scaled-mouse-click.html
page-visibility-iframe-delete-test-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
page-visibility-iframe-delete-test.html
page-visibility-iframe-move-test-expected.txt [ macOS wk2 Release ] fast/events/page-visibility-iframe-move-test.html is flaky 2020-09-12 03:49:08 +00:00
page-visibility-iframe-move-test.html [ macOS wk2 Release ] fast/events/page-visibility-iframe-move-test.html is flaky 2020-09-12 03:49:08 +00:00
page-visibility-iframe-propagation-test-expected.txt
page-visibility-iframe-propagation-test.html Change fast/e* files to use pre and post js files in LayoutTests/resources. 2013-09-07 23:07:25 +00:00
page-visibility-null-view-expected.txt
page-visibility-null-view.html
page-visibility-onvisibilitychange-expected.txt Add Document.onvisibilitychange event handler attribute 2016-12-13 02:05:42 +00:00
page-visibility-onvisibilitychange.html
page-visibility-transition-test-expected.txt The visibilitychange event should bubble 2020-04-22 01:34:57 +00:00
page-visibility-transition-test.html Webkit incorrectly setting visibilityState to "prerender" when opening link in new tab 2020-11-11 00:53:54 +00:00
pagehide-alert-expected.txt
pagehide-alert.html
pagehide-confirm-expected.txt
pagehide-confirm.html
pagehide-prompt-expected.txt
pagehide-prompt.html
pagehide-showModalDialog-expected.txt
pagehide-showModalDialog.html
pagehide-timeout-expected.txt
pagehide-timeout.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
pagehide-xhr-open-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
pagehide-xhr-open.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
pageshow-pagehide-expected.txt
pageshow-pagehide-on-back-cached-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
pageshow-pagehide-on-back-cached-with-frames-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
pageshow-pagehide-on-back-cached-with-frames.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
pageshow-pagehide-on-back-cached.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
pageshow-pagehide-on-back-uncached-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
pageshow-pagehide-on-back-uncached.html
pageshow-pagehide.html
platform-wheelevent-with-delta-zero-crash-expected.txt
platform-wheelevent-with-delta-zero-crash.html
pointer-events-2.html
pointer-events-expected.txt
pointer-events.html
popup-allowed-from-gesture-initiated-event-expected.txt
popup-allowed-from-gesture-initiated-event.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
popup-allowed-from-gesture-initiated-form-submit-expected.txt
popup-allowed-from-gesture-initiated-form-submit.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
popup-blocked-from-fake-button-click-expected.txt
popup-blocked-from-fake-button-click.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
popup-blocked-from-fake-focus-expected.txt
popup-blocked-from-fake-focus.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
popup-blocked-from-fake-user-gesture-expected.txt
popup-blocked-from-fake-user-gesture.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
popup-blocked-from-history-reload-expected.txt
popup-blocked-from-history-reload.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
popup-blocked-from-iframe-script-expected.txt
popup-blocked-from-iframe-script.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
popup-blocked-from-iframe-src-expected.txt
popup-blocked-from-iframe-src.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
popup-blocked-from-mousemove-expected.txt
popup-blocked-from-mousemove.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
popup-blocked-from-sandboxed-frame-via-window-open-named-sibling-frame-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
popup-blocked-from-sandboxed-frame-via-window-open-named-sibling-frame.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
popup-blocked-from-sandboxed-frame-via-window-open-named-sibling-frame2-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
popup-blocked-from-sandboxed-frame-via-window-open-named-sibling-frame2.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
popup-blocked-from-unique-frame-via-window-open-named-sibling-frame-expected.txt Disallow alert/confirm/prompt in cross-origin-domain subframes 2021-02-09 21:21:26 +00:00
popup-blocked-from-unique-frame-via-window-open-named-sibling-frame.html Disallow alert/confirm/prompt in cross-origin-domain subframes 2021-02-09 21:21:26 +00:00
popup-blocked-from-untrusted-click-event-on-anchor-expected.txt
popup-blocked-from-untrusted-click-event-on-anchor.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
popup-blocked-from-untrusted-mouse-click-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
popup-blocked-from-untrusted-mouse-click.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
popup-blocked-from-window-open-expected.txt
popup-blocked-from-window-open.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
popup-blocked-to-post-blank-expected.txt
popup-blocked-to-post-blank.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
popup-blocking-click-in-iframe-expected.txt
popup-blocking-click-in-iframe.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
popup-blocking-timers1-expected.txt
popup-blocking-timers1.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
popup-blocking-timers2-expected.txt
popup-blocking-timers2.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
popup-blocking-timers3-expected.txt
popup-blocking-timers3.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
popup-blocking-timers5-expected.txt
popup-blocking-timers5.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
popup-blocking-timers6-expected.txt
popup-blocking-timers6.html Remove remaining alternative preference setting mechanisms from LayoutTests 2020-11-01 20:09:38 +00:00
popup-when-select-change-expected.txt Disallow alert/confirm/prompt in cross-origin-domain subframes 2021-02-09 21:21:26 +00:00
popup-when-select-change.html Disallow alert/confirm/prompt in cross-origin-domain subframes 2021-02-09 21:21:26 +00:00
prevent-default-prevents-interaction-with-scrollbars-expected.txt
prevent-default-prevents-interaction-with-scrollbars.html Scrolling does not work when the mouse down is handled by a node 2016-03-08 18:57:54 +00:00
prevent-drag-to-navigate-expected.txt
prevent-drag-to-navigate.html
programmatic-check-no-change-event-expected.txt
programmatic-check-no-change-event.html
recorded-keydown-event-expected.txt
recorded-keydown-event.html
related-target-expected.txt
related-target-focusevent-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
related-target-focusevent.html
related-target.html
relative-offset-of-simulated-click-expected.txt MouseEvent.offsetX/Y should just return 0,0 for simulated clicks. 2014-02-28 18:44:10 +00:00
relative-offset-of-simulated-click.html
remove-child-onscroll-expected.txt
remove-child-onscroll.html
remove-event-listener-expected.txt
remove-event-listener.html
remove-focus-navigation-starting-point-crash-expected.txt AX: Crash in WebCore::Document::focusNavigationStartingNode(WebCore::FocusDirection) const + 128 2016-06-29 21:23:29 +00:00
remove-focus-navigation-starting-point-crash.html
remove-shadow-host-crash-expected.txt
remove-shadow-host-crash.html
remove-target-in-mouseup-deep-expected.txt
remove-target-in-mouseup-deep.html
remove-target-in-mouseup-expected.txt
remove-target-in-mouseup-insertback-expected.txt
remove-target-in-mouseup-insertback.html
remove-target-in-mouseup-twice-expected.txt
remove-target-in-mouseup-twice.html
remove-target-in-mouseup.html
remove-target-with-shadow-in-drag-expected.txt
remove-target-with-shadow-in-drag.html
removeEventListener-EventListenerOptions-capture-expected.txt
removeEventListener-EventListenerOptions-capture.html
resize-events.html
resize-subframe-expected.txt Disallow alert/confirm/prompt in cross-origin-domain subframes 2021-02-09 21:21:26 +00:00
resize-subframe-in-rendering-update-expected.txt
resize-subframe-in-rendering-update.html
resize-subframe.html Disallow alert/confirm/prompt in cross-origin-domain subframes 2021-02-09 21:21:26 +00:00
reveal-link-when-focused.html
right-click-focus-expected.txt
right-click-focus.html
scale-and-scroll-body-expected.png
scale-and-scroll-body-expected.txt
scale-and-scroll-body.html
scale-and-scroll-iframe-body-expected.png
scale-and-scroll-iframe-body-expected.txt
scale-and-scroll-iframe-body.html
scale-and-scroll-iframe-window-expected.png
scale-and-scroll-iframe-window-expected.txt
scale-and-scroll-iframe-window.html
scale-and-scroll-window-expected.png
scale-and-scroll-window-expected.txt
scale-and-scroll-window.html
scroll-after-click-on-tab-index-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
scroll-after-click-on-tab-index.html
scroll-div-with-prevent-default-in-subframe-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
scroll-div-with-prevent-default-in-subframe.html
scroll-during-zoom-change-expected.txt
scroll-during-zoom-change.html
scroll-event-does-not-bubble-expected.txt
scroll-event-does-not-bubble.html
scroll-event-during-modal-dialog-expected.txt 2011-02-01 Mihai Parparita <mihaip@chromium.org> 2011-02-02 02:39:31 +00:00
scroll-event-during-modal-dialog.html
scroll-event-on-document-without-window-expected.txt
scroll-event-on-document-without-window.html [iOS] Crash in WebCore::DOMWindow::incrementScrollEventListenersCount 2019-10-13 06:26:19 +00:00
scroll-event-phase-expected.txt
scroll-event-phase.html
scroll-in-scaled-page-with-overflow-hidden-expected.txt
scroll-in-scaled-page-with-overflow-hidden.html Fix flaky tests that scroll before first paint 2020-02-15 01:01:04 +00:00
scroll-subframe-in-rendering-update-expected.txt
scroll-subframe-in-rendering-update.html Remove experimental: and internal: prefixes from test header commands 2020-11-04 15:56:26 +00:00
scroll-to-anchor-in-overflow-hidden-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
scroll-to-anchor-in-overflow-hidden.html
scroll-to-anchor-vertical-lr-writing-mode-expected.html
scroll-to-anchor-vertical-lr-writing-mode.html
scroll-to-anchor-vertical-writing-mode-contained-2-expected.html
scroll-to-anchor-vertical-writing-mode-contained-2.html
scroll-to-anchor-vertical-writing-mode-contained-expected.html
scroll-to-anchor-vertical-writing-mode-contained.html
scroll-to-anchor-vertical-writing-mode-expected.html
scroll-to-anchor-vertical-writing-mode.html
scrollbar-double-click-expected.txt
scrollbar-double-click.html
select-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
select-element.html
select-onchange-crash-expected.txt
select-onchange-crash.html
selectionchange-iframe-expected.txt
selectionchange-iframe.html
selectionchange-user-initiated-expected.txt
selectionchange-user-initiated.html
selectstart-by-arrow-keys-expected.txt
selectstart-by-arrow-keys-prevent-default-expected.txt
selectstart-by-arrow-keys-prevent-default.html
selectstart-by-arrow-keys.html
selectstart-by-double-triple-clicks-expected.txt
selectstart-by-double-triple-clicks.html
selectstart-by-drag-expected.txt
selectstart-by-drag.html
selectstart-by-single-click-with-shift-expected.txt
selectstart-by-single-click-with-shift.html
selectstart-during-autoscroll-expected.txt
selectstart-during-autoscroll.html
selectstart-on-selectall-expected.txt
selectstart-on-selectall.html
selectstart-prevent-default-should-not-focus-input-expected.txt
selectstart-prevent-default-should-not-focus-input.html
selectstart-prevent-selectall-expected.txt
selectstart-prevent-selectall.html
selectstart-prevent-selection-on-right-click-expected.txt 2011-06-28 Ryosuke Niwa <rniwa@webkit.org> 2011-06-28 15:09:11 +00:00
selectstart-prevent-selection-on-right-click.html
sequential-focus-navigation-starting-point-expected.txt
sequential-focus-navigation-starting-point.html For keyboard users, activating a fragment URL should transfer focus and caret to the destination 2016-06-08 21:15:09 +00:00
set-attribute-listener-window-onerror-crash-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
set-attribute-listener-window-onerror-crash.html
set-event-in-another-frame-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-event-in-another-frame.html
set-event-to-null-expected.txt
set-event-to-null.html
setDragImage-element-non-nullable-expected.txt DataTransfer.setDragImage takes a non nullable Element parameter 2020-10-05 06:57:00 +00:00
setDragImage-element-non-nullable.html DataTransfer.setDragImage takes a non nullable Element parameter 2020-10-05 06:57:00 +00:00
setDragImage-in-document-element-crash-expected.txt
setDragImage-in-document-element-crash.html
shadow-event-path-2-expected.txt
shadow-event-path-2.html
shadow-event-path-expected.txt
shadow-event-path.html
shadow-tree-resetTargets-after-move-in-expected.txt Event targets should be cleared after dispatch if target pointed to a shadow tree 2020-11-06 23:28:43 +00:00
shadow-tree-resetTargets-after-move-in.html Event targets should be cleared after dispatch if target pointed to a shadow tree 2020-11-06 23:28:43 +00:00
shadow-tree-resetTargets-after-move-out-expected.txt Event targets should be cleared after dispatch if target pointed to a shadow tree 2020-11-06 23:28:43 +00:00
shadow-tree-resetTargets-after-move-out.html Event targets should be cleared after dispatch if target pointed to a shadow tree 2020-11-06 23:28:43 +00:00
shadow-tree-resetTargets-expected.txt Event targets should be cleared after dispatch if target pointed to a shadow tree 2020-11-06 23:28:43 +00:00
shadow-tree-resetTargets.html Event targets should be cleared after dispatch if target pointed to a shadow tree 2020-11-06 23:28:43 +00:00
shift-drag-selection-no-drag-n-drop-expected.txt
shift-drag-selection-no-drag-n-drop.html
shift-drag-selection-on-image-triggers-drag-n-drop-expected.txt
shift-drag-selection-on-image-triggers-drag-n-drop.html
shift-drag-selection-on-link-triggers-drag-n-drop-expected.txt
shift-drag-selection-on-link-triggers-drag-n-drop.html
show-modal-dialog-onblur-onfocus-expected.txt
show-modal-dialog-onblur-onfocus.html
simulated-click-coords-expected.txt
simulated-click-coords.html
simulated-click-disabled-expected.txt
simulated-click-disabled.html
simulated-click-zoomed-expected.txt
simulated-click-zoomed.html
simulated-key-state-expected.txt
simulated-key-state.html
space-scroll-event-expected.txt
space-scroll-event.html
special-key-events-in-input-text-expected.txt KeyboardEvent.getModifierState() should support "CapsLock" modifier 2016-10-05 21:12:51 +00:00
special-key-events-in-input-text.html
standalone-image-drag-to-editable.html
stop-immediate-propagation-expected.txt
stop-immediate-propagation.html
stop-load-in-unload-handler-using-document-write-expected.txt
stop-load-in-unload-handler-using-document-write.html
stop-load-in-unload-handler-using-window-stop-expected.txt
stop-load-in-unload-handler-using-window-stop.html
stopPropagation-checkbox-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
stopPropagation-checkbox.html
stopPropagation-submit-expected.txt
stopPropagation-submit.html
storageevent-initStorageEvent-nullable-expected.txt
storageevent-initStorageEvent-nullable.html
submit-reset-nested-bubble-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
submit-reset-nested-bubble.html
suspend-timers-expected.txt
suspend-timers.html [Testing] Rename test header commands to match names in WebPreferences*.yaml 2020-10-13 17:16:15 +00:00
tab-crash-with-image-map-expected.txt
tab-crash-with-image-map.html
tab-focus-anchor-expected.txt
tab-focus-anchor.html Reduce Preference Override Methods: TabsToLinks/SpatialNavigation 2020-10-28 18:33:08 +00:00
tab-focus-hidden-expected.txt
tab-focus-hidden.html
tab-focus-link-in-canvas-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
tab-focus-link-in-canvas.html Reduce Preference Override Methods: TabsToLinks/SpatialNavigation 2020-10-28 18:33:08 +00:00
tab-imagemap-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
tab-imagemap.html
tab-is-focusable-assert-expected.txt
tab-is-focusable-assert.html
tab-test-not-visible-imagemap-expected.txt
tab-test-not-visible-imagemap.html
tabindex-focus-blur-all-expected.txt
tabindex-focus-blur-all.html
tabindex-focus-chain-expected.txt
tabindex-focus-chain.html
unload-alert-expected.txt
unload-alert.html
unload-confirm-expected.txt
unload-confirm.html
unload-prompt-expected.txt
unload-prompt.html
unload-showModalDialog-expected.txt
unload-showModalDialog.html
updateLayoutForHitTest.html
webkit-media-key-events-constructor-expected.txt
webkit-media-key-events-constructor.html
wheelevent-constructor-expected.txt
wheelevent-constructor.html
wheelevent-delta-overflow-expected.txt dom/WheelEvent.cpp:47:58: runtime error: negation of -2147483648 cannot be represented in type 'int'; cast to an unsigned type to negate this value to itself 2021-03-23 16:46:14 +00:00
wheelevent-delta-overflow.html dom/WheelEvent.cpp:47:58: runtime error: negation of -2147483648 cannot be represented in type 'int'; cast to an unsigned type to negate this value to itself 2021-03-23 16:46:14 +00:00
wheelevent-in-frame-expected.txt
wheelevent-in-frame.html
wheelevent-in-reattached-frame-expected.txt
wheelevent-in-reattached-frame.html
wheelevent-in-scrolling-div-expected.txt
wheelevent-in-scrolling-div.html
window-event-onerror-expected.txt window.event may get set on wrong global when dispatching an event 2020-11-05 02:23:30 +00:00
window-event-onerror-recursive-expected.txt window.event may get set on wrong global when dispatching an event 2020-11-05 02:23:30 +00:00
window-event-onerror-recursive.html window.event may get set on wrong global when dispatching an event 2020-11-05 02:23:30 +00:00
window-event-onerror.html window.event may get set on wrong global when dispatching an event 2020-11-05 02:23:30 +00:00
window-event-recursive-expected.txt window.event may get set on wrong global when dispatching an event 2020-11-05 02:23:30 +00:00
window-event-recursive.html window.event may get set on wrong global when dispatching an event 2020-11-05 02:23:30 +00:00
window-events-bubble-expected.txt
window-events-bubble.html
window-events-bubble2-expected.txt
window-events-bubble2.html
window-events-capture-expected.txt
window-events-capture.html
window-load-capture-expected.txt
window-load-capture.html
window-load-initEvent-expected.txt
window-load-initEvent.html
window-onerror-exception-in-attr-expected.txt window.onerror should pass the ErrorEvent's 'error' property as the 5th argument to the event handler 2016-06-14 03:28:10 +00:00
window-onerror-exception-in-attr.html
window-onerror-syntax-error-in-attr-expected.txt
window-onerror-syntax-error-in-attr.html
window-onerror1-expected.txt
window-onerror1.html
window-onerror2-expected.txt
window-onerror2.html
window-onerror3-expected.txt
window-onerror3.html
window-onerror4-expected.txt
window-onerror4.html
window-onerror5-expected.txt
window-onerror5.html
window-onerror6-expected.txt
window-onerror6.html
window-onerror7-expected.txt
window-onerror7.html
window-onerror8-expected.txt
window-onerror8.html
window-onerror9-expected.txt
window-onerror9.html
window-onerror10-expected.txt
window-onerror10.html
window-onerror11-expected.txt
window-onerror11.html
window-onerror12-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
window-onerror12.html
window-onerror13-expected.txt
window-onerror13.html
window-onerror14-expected.txt
window-onerror14.html
window-onerror15-expected.txt
window-onerror15.html
window-onerror16-expected.txt
window-onerror16.html
window-onerror17-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
window-onerror17.html
xhr-onclick-crash-expected.txt
xhr-onclick-crash.html
xsl-onload-expected.txt
xsl-onload.xhtml
xsl-onload.xsl
zoom-dblclick-expected.txt
zoom-dblclick.html