Changeset 269759 in webkit


Ignore:
Timestamp:
Nov 12, 2020 3:59:47 PM (3 years ago)
Author:
Simon Fraser
Message:

Move tests in fast/events that dispatch platform wheel events to their own directory
https://bugs.webkit.org/show_bug.cgi?id=218869

Reviewed by Tim Horton.

Move tests in fast/events that rely on dispatching wheel events via eventSender to their own directory for
easier skipping on particular platforms.

Tests that synthesize DOM events remain in fast/events, since they are cross-platform.

Fix up some linter and sorting errors in TestExpectations.

  • fast/events/wheel/continuous-platform-wheelevent-in-scrolling-div-expected.txt: Renamed from LayoutTests/fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt.
  • fast/events/wheel/continuous-platform-wheelevent-in-scrolling-div.html: Renamed from LayoutTests/fast/events/continuous-platform-wheelevent-in-scrolling-div.html.
  • fast/events/wheel/platform-wheelevent-in-scrolling-div-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-in-scrolling-div-expected.txt.
  • fast/events/wheel/platform-wheelevent-in-scrolling-div.html: Renamed from LayoutTests/fast/events/platform-wheelevent-in-scrolling-div.html.
  • fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-div-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-non-scrolling-div-expected.txt.
  • fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-div.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-non-scrolling-div.html.
  • fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-page-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-non-scrolling-page-expected.txt.
  • fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-page.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-non-scrolling-page.html.
  • fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-div-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-div-expected.txt.
  • fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-div.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-div.html.
  • fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-page-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-page-expected.txt.
  • fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-page.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-page.html.
  • fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-div-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-xy-in-scrolling-div-expected.txt.
  • fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-div.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-xy-in-scrolling-div.html.
  • fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-page-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-xy-in-scrolling-page-expected.txt.
  • fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-page.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-xy-in-scrolling-page.html.
  • fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-div-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-non-scrolling-div-expected.txt.
  • fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-div.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-non-scrolling-div.html.
  • fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-page-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-non-scrolling-page-expected.txt.
  • fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-page.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-non-scrolling-page.html.
  • fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-div-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-div-expected.txt.
  • fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-div.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-div.html.
  • fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-page-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-page-expected.txt.
  • fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-page.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-page.html.
  • fast/events/wheel/wheel-event-destroys-frame-expected.txt: Renamed from LayoutTests/fast/events/wheel-event-destroys-frame-expected.txt.
  • fast/events/wheel/wheel-event-destroys-frame.html: Renamed from LayoutTests/fast/events/wheel-event-destroys-frame.html.
  • fast/events/wheel/wheel-event-destroys-overflow-expected.txt: Renamed from LayoutTests/fast/events/wheel-event-destroys-overflow-expected.txt.
  • fast/events/wheel/wheel-event-destroys-overflow.html: Renamed from LayoutTests/fast/events/wheel-event-destroys-overflow.html.
  • fast/events/wheel/wheel-event-outside-body-expected.txt: Renamed from LayoutTests/fast/events/wheel-event-outside-body-expected.txt.
  • fast/events/wheel/wheel-event-outside-body.html: Renamed from LayoutTests/fast/events/wheel-event-outside-body.html.
  • fast/events/wheel/wheelevent-basic-expected.txt: Renamed from LayoutTests/fast/events/wheelevent-basic-expected.txt.
  • fast/events/wheel/wheelevent-basic.html: Renamed from LayoutTests/fast/events/wheelevent-basic.html.
  • fast/events/wheel/wheelevent-direction-inverted-from-device-expected.txt: Renamed from LayoutTests/fast/events/wheelevent-direction-inverted-from-device-expected.txt.
  • fast/events/wheel/wheelevent-direction-inverted-from-device.html: Renamed from LayoutTests/fast/events/wheelevent-direction-inverted-from-device.html.
  • fast/events/wheel/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt: Renamed from LayoutTests/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt.
  • fast/events/wheel/wheelevent-in-horizontal-scrollbar-in-rtl.html: Renamed from LayoutTests/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html.
  • fast/events/wheel/wheelevent-in-text-node-expected.txt: Renamed from LayoutTests/fast/events/wheelevent-in-text-node-expected.txt.
  • fast/events/wheel/wheelevent-in-text-node.html: Renamed from LayoutTests/fast/events/wheelevent-in-text-node.html.
  • fast/events/wheel/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt: Renamed from LayoutTests/fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt.
  • fast/events/wheel/wheelevent-in-vertical-scrollbar-in-rtl.html: Renamed from LayoutTests/fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html.
  • fast/events/wheel/wheelevent-mousewheel-interaction-expected.txt: Renamed from LayoutTests/fast/events/wheelevent-mousewheel-interaction-expected.txt.
  • fast/events/wheel/wheelevent-mousewheel-interaction.html: Renamed from LayoutTests/fast/events/wheelevent-mousewheel-interaction.html.
  • fast/scrolling/mac/wheel-event-listener-region-inside-overflow-expected.txt: Added.
  • platform/glib/TestExpectations:
  • platform/gtk/TestExpectations:
  • platform/gtk/fast/events/wheel/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt.
  • platform/gtk/fast/events/wheel/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt.
  • platform/ios/TestExpectations:
  • platform/mac-wk2/TestExpectations:
  • platform/mac/TestExpectations:
  • platform/win/TestExpectations:
  • platform/wincairo/TestExpectations:
  • platform/wk2/TestExpectations:
  • platform/wpe/TestExpectations:
Location:
trunk/LayoutTests
Files:
3 added
10 edited
44 moved

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r269745 r269759  
     12020-11-12  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Move tests in fast/events that dispatch platform wheel events to their own directory
     4        https://bugs.webkit.org/show_bug.cgi?id=218869
     5
     6        Reviewed by Tim Horton.
     7
     8        Move tests in fast/events that rely on dispatching wheel events via eventSender to their own directory for
     9        easier skipping on particular platforms.
     10
     11        Tests that synthesize DOM events remain in fast/events, since they are cross-platform.
     12       
     13        Fix up some linter and sorting errors in TestExpectations.
     14
     15        * fast/events/wheel/continuous-platform-wheelevent-in-scrolling-div-expected.txt: Renamed from LayoutTests/fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt.
     16        * fast/events/wheel/continuous-platform-wheelevent-in-scrolling-div.html: Renamed from LayoutTests/fast/events/continuous-platform-wheelevent-in-scrolling-div.html.
     17        * fast/events/wheel/platform-wheelevent-in-scrolling-div-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-in-scrolling-div-expected.txt.
     18        * fast/events/wheel/platform-wheelevent-in-scrolling-div.html: Renamed from LayoutTests/fast/events/platform-wheelevent-in-scrolling-div.html.
     19        * fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-div-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-non-scrolling-div-expected.txt.
     20        * fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-div.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-non-scrolling-div.html.
     21        * fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-page-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-non-scrolling-page-expected.txt.
     22        * fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-page.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-non-scrolling-page.html.
     23        * fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-div-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-div-expected.txt.
     24        * fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-div.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-div.html.
     25        * fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-page-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-page-expected.txt.
     26        * fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-page.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-x-in-scrolling-page.html.
     27        * fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-div-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-xy-in-scrolling-div-expected.txt.
     28        * fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-div.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-xy-in-scrolling-div.html.
     29        * fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-page-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-xy-in-scrolling-page-expected.txt.
     30        * fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-page.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-xy-in-scrolling-page.html.
     31        * fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-div-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-non-scrolling-div-expected.txt.
     32        * fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-div.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-non-scrolling-div.html.
     33        * fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-page-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-non-scrolling-page-expected.txt.
     34        * fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-page.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-non-scrolling-page.html.
     35        * fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-div-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-div-expected.txt.
     36        * fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-div.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-div.html.
     37        * fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-page-expected.txt: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-page-expected.txt.
     38        * fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-page.html: Renamed from LayoutTests/fast/events/platform-wheelevent-paging-y-in-scrolling-page.html.
     39        * fast/events/wheel/wheel-event-destroys-frame-expected.txt: Renamed from LayoutTests/fast/events/wheel-event-destroys-frame-expected.txt.
     40        * fast/events/wheel/wheel-event-destroys-frame.html: Renamed from LayoutTests/fast/events/wheel-event-destroys-frame.html.
     41        * fast/events/wheel/wheel-event-destroys-overflow-expected.txt: Renamed from LayoutTests/fast/events/wheel-event-destroys-overflow-expected.txt.
     42        * fast/events/wheel/wheel-event-destroys-overflow.html: Renamed from LayoutTests/fast/events/wheel-event-destroys-overflow.html.
     43        * fast/events/wheel/wheel-event-outside-body-expected.txt: Renamed from LayoutTests/fast/events/wheel-event-outside-body-expected.txt.
     44        * fast/events/wheel/wheel-event-outside-body.html: Renamed from LayoutTests/fast/events/wheel-event-outside-body.html.
     45        * fast/events/wheel/wheelevent-basic-expected.txt: Renamed from LayoutTests/fast/events/wheelevent-basic-expected.txt.
     46        * fast/events/wheel/wheelevent-basic.html: Renamed from LayoutTests/fast/events/wheelevent-basic.html.
     47        * fast/events/wheel/wheelevent-direction-inverted-from-device-expected.txt: Renamed from LayoutTests/fast/events/wheelevent-direction-inverted-from-device-expected.txt.
     48        * fast/events/wheel/wheelevent-direction-inverted-from-device.html: Renamed from LayoutTests/fast/events/wheelevent-direction-inverted-from-device.html.
     49        * fast/events/wheel/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt: Renamed from LayoutTests/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt.
     50        * fast/events/wheel/wheelevent-in-horizontal-scrollbar-in-rtl.html: Renamed from LayoutTests/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html.
     51        * fast/events/wheel/wheelevent-in-text-node-expected.txt: Renamed from LayoutTests/fast/events/wheelevent-in-text-node-expected.txt.
     52        * fast/events/wheel/wheelevent-in-text-node.html: Renamed from LayoutTests/fast/events/wheelevent-in-text-node.html.
     53        * fast/events/wheel/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt: Renamed from LayoutTests/fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt.
     54        * fast/events/wheel/wheelevent-in-vertical-scrollbar-in-rtl.html: Renamed from LayoutTests/fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html.
     55        * fast/events/wheel/wheelevent-mousewheel-interaction-expected.txt: Renamed from LayoutTests/fast/events/wheelevent-mousewheel-interaction-expected.txt.
     56        * fast/events/wheel/wheelevent-mousewheel-interaction.html: Renamed from LayoutTests/fast/events/wheelevent-mousewheel-interaction.html.
     57        * fast/scrolling/mac/wheel-event-listener-region-inside-overflow-expected.txt: Added.
     58        * platform/glib/TestExpectations:
     59        * platform/gtk/TestExpectations:
     60        * platform/gtk/fast/events/wheel/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/events/wheelevent-in-horizontal-scrollbar-in-rtl-expected.txt.
     61        * platform/gtk/fast/events/wheel/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt: Renamed from LayoutTests/platform/gtk/fast/events/wheelevent-in-vertical-scrollbar-in-rtl-expected.txt.
     62        * platform/ios/TestExpectations:
     63        * platform/mac-wk2/TestExpectations:
     64        * platform/mac/TestExpectations:
     65        * platform/win/TestExpectations:
     66        * platform/wincairo/TestExpectations:
     67        * platform/wk2/TestExpectations:
     68        * platform/wpe/TestExpectations:
     69
    1702020-11-12  Zalan Bujtas  <zalan@apple.com>
    271
  • trunk/LayoutTests/fast/events/wheel/continuous-platform-wheelevent-in-scrolling-div.html

    r269758 r269759  
    11<html>
    22    <head>
    3         <script src="../../resources/js-test-pre.js"></script>
     3        <script src="../../../resources/js-test-pre.js"></script>
    44        <script>
    55            var expectedScrollTop = 200;
  • trunk/LayoutTests/fast/events/wheel/platform-wheelevent-in-scrolling-div.html

    r269758 r269759  
    11<html>
    22    <head>
    3         <script src="../../resources/js-test-pre.js"></script>
     3        <script src="../../../resources/js-test-pre.js"></script>
    44        <script>
    55            var expectedScrollTop = 5;
     
    6161        </div>
    6262        <div id="console"></div>
    63         <script src="../../resources/js-test-post.js"></script>
     63        <script src="../../../resources/js-test-post.js"></script>
    6464    </body>
    6565</html>
  • trunk/LayoutTests/fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-div.html

    r269758 r269759  
    11<html>
    22    <head>
    3         <script src="../../resources/js-test-pre.js"></script>
     3        <script src="../../../resources/js-test-pre.js"></script>
    44        <script>
    55            var givenScrollTop = 0;
  • trunk/LayoutTests/fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-page.html

    r269758 r269759  
    11<html>
    22    <head>
    3         <script src="../../resources/js-test-pre.js"></script>
     3        <script src="../../../resources/js-test-pre.js"></script>
    44        <script>
    55            var givenScrollTop = 0;
  • trunk/LayoutTests/fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-div.html

    r269758 r269759  
    11<html>
    22    <head>
    3         <script src="../../resources/js-test-pre.js"></script>
     3        <script src="../../../resources/js-test-pre.js"></script>
    44        <script>
    55            var givenScrollTop = 0;
  • trunk/LayoutTests/fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-page.html

    r269758 r269759  
    11<html>
    22    <head>
    3         <script src="../../resources/js-test-pre.js"></script>
     3        <script src="../../../resources/js-test-pre.js"></script>
    44        <script>
    55            var givenScrollTop = 0;
  • trunk/LayoutTests/fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-div.html

    r269758 r269759  
    11<html>
    22    <head>
    3         <script src="../../resources/js-test-pre.js"></script>
     3        <script src="../../../resources/js-test-pre.js"></script>
    44        <script>
    55            var givenScrollTop = 1;
  • trunk/LayoutTests/fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-page.html

    r269758 r269759  
    11<html>
    22    <head>
    3         <script src="../../resources/js-test-pre.js"></script>
     3        <script src="../../../resources/js-test-pre.js"></script>
    44        <script>
    55            var givenScrollTop = 2; // Only one page per event, so this should be interpreted as 1
  • trunk/LayoutTests/fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-div.html

    r269758 r269759  
    11<html>
    22    <head>
    3         <script src="../../resources/js-test-pre.js"></script>
     3        <script src="../../../resources/js-test-pre.js"></script>
    44        <script>
    55            var givenScrollTop = 2;
  • trunk/LayoutTests/fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-page.html

    r269758 r269759  
    11<html>
    22    <head>
    3         <script src="../../resources/js-test-pre.js"></script>
     3        <script src="../../../resources/js-test-pre.js"></script>
    44        <script>
    55            var givenScrollTop = 2;
  • trunk/LayoutTests/fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-div.html

    r269758 r269759  
    11<html>
    22    <head>
    3         <script src="../../resources/js-test-pre.js"></script>
     3        <script src="../../../resources/js-test-pre.js"></script>
    44        <script>
    55            var givenScrollTop = 2;
  • trunk/LayoutTests/fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-page.html

    r269758 r269759  
    11<html>
    22    <head>
    3         <script src="../../resources/js-test-pre.js"></script>
     3        <script src="../../../resources/js-test-pre.js"></script>
    44        <script>
    55            var givenScrollTop = 2; // Only page is scrolled per event, regardless of this number.
  • trunk/LayoutTests/fast/events/wheel/wheelevent-basic.html

    r269758 r269759  
    33<head>
    44<link rel="help" href="http://www.w3.org/TR/DOM-Level-3-Events/#events-WheelEvent">
    5 <script src="../../resources/js-test-pre.js"></script>
     5<script src="../../../resources/js-test-pre.js"></script>
    66<script>
    77var eventDeltaX = 0;
     
    7979runTest();
    8080</script>
    81 <script src="../../resources/js-test-post.js"></script>
     81<script src="../../../resources/js-test-post.js"></script>
    8282</body>
    8383</html>
  • trunk/LayoutTests/fast/events/wheel/wheelevent-direction-inverted-from-device.html

    r269758 r269759  
    77<div id="console"></div>
    88
    9 <script src="../../resources/js-test-pre.js"></script>
     9<script src="../../../resources/js-test-pre.js"></script>
    1010
    1111<script>
     
    2828</script>
    2929
    30 <script src="../../resources/js-test-post.js"></script>
     30<script src="../../../resources/js-test-post.js"></script>
    3131
    3232</body>
  • trunk/LayoutTests/fast/events/wheel/wheelevent-in-horizontal-scrollbar-in-rtl.html

    r269758 r269759  
    11<html dir=rtl>
    22    <head>
    3         <script src="../../resources/js-test-pre.js"></script>
     3        <script src="../../../resources/js-test-pre.js"></script>
    44        <script>
    55
  • trunk/LayoutTests/fast/events/wheel/wheelevent-in-text-node.html

    r269758 r269759  
    22<html>
    33<head>
    4     <script src="../../resources/js-test-pre.js"></script>
     4    <script src="../../../resources/js-test-pre.js"></script>
    55    <script>
    66        window.jsTestIsAsync = true;
     
    3131        };
    3232    </script>
    33     <script src="../../resources/js-test-post.js"></script>
     33    <script src="../../../resources/js-test-post.js"></script>
    3434</head>
    3535<body>
  • trunk/LayoutTests/fast/events/wheel/wheelevent-in-vertical-scrollbar-in-rtl.html

    r269758 r269759  
    11<html dir=rtl style="-webkit-writing-mode:vertical-lr">
    22    <head>
    3         <script src="../../resources/js-test-pre.js"></script>
     3        <script src="../../../resources/js-test-pre.js"></script>
    44        <script>
    55
  • trunk/LayoutTests/fast/events/wheel/wheelevent-mousewheel-interaction.html

    r269758 r269759  
    33<head>
    44<link rel="help" href="http://www.w3.org/TR/DOM-Level-3-Events/#events-WheelEvent">
    5 <script src="../../resources/js-test-pre.js"></script>
     5<script src="../../../resources/js-test-pre.js"></script>
    66<script>
    77function runTest() {
     
    5252runTest();
    5353</script>
    54 <script src="../../resources/js-test-post.js"></script>
     54<script src="../../../resources/js-test-post.js"></script>
    5555</body>
    5656</html>
  • trunk/LayoutTests/platform/glib/TestExpectations

    r269672 r269759  
    305305
    306306# Times out due to missing event 'callAfterScrollingCompletes'.
    307 webkit.org/b/212202 fast/events/platform-wheelevent-in-scrolling-div.html [ Skip ]
     307webkit.org/b/212202 fast/events/wheel/platform-wheelevent-in-scrolling-div.html [ Skip ]
    308308
    309309#////////////////////////////////////////////////////////////////////////////////////////
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r269672 r269759  
    15301530webkit.org/b/145051 webkit.org/b/198830 [ Release ] media/video-rtl.html [ ImageOnlyFailure Pass Crash ]
    15311531
    1532 webkit.org/b/145170 fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html [ Failure Pass ]
    1533 webkit.org/b/145170 fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html [ Failure Pass ]
     1532webkit.org/b/145170 fast/events/wheel/wheelevent-in-horizontal-scrollbar-in-rtl.html [ Failure Pass ]
     1533webkit.org/b/145170 fast/events/wheel/wheelevent-in-vertical-scrollbar-in-rtl.html [ Failure Pass ]
    15341534
    15351535webkit.org/b/145258 media/video-controller-child-rate.html [ Failure Pass ]
     
    24082408
    24092409# Paged continuousMouseScrollBy() events are not supported in GTK.
    2410 Bug(GTK) fast/events/platform-wheelevent-paging-x-in-non-scrolling-div.html [ Failure Timeout ]
    2411 Bug(GTK) fast/events/platform-wheelevent-paging-x-in-non-scrolling-page.html [ Failure ]
    2412 Bug(GTK) fast/events/platform-wheelevent-paging-x-in-scrolling-div.html [ Failure ]
    2413 Bug(GTK) fast/events/platform-wheelevent-paging-x-in-scrolling-page.html [ Failure ]
    2414 Bug(GTK) fast/events/platform-wheelevent-paging-xy-in-scrolling-div.html [ Failure ]
    2415 Bug(GTK) fast/events/platform-wheelevent-paging-xy-in-scrolling-page.html [ Failure ]
    2416 Bug(GTK) fast/events/platform-wheelevent-paging-y-in-non-scrolling-div.html [ Failure ]
    2417 Bug(GTK) fast/events/platform-wheelevent-paging-y-in-non-scrolling-page.html [ Failure ]
    2418 Bug(GTK) fast/events/platform-wheelevent-paging-y-in-scrolling-div.html [ Failure ]
    2419 Bug(GTK) fast/events/platform-wheelevent-paging-y-in-scrolling-page.html [ Failure ]
     2410Bug(GTK) fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-div.html [ Failure Timeout ]
     2411Bug(GTK) fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-page.html [ Failure ]
     2412Bug(GTK) fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-div.html [ Failure ]
     2413Bug(GTK) fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-page.html [ Failure ]
     2414Bug(GTK) fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-div.html [ Failure ]
     2415Bug(GTK) fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-page.html [ Failure ]
     2416Bug(GTK) fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-div.html [ Failure ]
     2417Bug(GTK) fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-page.html [ Failure ]
     2418Bug(GTK) fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-div.html [ Failure ]
     2419Bug(GTK) fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-page.html [ Failure ]
    24202420
    24212421# Need to add functionality to DumpRenderTree to handle scrollbar policy changes
  • trunk/LayoutTests/platform/ios/TestExpectations

    r269549 r269759  
    8585
    8686# No wheel events on iOS
    87 fast/events/continuous-platform-wheelevent-in-scrolling-div.html [ Skip ]
    88 fast/events/platform-wheelevent-in-scrolling-div.html [ Skip ]
    89 fast/events/platform-wheelevent-paging-x-in-non-scrolling-div.html [ Skip ]
    90 fast/events/platform-wheelevent-paging-x-in-non-scrolling-page.html [ Skip ]
    91 fast/events/platform-wheelevent-paging-x-in-scrolling-div.html [ Skip ]
    92 fast/events/platform-wheelevent-paging-x-in-scrolling-page.html [ Skip ]
    93 fast/events/platform-wheelevent-paging-xy-in-scrolling-div.html [ Skip ]
    94 fast/events/platform-wheelevent-paging-xy-in-scrolling-page.html [ Skip ]
    95 fast/events/platform-wheelevent-paging-y-in-non-scrolling-div.html [ Skip ]
    96 fast/events/platform-wheelevent-paging-y-in-non-scrolling-page.html [ Skip ]
    97 fast/events/platform-wheelevent-paging-y-in-scrolling-div.html [ Skip ]
    98 fast/events/platform-wheelevent-paging-y-in-scrolling-page.html [ Skip ]
    99 fast/events/wheel-event-destroys-frame.html [ Skip ]
    100 fast/events/wheel-event-destroys-overflow.html [ Skip ]
    101 fast/events/wheel-event-outside-body.html [ Skip ]
    102 fast/events/wheelevent-basic.html [ Skip ]
    103 fast/events/wheelevent-direction-inverted-from-device.html [ Skip ]
    104 fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html [ Skip ]
    105 fast/events/wheelevent-in-text-node.html [ Skip ]
    106 fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html [ Skip ]
    107 fast/events/wheelevent-mousewheel-interaction.html [ Skip ]
     87fast/events/wheel [ Skip ]
    10888fast/scrolling/iframe-scrollable-after-back.html [ Skip ]
    10989fast/scrolling/overflow-scrollable-after-back.html [ Skip ]
  • trunk/LayoutTests/platform/mac-wk2/TestExpectations

    r269712 r269759  
    122122# WebKitTestRunner needs a more complete implementation of eventSender
    123123# <https://bugs.webkit.org/show_bug.cgi?id=42194>
     124editing/mac/pasteboard/dataTransfer-set-data-file-url.html
     125editing/mac/pasteboard/drag-selections-to-contenteditable.html
    124126editing/pasteboard/4947130.html
    125127editing/pasteboard/cleanup-on-move.html
    126128editing/pasteboard/copy-standalone-image-crash.html
     129editing/pasteboard/drag-drop-paragraph-crasher.html
    127130editing/pasteboard/emacs-cntl-y-001.html
    128131editing/pasteboard/emacs-ctrl-k-y-001.html
     
    142145editing/selection/mixed-editability-10.html
    143146editing/selection/select-out-of-editable.html
     147editing/spelling/spellcheck-paste-continuous-disabled.html
     148editing/spelling/spellcheck-paste-disabled.html
    144149editing/spelling/spellcheck-paste.html
    145 editing/spelling/spellcheck-paste-disabled.html
    146 editing/spelling/spellcheck-paste-continuous-disabled.html
    147150fast/dom/vertical-scrollbar-in-rtl.html
    148151fast/events/5056619.html
     
    150153fast/events/bogus-dropEffect-effectAllowed.html
    151154fast/events/content-changed-during-drop.html
    152 fast/events/continuous-platform-wheelevent-in-scrolling-div.html
     155fast/events/context-onmousedown-event.html
    153156fast/events/crash-on-mutate-during-drop.html
    154 fast/events/context-onmousedown-event.html
    155157fast/events/drag-and-drop-dataTransfer-types-nocrash.html
    156158fast/events/drag-and-drop-fire-drag-dragover.html
     159fast/events/drag-and-drop-link-containing-block.html
     160fast/events/drag-and-drop-link-fast-multiple-times-does-not-crash.html
     161fast/events/drag-and-drop-link.html
    157162fast/events/drag-and-drop.html
    158 fast/events/drag-and-drop-link.html
    159 fast/events/drag-and-drop-link-fast-multiple-times-does-not-crash.html
    160 fast/events/drag-and-drop-link-containing-block.html
    161163fast/events/drag-image-with-border-image.html
    162164fast/events/drag-in-frames.html
    163165fast/events/drag-parent-node.html
     166fast/events/draggable-div-customdata.html
    164167fast/events/draggable-div-nodata.html
    165 fast/events/draggable-div-customdata.html
    166168fast/events/dropzone-001.html
    167169fast/events/dropzone-002.html
     
    175177fast/events/right-click-focus.html
    176178fast/events/standalone-image-drag-to-editable.html
    177 fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html
    178 fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html
    179 fast/events/wheelevent-direction-inverted-from-device.html
     179fast/events/wheel/continuous-platform-wheelevent-in-scrolling-div.html
     180fast/events/wheel/wheelevent-direction-inverted-from-device.html
     181fast/events/wheel/wheelevent-in-horizontal-scrollbar-in-rtl.html
     182fast/events/wheel/wheelevent-in-vertical-scrollbar-in-rtl.html
    180183fast/forms/drag-into-textarea.html
    181184fast/forms/drag-out-of-textarea.html
     
    191194http/tests/security/drag-drop-same-unique-origin.html
    192195http/tests/security/drag-over-remote-content-iframe.html
    193 editing/mac/pasteboard/dataTransfer-set-data-file-url.html
    194 editing/mac/pasteboard/drag-selections-to-contenteditable.html
    195 editing/pasteboard/drag-drop-paragraph-crasher.html
     196
    196197
    197198# [WK2] [Mac] Spellcheck tests don't seem to work
  • trunk/LayoutTests/platform/mac/TestExpectations

    r269637 r269759  
    241241
    242242# Skip because this platform does not support a paging mouse wheel event
    243 fast/events/platform-wheelevent-paging-x-in-non-scrolling-div.html
    244 fast/events/platform-wheelevent-paging-x-in-non-scrolling-page.html
    245 fast/events/platform-wheelevent-paging-x-in-scrolling-div.html
    246 fast/events/platform-wheelevent-paging-x-in-scrolling-page.html
    247 fast/events/platform-wheelevent-paging-xy-in-scrolling-div.html
    248 fast/events/platform-wheelevent-paging-xy-in-scrolling-page.html
    249 fast/events/platform-wheelevent-paging-y-in-non-scrolling-div.html
    250 fast/events/platform-wheelevent-paging-y-in-non-scrolling-page.html
    251 fast/events/platform-wheelevent-paging-y-in-scrolling-div.html
    252 fast/events/platform-wheelevent-paging-y-in-scrolling-page.html
     243fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-div.html [ Skip ]
     244fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-page.html [ Skip ]
     245fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-div.html [ Skip ]
     246fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-page.html [ Skip ]
     247fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-div.html [ Skip ]
     248fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-page.html [ Skip ]
     249fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-div.html [ Skip ]
     250fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-page.html [ Skip ]
     251fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-div.html [ Skip ]
     252fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-page.html [ Skip ]
    253253
    254254# Pointer Lock can only check some of the API at the moment.
  • trunk/LayoutTests/platform/win/TestExpectations

    r269598 r269759  
    271271
    272272# TODO Investigate why these mouse scroll tests are failing.
    273 fast/events/platform-wheelevent-in-scrolling-div.html [ Failure Timeout ]
    274 fast/events/continuous-platform-wheelevent-in-scrolling-div.html [ Failure ]
    275273fast/events/scroll-in-scaled-page-with-overflow-hidden.html [ Failure ]
    276 fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html [ Failure ]
    277 fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html [ Failure ]
     274fast/events/wheel/continuous-platform-wheelevent-in-scrolling-div.html [ Failure ]
     275fast/events/wheel/platform-wheelevent-in-scrolling-div.html [ Failure Timeout ]
     276fast/events/wheel/wheelevent-in-horizontal-scrollbar-in-rtl.html [ Failure ]
     277fast/events/wheel/wheelevent-in-vertical-scrollbar-in-rtl.html [ Failure ]
    278278scrollbars/scroll-rtl-or-bt-layer.html [ Timeout ]
    279279webkit.org/b/208559 fast/scrolling/arrow-key-scroll-in-rtl-document.html [ Skip ]
     
    577577
    578578# Skip because this platform does not support a paging mouse wheel event
    579 fast/events/platform-wheelevent-paging-x-in-non-scrolling-div.html [ Skip ]
    580 fast/events/platform-wheelevent-paging-x-in-non-scrolling-page.html [ Skip ]
    581 fast/events/platform-wheelevent-paging-x-in-scrolling-div.html [ Skip ]
    582 fast/events/platform-wheelevent-paging-x-in-scrolling-page.html [ Skip ]
    583 fast/events/platform-wheelevent-paging-xy-in-scrolling-div.html [ Skip ]
    584 fast/events/platform-wheelevent-paging-xy-in-scrolling-page.html [ Skip ]
    585 fast/events/platform-wheelevent-paging-y-in-non-scrolling-div.html [ Skip ]
    586 fast/events/platform-wheelevent-paging-y-in-non-scrolling-page.html [ Skip ]
    587 fast/events/platform-wheelevent-paging-y-in-scrolling-div.html [ Skip ]
    588 fast/events/platform-wheelevent-paging-y-in-scrolling-page.html [ Skip ]
     579fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-div.html [ Skip ]
     580fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-page.html [ Skip ]
     581fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-div.html [ Skip ]
     582fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-page.html [ Skip ]
     583fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-div.html [ Skip ]
     584fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-page.html [ Skip ]
     585fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-div.html [ Skip ]
     586fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-page.html [ Skip ]
     587fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-div.html [ Skip ]
     588fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-page.html [ Skip ]
    589589
    590590# Pointer Lock is not implemented.
     
    703703webkit.org/b/77568 fast/text/locale-shaping.html [ ImageOnlyFailure ]
    704704webkit.org/b/77568 fast/text/locale-shaping-complex.html [ ImageOnlyFailure ]
    705 
    706 # WebAssembly doesn't exist on Windows
    707 fast/frames/detached-frame-wasm-resolve.html [ Skip ]
    708 fast/history/page-cache-wasm-promise-resolve.html [ Skip ]
    709705
    710706################################################################################
     
    27682764webkit.org/b/103043 fast/events/frame-scroll-fake-mouse-move.html [ Skip ]
    27692765# fast/events/page-visibility tests timeout.
    2770 webkit.org/b/121509 fast/events/wheelevent-mousewheel-interaction.html [ Skip ] #  [ Timeout ]
     2766webkit.org/b/121509 fast/events/wheel/wheelevent-mousewheel-interaction.html [ Skip ] #  [ Timeout ]
    27712767fast/events/special-key-events-in-input-text.html [ Failure ]
    27722768fast/events/attribute-listener-cloned-from-frameless-doc-context.html [ Pass Failure ]
     
    32303226fast/events/keyboardevent-code.html [ Failure ]
    32313227fast/events/updateLayoutForHitTest.html [ Failure ]
    3232 fast/events/wheelevent-basic.html [ Failure ]
     3228fast/events/wheel/wheelevent-basic.html [ Failure ]
    32333229fast/forms/listbox-respects-padding-bottom.html [ Failure ]
    32343230fast/forms/placeholder-position.html [ Failure ]
     
    45304526webkit.org/b/212172 fast/text/font-collection-2.html [ ImageOnlyFailure ]
    45314527
    4532 webanimations/accelerated-animation-single-keyframe.html [ Skip ]
    4533 
    45344528webkit.org/b/214088 webanimations/accelerated-animation-single-keyframe.html [ Skip ]
    45354529
  • trunk/LayoutTests/platform/wincairo/TestExpectations

    r268886 r269759  
    19171917fast/events/special-key-events-in-input-text.html [ Failure ]
    19181918fast/events/tabindex-focus-blur-all.html [ Timeout ]
    1919 fast/events/wheel-event-destroys-overflow.html [ Skip ] # Crash
    1920 fast/events/wheel-event-outside-body.html [ Skip ] # Crash
    1921 fast/events/wheelevent-basic.html [ Failure ]
    1922 fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html [ Failure ]
    1923 fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html [ Failure ]
     1919fast/events/wheel/wheel-event-destroys-overflow.html [ Skip ] # Crash
     1920fast/events/wheel/wheel-event-outside-body.html [ Skip ] # Crash
     1921fast/events/wheel/wheelevent-basic.html [ Failure ]
     1922fast/events/wheel/wheelevent-in-horizontal-scrollbar-in-rtl.html [ Failure ]
     1923fast/events/wheel/wheelevent-in-vertical-scrollbar-in-rtl.html [ Failure ]
    19241924fast/filter-image/background-filter-image.html [ ImageOnlyFailure ]
    19251925fast/filter-image/filter-image.html [ ImageOnlyFailure ]
  • trunk/LayoutTests/platform/wk2/TestExpectations

    r269712 r269759  
    191191# WTR needs an implementation for eventSender.continuousMouseScrollBy
    192192# https://bugs.webkit.org/show_bug.cgi?id=69417
    193 fast/events/wheelevent-direction-inverted-from-device.html
     193fast/events/wheel/wheelevent-direction-inverted-from-device.html
    194194
    195195# This should only be a layer change.
  • trunk/LayoutTests/platform/wpe/TestExpectations

    r269712 r269759  
    499499# WTR needs an implementation for eventSender.continuousMouseScrollBy
    500500# https://bugs.webkit.org/show_bug.cgi?id=69417
    501 fast/events/wheelevent-direction-inverted-from-device.html
     501fast/events/wheel/wheelevent-direction-inverted-from-device.html
    502502
    503503fast/events/ios [ Skip ]
     
    15041504webkit.org/b/173419 fast/events/content-changed-during-drop.html [ Failure ]
    15051505webkit.org/b/173419 fast/events/context-activated-by-key-event.html [ Failure ]
    1506 webkit.org/b/173419 fast/events/continuous-platform-wheelevent-in-scrolling-div.html [ Failure ]
    15071506webkit.org/b/173419 fast/events/crash-on-mutate-during-drop.html [ Failure ]
    15081507webkit.org/b/173419 fast/events/frame-tab-focus.html [ Failure ]
     
    15121511webkit.org/b/173419 fast/events/input-events-paste-data.html [ Failure ]
    15131512webkit.org/b/173419 fast/events/input-events-paste-rich-datatransfer.html [ Failure ]
     1513webkit.org/b/173419 fast/events/wheel/continuous-platform-wheelevent-in-scrolling-div.html [ Failure ]
    15141514webkit.org/b/109469 [ Release ] fast/events/mouse-cursor-image-set.html [ Failure ]
    15151515webkit.org/b/109469 [ Debug ] fast/events/mouse-cursor-image-set.html [ Crash ]
     1516webkit.org/b/173419 fast/events/autoscroll-main-document.html [ Timeout ]
     1517webkit.org/b/173419 fast/events/autoscroll-should-not-stop-on-keypress.html [ Timeout ]
     1518webkit.org/b/173419 fast/events/autoscroll-when-zoomed.html [ Timeout ]
     1519webkit.org/b/173419 fast/events/clipboard-dataTransferItemList.html [ Timeout ]
     1520webkit.org/b/173419 fast/events/drag-dataTransferItemList.html [ Timeout ]
    15161521webkit.org/b/173419 fast/events/mouseover-button.html [ Failure ]
    15171522webkit.org/b/173419 fast/events/mouseup-from-button2.html [ Failure ]
     
    15191524webkit.org/b/173419 fast/events/node-event-anchor-lock.html [ Failure ]
    15201525webkit.org/b/173419 fast/events/option-tab.html [ Failure ]
    1521 webkit.org/b/173419 fast/events/platform-wheelevent-paging-x-in-non-scrolling-div.html [ Failure ]
    1522 webkit.org/b/173419 fast/events/platform-wheelevent-paging-x-in-non-scrolling-page.html [ Failure ]
    1523 webkit.org/b/173419 fast/events/platform-wheelevent-paging-x-in-scrolling-div.html [ Failure ]
    1524 webkit.org/b/173419 fast/events/platform-wheelevent-paging-x-in-scrolling-page.html [ Failure ]
    1525 webkit.org/b/173419 fast/events/platform-wheelevent-paging-xy-in-scrolling-div.html [ Failure ]
    1526 webkit.org/b/173419 fast/events/platform-wheelevent-paging-xy-in-scrolling-page.html [ Failure ]
    1527 webkit.org/b/173419 fast/events/platform-wheelevent-paging-y-in-non-scrolling-div.html [ Failure ]
    1528 webkit.org/b/173419 fast/events/platform-wheelevent-paging-y-in-non-scrolling-page.html [ Failure ]
    1529 webkit.org/b/173419 fast/events/platform-wheelevent-paging-y-in-scrolling-div.html [ Failure ]
    1530 webkit.org/b/173419 fast/events/platform-wheelevent-paging-y-in-scrolling-page.html [ Failure ]
     1526webkit.org/b/173419 fast/events/page-visibility-iframe-delete-test.html [ Timeout ]
     1527webkit.org/b/173419 fast/events/page-visibility-iframe-move-test.html [ Timeout ]
     1528webkit.org/b/173419 fast/events/page-visibility-iframe-propagation-test.html [ Timeout ]
     1529webkit.org/b/173419 fast/events/page-visibility-onvisibilitychange.html [ Timeout ]
     1530webkit.org/b/173419 fast/events/page-visibility-transition-test.html [ Timeout ]
     1531webkit.org/b/173419 fast/events/scroll-after-click-on-tab-index.html [ Timeout ]
    15311532webkit.org/b/173419 fast/events/scroll-in-scaled-page-with-overflow-hidden.html [ Failure Timeout ]
    15321533webkit.org/b/173419 fast/events/selectstart-by-drag.html [ Failure ]
     
    15351536webkit.org/b/173419 fast/events/shadow-event-path.html [ Failure ]
    15361537webkit.org/b/173419 fast/events/special-key-events-in-input-text.html [ Failure ]
     1538webkit.org/b/173419 fast/events/standalone-image-drag-to-editable.html [ Timeout ]
    15371539webkit.org/b/173419 fast/events/touch/basic-multi-touch-events-limited.html [ Failure ]
    15381540webkit.org/b/173419 fast/events/touch/basic-multi-touch-events.html [ Failure ]
    15391541webkit.org/b/173419 fast/events/touch/document-create-touch-list.html [ Failure ]
    1540 webkit.org/b/173419 fast/events/webkit-media-key-events-constructor.html [ Failure ]
    1541 webkit.org/b/173419 fast/events/wheelevent-basic.html [ Failure Timeout ]
    1542 webkit.org/b/173419 fast/events/wheelevent-in-horizontal-scrollbar-in-rtl.html [ Failure ]
    1543 webkit.org/b/173419 fast/events/wheelevent-in-vertical-scrollbar-in-rtl.html [ Failure ]
    1544 webkit.org/b/173419 fast/events/autoscroll-main-document.html [ Timeout ]
    1545 webkit.org/b/173419 fast/events/autoscroll-should-not-stop-on-keypress.html [ Timeout ]
    1546 webkit.org/b/173419 fast/events/autoscroll-when-zoomed.html [ Timeout ]
    1547 webkit.org/b/173419 fast/events/clipboard-dataTransferItemList.html [ Timeout ]
    1548 webkit.org/b/173419 fast/events/drag-dataTransferItemList.html [ Timeout ]
    1549 webkit.org/b/173419 fast/events/page-visibility-iframe-delete-test.html [ Timeout ]
    1550 webkit.org/b/173419 fast/events/page-visibility-iframe-move-test.html [ Timeout ]
    1551 webkit.org/b/173419 fast/events/page-visibility-iframe-propagation-test.html [ Timeout ]
    1552 webkit.org/b/173419 fast/events/page-visibility-onvisibilitychange.html [ Timeout ]
    1553 webkit.org/b/173419 fast/events/page-visibility-transition-test.html [ Timeout ]
    1554 webkit.org/b/173419 fast/events/scroll-after-click-on-tab-index.html [ Timeout ]
    1555 webkit.org/b/173419 fast/events/standalone-image-drag-to-editable.html [ Timeout ]
    15561542webkit.org/b/173419 fast/events/touch/multi-touch-grouped-targets.html [ Timeout ]
    15571543webkit.org/b/173419 fast/events/touch/multi-touch-inside-nested-iframes.html [ Timeout ]
     
    15591545webkit.org/b/173419 fast/events/touch/touch-target-limited.html [ Timeout ]
    15601546webkit.org/b/173419 fast/events/touch/touch-target.html [ Timeout ]
    1561 webkit.org/b/173419 fast/events/wheel-event-destroys-frame.html [ Timeout Pass ]
    1562 webkit.org/b/173419 fast/events/wheel-event-destroys-overflow.html [ Timeout Pass ]
    1563 webkit.org/b/173419 fast/events/wheelevent-in-text-node.html [ Timeout ]
    1564 webkit.org/b/173419 fast/events/wheelevent-mousewheel-interaction.html [ Timeout Pass ]
     1547webkit.org/b/173419 fast/events/webkit-media-key-events-constructor.html [ Failure ]
     1548webkit.org/b/173419 fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-div.html [ Failure ]
     1549webkit.org/b/173419 fast/events/wheel/platform-wheelevent-paging-x-in-non-scrolling-page.html [ Failure ]
     1550webkit.org/b/173419 fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-div.html [ Failure ]
     1551webkit.org/b/173419 fast/events/wheel/platform-wheelevent-paging-x-in-scrolling-page.html [ Failure ]
     1552webkit.org/b/173419 fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-div.html [ Failure ]
     1553webkit.org/b/173419 fast/events/wheel/platform-wheelevent-paging-xy-in-scrolling-page.html [ Failure ]
     1554webkit.org/b/173419 fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-div.html [ Failure ]
     1555webkit.org/b/173419 fast/events/wheel/platform-wheelevent-paging-y-in-non-scrolling-page.html [ Failure ]
     1556webkit.org/b/173419 fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-div.html [ Failure ]
     1557webkit.org/b/173419 fast/events/wheel/platform-wheelevent-paging-y-in-scrolling-page.html [ Failure ]
     1558webkit.org/b/173419 fast/events/wheel/wheel-event-destroys-frame.html [ Timeout Pass ]
     1559webkit.org/b/173419 fast/events/wheel/wheel-event-destroys-overflow.html [ Timeout Pass ]
     1560webkit.org/b/173419 fast/events/wheel/wheelevent-basic.html [ Failure Timeout ]
     1561webkit.org/b/173419 fast/events/wheel/wheelevent-in-horizontal-scrollbar-in-rtl.html [ Failure ]
     1562webkit.org/b/173419 fast/events/wheel/wheelevent-in-text-node.html [ Timeout ]
     1563webkit.org/b/173419 fast/events/wheel/wheelevent-in-vertical-scrollbar-in-rtl.html [ Failure ]
     1564webkit.org/b/173419 fast/events/wheel/wheelevent-mousewheel-interaction.html [ Timeout Pass ]
    15651565
    15661566webkit.org/b/163858 fast/events/touch/touch-constructor.html [ Skip ]
Note: See TracChangeset for help on using the changeset viewer.