Diff
Modified: trunk/LayoutTests/ChangeLog (225328 => 225329)
--- trunk/LayoutTests/ChangeLog 2017-11-30 15:12:58 UTC (rev 225328)
+++ trunk/LayoutTests/ChangeLog 2017-11-30 16:24:48 UTC (rev 225329)
@@ -1,3 +1,12 @@
+2017-11-30 Ms2ger <[email protected]>
+
+ [GTK] Enable all wpt touch-events tests.
+ https://bugs.webkit.org/show_bug.cgi?id=180198
+
+ Unreviewed test gardening.
+
+ * platform/gtk/TestExpectations:
+
2017-11-29 Antoine Quint <[email protected]>
Move modern media controls test expectations from ios-simulator to ios
Modified: trunk/LayoutTests/imported/w3c/ChangeLog (225328 => 225329)
--- trunk/LayoutTests/imported/w3c/ChangeLog 2017-11-30 15:12:58 UTC (rev 225328)
+++ trunk/LayoutTests/imported/w3c/ChangeLog 2017-11-30 16:24:48 UTC (rev 225329)
@@ -1,3 +1,16 @@
+2017-11-30 Ms2ger <[email protected]>
+
+ [GTK] Enable all wpt touch-events tests.
+ https://bugs.webkit.org/show_bug.cgi?id=180198
+
+ Unreviewed test gardening.
+
+ * web-platform-tests/touch-events/create-touch-touchlist-expected.txt: Added.
+ * web-platform-tests/touch-events/historical-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/touch-events/historical-expected.txt.
+ * web-platform-tests/touch-events/touch-globaleventhandler-interface-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/touch-events/touch-globaleventhandler-interface-expected.txt.
+ * web-platform-tests/touch-events/touch-retargeting-expected.txt:
+ * web-platform-tests/touch-events/touch-touchevent-constructor-expected.txt:
+
2017-11-29 Chris Dumez <[email protected]>
Start exposing self.registration inside service workers
Added: trunk/LayoutTests/imported/w3c/web-platform-tests/touch-events/create-touch-touchlist-expected.txt (0 => 225329)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/touch-events/create-touch-touchlist-expected.txt (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/touch-events/create-touch-touchlist-expected.txt 2017-11-30 16:24:48 UTC (rev 225329)
@@ -0,0 +1,6 @@
+
+PASS document.createTouch exists and creates a Touch object with requested properties
+PASS document.createTouchList exists and correctly creates a TouchList from zero Touch objects
+FAIL document.createTouchList exists and correctly creates a TouchList from a single Touch assert_true: radiusX attribute in Touch object expected true got false
+FAIL document.createTouchList exists and correctly creates a TouchList from two Touch objects assert_true: radiusX attribute in Touch object expected true got false
+
Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/touch-events/historical-expected.txt (from rev 225328, trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/touch-events/historical-expected.txt) (0 => 225329)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/touch-events/historical-expected.txt (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/touch-events/historical-expected.txt 2017-11-30 16:24:48 UTC (rev 225329)
@@ -0,0 +1,3 @@
+
+PASS TouchList::identifiedTouch
+
Copied: trunk/LayoutTests/imported/w3c/web-platform-tests/touch-events/touch-globaleventhandler-interface-expected.txt (from rev 225328, trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/touch-events/touch-globaleventhandler-interface-expected.txt) (0 => 225329)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/touch-events/touch-globaleventhandler-interface-expected.txt (rev 0)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/touch-events/touch-globaleventhandler-interface-expected.txt 2017-11-30 16:24:48 UTC (rev 225329)
@@ -0,0 +1,5 @@
+
+PASS Touch events in GlobalEventHandlers
+PASS Touch events are GlobalEventHandlers' own property
+PASS Touch events not in Element.prototype
+
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/touch-events/touch-retargeting-expected.txt (225328 => 225329)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/touch-events/touch-retargeting-expected.txt 2017-11-30 15:12:58 UTC (rev 225328)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/touch-events/touch-retargeting-expected.txt 2017-11-30 16:24:48 UTC (rev 225329)
@@ -1,3 +1,6 @@
-PASS TouchEvent's touches, targetTouches, and changedTouches should be retargeted.
+FAIL TouchEvent's touches, targetTouches, and changedTouches should be retargeted. function is not a constructor (evaluating 'new Touch({
+ identifier: 0,
+ target: target0,
+ })')
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/touch-events/touch-touchevent-constructor-expected.txt (225328 => 225329)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/touch-events/touch-touchevent-constructor-expected.txt 2017-11-30 15:12:58 UTC (rev 225328)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/touch-events/touch-touchevent-constructor-expected.txt 2017-11-30 16:24:48 UTC (rev 225329)
@@ -1,7 +1,10 @@
-FAIL Touch constructor with insufficient properties assert_throws: Touch constructor with no argument function "function () {new Touch();}" did not throw
+PASS Touch constructor with insufficient properties
PASS Touch constructor with non-EventTarget target
-PASS Touch constructor exists and creates a Touch object with minimum properties
-PASS Touch constructor exists and creates a Touch object with requested properties
-PASS TouchEvent constructor exists and creates a TouchEvent object with requested properties
+FAIL Touch constructor exists and creates a Touch object with minimum properties function is not a constructor (evaluating 'new Touch({
+ identifier: testIdentifier,
+ target: testTarget,
+ })')
+FAIL Touch constructor exists and creates a Touch object with requested properties function is not a constructor (evaluating 'new Touch')
+FAIL TouchEvent constructor exists and creates a TouchEvent object with requested properties function is not a constructor (evaluating 'new Touch')
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (225328 => 225329)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2017-11-30 15:12:58 UTC (rev 225328)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2017-11-30 16:24:48 UTC (rev 225329)
@@ -3077,10 +3077,7 @@
webkit.org/b/163831 svg/custom/acid3-test-77.html [ Failure ]
webkit.org/b/163832 svg/custom/filter-update-different-root.html [ ImageOnlyFailure ]
-webkit.org/b/163857 imported/w3c/web-platform-tests/touch-events/create-touch-touchlist.html [ Skip ]
webkit.org/b/163858 fast/events/touch/touch-constructor.html [ Skip ]
-webkit.org/b/163858 imported/w3c/web-platform-tests/touch-events/touch-retargeting.html [ Skip ]
-webkit.org/b/163858 imported/w3c/web-platform-tests/touch-events/touch-touchevent-constructor.html [ Skip ]
webkit.org/b/163971 fast/borders/border-image-space.html [ ImageOnlyFailure ]