Title: [219877] trunk/LayoutTests
Revision
219877
Author
jlew...@apple.com
Date
2017-07-25 11:56:28 -0700 (Tue, 25 Jul 2017)

Log Message

Rebaselined missed test.
https://bugs.webkit.org/show_bug.cgi?id=174734

Unreviewed test gardening.

* fast/events/touch/ios/touches-client-coords-after-zoom-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (219876 => 219877)


--- trunk/LayoutTests/ChangeLog	2017-07-25 18:53:08 UTC (rev 219876)
+++ trunk/LayoutTests/ChangeLog	2017-07-25 18:56:28 UTC (rev 219877)
@@ -1,3 +1,12 @@
+2017-07-25  Matt Lewis  <jlew...@apple.com>
+
+        Rebaselined missed test.
+        https://bugs.webkit.org/show_bug.cgi?id=174734
+
+        Unreviewed test gardening.
+
+        * fast/events/touch/ios/touches-client-coords-after-zoom-expected.txt:
+
 2017-07-25  Said Abou-Hallawa  <sabouhall...@apple.com>
 
         Async image decoding for large images should be disabled after the first time a tile is painted

Modified: trunk/LayoutTests/fast/events/touch/ios/touches-client-coords-after-zoom-expected.txt (219876 => 219877)


--- trunk/LayoutTests/fast/events/touch/ios/touches-client-coords-after-zoom-expected.txt	2017-07-25 18:53:08 UTC (rev 219876)
+++ trunk/LayoutTests/fast/events/touch/ios/touches-client-coords-after-zoom-expected.txt	2017-07-25 18:56:28 UTC (rev 219877)
@@ -1,6 +1,6 @@
 
 These two events should have the same client coordinates:
 
-Received event touchstart with client coords 150, 160
-Received event click with client coords 150, 160
+Received event touchstart with client coords 83, 110
+Received event click with client coords 83, 110
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to