Changeset 169311 in webkit
- Timestamp:
- May 24, 2014, 1:40:00 PM (11 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LayoutTests/ChangeLog ¶
r169309 r169311 1 2014-05-23 Simon Fraser <simon.fraser@apple.com> 2 3 Scrolling tests should not try to dump pixels 4 https://bugs.webkit.org/show_bug.cgi?id=133245 5 6 Reviewed by Tim Horton. 7 8 dumpAsText(true) -> dumpAsText(). 9 10 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-with-handler.html: 11 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div.html: 12 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-with-handler.html: 13 * platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe.html: 14 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe-with-handler.html: 15 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe.html: 16 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe-with-handler.html: 17 * platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe.html: 18 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-with-handler.html: 19 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe.html: 20 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-with-handler.html: 21 * platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select.html: 22 1 23 2014-05-24 Zalan Bujtas <zalan@apple.com> 2 24 -
TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div-with-handler.html ¶
r169054 r169311 102 102 103 103 if (window.eventSender) { 104 testRunner.dumpAsText( true);104 testRunner.dumpAsText(); 105 105 testRunner.waitUntilDone(); 106 106 -
TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-div.html ¶
r169054 r169311 94 94 95 95 if (window.eventSender) { 96 testRunner.dumpAsText( true);96 testRunner.dumpAsText(); 97 97 testRunner.waitUntilDone(); 98 98 -
TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe-with-handler.html ¶
r169054 r169311 100 100 101 101 if (window.eventSender) { 102 testRunner.dumpAsText( true);102 testRunner.dumpAsText(); 103 103 testRunner.waitUntilDone(); 104 104 -
TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-div-latched-mainframe.html ¶
r169054 r169311 92 92 93 93 if (window.eventSender) { 94 testRunner.dumpAsText( true);94 testRunner.dumpAsText(); 95 95 testRunner.waitUntilDone(); 96 96 -
TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe-with-handler.html ¶
r164105 r169311 80 80 81 81 if (window.eventSender) { 82 testRunner.dumpAsText( true);82 testRunner.dumpAsText(); 83 83 testRunner.waitUntilDone(); 84 84 -
TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-iframe.html ¶
r164105 r169311 68 68 69 69 if (window.eventSender) { 70 testRunner.dumpAsText( true);70 testRunner.dumpAsText(); 71 71 testRunner.waitUntilDone(); 72 72 -
TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe-with-handler.html ¶
r164105 r169311 75 75 76 76 if (window.eventSender) { 77 testRunner.dumpAsText( true);77 testRunner.dumpAsText(); 78 78 testRunner.waitUntilDone(); 79 79 -
TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-iframe-latched-mainframe.html ¶
r164105 r169311 63 63 64 64 if (window.eventSender) { 65 testRunner.dumpAsText( true);65 testRunner.dumpAsText(); 66 66 testRunner.waitUntilDone(); 67 67 -
TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe-with-handler.html ¶
r169054 r169311 100 100 101 101 if (window.eventSender) { 102 testRunner.dumpAsText( true);102 testRunner.dumpAsText(); 103 103 testRunner.waitUntilDone(); 104 104 -
TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-mainframe.html ¶
r169054 r169311 92 92 93 93 if (window.eventSender) { 94 testRunner.dumpAsText( true);94 testRunner.dumpAsText(); 95 95 testRunner.waitUntilDone(); 96 96 -
TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select-with-handler.html ¶
r169054 r169311 102 102 103 103 if (window.eventSender) { 104 testRunner.dumpAsText( true);104 testRunner.dumpAsText(); 105 105 testRunner.waitUntilDone(); 106 106 -
TabularUnified trunk/LayoutTests/platform/mac-wk2/tiled-drawing/fast-scroll-select-latched-select.html ¶
r169054 r169311 94 94 95 95 if (window.eventSender) { 96 testRunner.dumpAsText( true);96 testRunner.dumpAsText(); 97 97 testRunner.waitUntilDone(); 98 98
Note:
See TracChangeset
for help on using the changeset viewer.