Title: [99479] trunk/LayoutTests
Revision
99479
Author
[email protected]
Date
2011-11-07 14:35:13 -0800 (Mon, 07 Nov 2011)

Log Message

Layout Test fast/events/platform-wheelevent-paging-x-in-scrolling-page.html is failing
https://bugs.webkit.org/show_bug.cgi?id=71606

Patch by Stephen Chenney <[email protected]> on 2011-11-07
Reviewed by Tony Chang.

* platform/chromium/test_expectations.txt: Remove the expected failure.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (99478 => 99479)


--- trunk/LayoutTests/ChangeLog	2011-11-07 22:31:30 UTC (rev 99478)
+++ trunk/LayoutTests/ChangeLog	2011-11-07 22:35:13 UTC (rev 99479)
@@ -1,3 +1,12 @@
+2011-11-07  Stephen Chenney  <[email protected]>
+
+        Layout Test fast/events/platform-wheelevent-paging-x-in-scrolling-page.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=71606
+
+        Reviewed by Tony Chang.
+
+        * platform/chromium/test_expectations.txt: Remove the expected failure.
+
 2011-11-07  Dominic Cooney  <[email protected]>
 
         Remove initPopStateEvent method

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (99478 => 99479)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-11-07 22:31:30 UTC (rev 99478)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-11-07 22:35:13 UTC (rev 99479)
@@ -3884,10 +3884,6 @@
 
 BUGWK71543 : media/media-element-play-after-eos.html = PASS TIMEOUT
 
-BUGWK71606 MAC CPU-CG : fast/events/platform-wheelevent-paging-x-in-scrolling-page.html = TEXT
-BUGWK71606 MAC CPU-CG : fast/events/platform-wheelevent-paging-xy-in-scrolling-page.html = TEXT
-BUGWK71606 MAC CPU-CG : fast/events/platform-wheelevent-paging-y-in-scrolling-page.html = TEXT
-
 BUGWK71653 : platform/chromium-cg-mac/editing/input/ime-candidate-window-position.html = PASS TIMEOUT
 
 // Intermittent assertion failures on snowleopard bots.

Added: trunk/LayoutTests/platform/chromium-cg-mac/fast/events/platform-wheelevent-paging-x-in-scrolling-page-expected.txt (0 => 99479)


--- trunk/LayoutTests/platform/chromium-cg-mac/fast/events/platform-wheelevent-paging-x-in-scrolling-page-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium-cg-mac/fast/events/platform-wheelevent-paging-x-in-scrolling-page-expected.txt	2011-11-07 22:35:13 UTC (rev 99479)
@@ -0,0 +1,6 @@
+PASS event.wheelDeltaY is 0
+PASS event.wheelDeltaX is window.givenScrollLeft * -3
+PASS event.wheelDelta is window.givenScrollLeft * -3
+PASS document.body.scrollTop is window.expectedScrollTop
+FAIL document.body.scrollLeft should be 700. Was 760.
+
Property changes on: trunk/LayoutTests/platform/chromium-cg-mac/fast/events/platform-wheelevent-paging-x-in-scrolling-page-expected.txt
___________________________________________________________________

Added: svn:eol-style

Added: trunk/LayoutTests/platform/chromium-cg-mac/fast/events/platform-wheelevent-paging-xy-in-scrolling-page-expected.txt (0 => 99479)


--- trunk/LayoutTests/platform/chromium-cg-mac/fast/events/platform-wheelevent-paging-xy-in-scrolling-page-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium-cg-mac/fast/events/platform-wheelevent-paging-xy-in-scrolling-page-expected.txt	2011-11-07 22:35:13 UTC (rev 99479)
@@ -0,0 +1,6 @@
+PASS event.wheelDeltaY is window.givenScrollTop * -3
+PASS event.wheelDeltaX is window.givenScrollLeft * -3
+PASS event.wheelDelta is window.givenScrollTop * -3
+FAIL document.body.scrollTop should be 511. Was 545.
+FAIL document.body.scrollLeft should be 686. Was 745.
+
Property changes on: trunk/LayoutTests/platform/chromium-cg-mac/fast/events/platform-wheelevent-paging-xy-in-scrolling-page-expected.txt
___________________________________________________________________

Added: svn:eol-style

Added: trunk/LayoutTests/platform/chromium-cg-mac/fast/events/platform-wheelevent-paging-y-in-scrolling-page-expected.txt (0 => 99479)


--- trunk/LayoutTests/platform/chromium-cg-mac/fast/events/platform-wheelevent-paging-y-in-scrolling-page-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium-cg-mac/fast/events/platform-wheelevent-paging-y-in-scrolling-page-expected.txt	2011-11-07 22:35:13 UTC (rev 99479)
@@ -0,0 +1,6 @@
+PASS event.wheelDeltaY is window.givenScrollTop * -3
+PASS event.wheelDeltaX is 0
+PASS event.wheelDelta is window.givenScrollTop * -3
+FAIL document.body.scrollTop should be 525. Was 560.
+PASS document.body.scrollLeft is window.expectedScrollLeft
+
Property changes on: trunk/LayoutTests/platform/chromium-cg-mac/fast/events/platform-wheelevent-paging-y-in-scrolling-page-expected.txt
___________________________________________________________________

Added: svn:eol-style

_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to