Title: [200652] trunk/LayoutTests
Revision
200652
Author
[email protected]
Date
2016-05-10 16:38:55 -0700 (Tue, 10 May 2016)

Log Message

iOS rebaseline after r200464.

* fast/shadow-dom/touch-event-ios-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (200651 => 200652)


--- trunk/LayoutTests/ChangeLog	2016-05-10 23:38:04 UTC (rev 200651)
+++ trunk/LayoutTests/ChangeLog	2016-05-10 23:38:55 UTC (rev 200652)
@@ -1,3 +1,9 @@
+2016-05-10  Ryosuke Niwa  <[email protected]>
+
+        iOS rebaseline after r200464.
+
+        * fast/shadow-dom/touch-event-ios-expected.txt:
+
 2016-05-10  Joseph Pecoraro  <[email protected]>
 
         Web Inspector: Backend should initiate timeline recordings on page navigations to ensure nothing is missed

Modified: trunk/LayoutTests/fast/shadow-dom/touch-event-ios-expected.txt (200651 => 200652)


--- trunk/LayoutTests/fast/shadow-dom/touch-event-ios-expected.txt	2016-05-10 23:38:04 UTC (rev 200651)
+++ trunk/LayoutTests/fast/shadow-dom/touch-event-ios-expected.txt	2016-05-10 23:38:55 UTC (rev 200652)
@@ -13,13 +13,13 @@
     changedTouches: [0: left-host]
 
 touchstart at right-lower-shadow with
-    target: slot
+    target: right-target
     touches: [0: left-host, 1: right-target]
     targetTouches: [0: right-target]
     changedTouches: [0: right-target]
 
 touchstart at right-upper-shadow with
-    target: slot
+    target: right-target
     touches: [0: left-host, 1: right-target]
     targetTouches: [0: right-target]
     changedTouches: [0: right-target]
@@ -48,26 +48,14 @@
     targetTouches: [0: bottom-target]
     changedTouches: [0: bottom-target]
 
-touchmove at left-shadow with
-    target: left-shadow-target
-    touches: [0: left-shadow-target, 1: right-target, 2: bottom-target]
-    targetTouches: [0: left-shadow-target]
-    changedTouches: [0: left-shadow-target]
-
-touchmove at document with
-    target: left-host
-    touches: [0: left-host, 1: right-target, 2: bottom-target]
-    targetTouches: [0: left-host]
-    changedTouches: [0: left-host]
-
 touchmove at right-lower-shadow with
-    target: slot
+    target: right-target
     touches: [0: left-host, 1: right-target, 2: bottom-target]
     targetTouches: [0: right-target]
     changedTouches: [0: right-target]
 
 touchmove at right-upper-shadow with
-    target: slot
+    target: right-target
     touches: [0: left-host, 1: right-target, 2: bottom-target]
     targetTouches: [0: right-target]
     changedTouches: [0: right-target]
@@ -78,32 +66,26 @@
     targetTouches: [0: right-target]
     changedTouches: [0: right-target]
 
-touchend at document with
-    target: bottom-target
-    touches: []
-    targetTouches: []
-    changedTouches: [0: bottom-target]
-
-touchend at left-shadow with
+touchmove at left-shadow with
     target: left-shadow-target
-    touches: []
-    targetTouches: []
+    touches: [0: left-shadow-target, 1: right-target, 2: bottom-target]
+    targetTouches: [0: left-shadow-target]
     changedTouches: [0: left-shadow-target]
 
-touchend at document with
+touchmove at document with
     target: left-host
-    touches: []
-    targetTouches: []
+    touches: [0: left-host, 1: right-target, 2: bottom-target]
+    targetTouches: [0: left-host]
     changedTouches: [0: left-host]
 
 touchend at right-lower-shadow with
-    target: slot
+    target: right-target
     touches: []
     targetTouches: []
     changedTouches: [0: right-target]
 
 touchend at right-upper-shadow with
-    target: slot
+    target: right-target
     touches: []
     targetTouches: []
     changedTouches: [0: right-target]
@@ -114,4 +96,22 @@
     targetTouches: []
     changedTouches: [0: right-target]
 
+touchend at document with
+    target: bottom-target
+    touches: []
+    targetTouches: []
+    changedTouches: [0: bottom-target]
 
+touchend at left-shadow with
+    target: left-shadow-target
+    touches: []
+    targetTouches: []
+    changedTouches: [0: left-shadow-target]
+
+touchend at document with
+    target: left-host
+    touches: []
+    targetTouches: []
+    changedTouches: [0: left-host]
+
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to