Title: [219868] trunk/LayoutTests
Revision
219868
Author
[email protected]
Date
2017-07-25 06:22:12 -0700 (Tue, 25 Jul 2017)

Log Message

REGRESSION (r143068): fast/events/clientXY-in-zoom-and-scroll.html failing on GTK, Qt
https://bugs.webkit.org/show_bug.cgi?id=110090

Unreviewed gardening.

This test only needed the expectation to be updated.

* platform/gtk/TestExpectations: Remove test below.
* platform/gtk/fast/events/clientXY-in-zoom-and-scroll-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (219867 => 219868)


--- trunk/LayoutTests/ChangeLog	2017-07-25 11:43:22 UTC (rev 219867)
+++ trunk/LayoutTests/ChangeLog	2017-07-25 13:22:12 UTC (rev 219868)
@@ -1,3 +1,15 @@
+2017-07-25  Claudio Saavedra  <[email protected]>
+
+        REGRESSION (r143068): fast/events/clientXY-in-zoom-and-scroll.html failing on GTK, Qt
+        https://bugs.webkit.org/show_bug.cgi?id=110090
+
+        Unreviewed gardening.
+
+        This test only needed the expectation to be updated.
+
+        * platform/gtk/TestExpectations: Remove test below.
+        * platform/gtk/fast/events/clientXY-in-zoom-and-scroll-expected.txt: Added.
+
 2017-07-24  Per Arne Vollan  <[email protected]>
 
         [Win] The tests fast/text/line-height-minimumFontSize*.html are failing.

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (219867 => 219868)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2017-07-25 11:43:22 UTC (rev 219867)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2017-07-25 13:22:12 UTC (rev 219868)
@@ -2694,8 +2694,6 @@
 
 webkit.org/b/109469 fast/css/cursor-parsing-image-set.html [ Failure ]
 
-webkit.org/b/110090 fast/events/clientXY-in-zoom-and-scroll.html [ Failure ]
-
 webkit.org/b/110446 svg/as-background-image/svg-transformed-background.html [ ImageOnlyFailure ]
 
 webkit.org/b/111606 fast/borders/border-fit.html [ Failure ]

Added: trunk/LayoutTests/platform/gtk/fast/events/clientXY-in-zoom-and-scroll-expected.txt (0 => 219868)


--- trunk/LayoutTests/platform/gtk/fast/events/clientXY-in-zoom-and-scroll-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/events/clientXY-in-zoom-and-scroll-expected.txt	2017-07-25 13:22:12 UTC (rev 219868)
@@ -0,0 +1,27 @@
+Base
+PASS event.clientX is 100
+PASS event.clientY is 100
+PASS event.pageX is 100
+PASS event.pageY is 100
+
+Just zoomed
+PASS event.clientX is 83
+PASS event.clientY is 83
+PASS event.pageX is 83
+PASS event.pageY is 83
+
+Just scrolled
+PASS event.clientX is 100
+PASS event.clientY is 100
+PASS event.pageX is 150
+PASS event.pageY is 150
+
+Zoomed and scrolled
+PASS event.clientX is 83
+PASS event.clientY is 83
+PASS event.pageX is 133
+PASS event.pageY is 133
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to