Title: [218612] trunk/LayoutTests
Revision
218612
Author
ryanhad...@apple.com
Date
2017-06-20 15:54:58 -0700 (Tue, 20 Jun 2017)

Log Message

Rebaseline fast/events/touch/document-create-touch-list tests.

Unreviewed test gardening.

* fast/events/touch/document-create-touch-list-crash-expected.txt:
* fast/events/touch/document-create-touch-list-ios-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (218611 => 218612)


--- trunk/LayoutTests/ChangeLog	2017-06-20 22:45:18 UTC (rev 218611)
+++ trunk/LayoutTests/ChangeLog	2017-06-20 22:54:58 UTC (rev 218612)
@@ -1,3 +1,12 @@
+2017-06-20  Ryan Haddad  <ryanhad...@apple.com>
+
+        Rebaseline fast/events/touch/document-create-touch-list tests.
+
+        Unreviewed test gardening.
+
+        * fast/events/touch/document-create-touch-list-crash-expected.txt:
+        * fast/events/touch/document-create-touch-list-ios-expected.txt:
+
 2017-06-20  Matt Baker  <mattba...@apple.com>
 
         LayoutTest inspector/canvas/create-canvas-contexts.html is a flaky timeout

Modified: trunk/LayoutTests/fast/events/touch/document-create-touch-list-crash-expected.txt (218611 => 218612)


--- trunk/LayoutTests/fast/events/touch/document-create-touch-list-crash-expected.txt	2017-06-20 22:45:18 UTC (rev 218611)
+++ trunk/LayoutTests/fast/events/touch/document-create-touch-list-crash-expected.txt	2017-06-20 22:54:58 UTC (rev 218612)
@@ -3,15 +3,15 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS document.createTouchList(document).item(0) threw exception TypeError: Argument 1 ('touches') to Document.createTouchList must be an instance of Touch.
-PASS document.createTouchList({"a":1}).item(0) threw exception TypeError: Argument 1 ('touches') to Document.createTouchList must be an instance of Touch.
-PASS document.createTouchList(new Array(5)).item(0) threw exception TypeError: Argument 1 ('touches') to Document.createTouchList must be an instance of Touch.
-PASS document.createTouchList("string").item(0) threw exception TypeError: Argument 1 ('touches') to Document.createTouchList must be an instance of Touch.
-PASS document.createTouchList(null).item(0) threw exception TypeError: Argument 1 ('touches') to Document.createTouchList must be an instance of Touch.
-PASS document.createTouchList(undefined).item(0) threw exception TypeError: Argument 1 ('touches') to Document.createTouchList must be an instance of Touch.
+PASS document.createTouchList(document).item(0) threw exception TypeError: Type error.
+PASS document.createTouchList({"a":1}).item(0) threw exception TypeError: Type error.
+PASS document.createTouchList(new Array(5)).item(0) threw exception TypeError: Type error.
+PASS document.createTouchList("string").item(0) threw exception TypeError: Type error.
+PASS document.createTouchList(null).item(0) threw exception TypeError: Type error.
+PASS document.createTouchList(undefined).item(0) threw exception TypeError: Type error.
 PASS document.createTouchList() did not throw exception.
 PASS document.createTouchList().length is 0
-PASS document.createTouchList(t, document, t2); threw exception TypeError: Argument 2 ('touches') to Document.createTouchList must be an instance of Touch.
+PASS document.createTouchList(t, document, t2); threw exception TypeError: Type error.
 PASS tl.length is 2
 PASS tl.item(0) is non-null.
 PASS tl.item(1) is non-null.

Modified: trunk/LayoutTests/fast/events/touch/document-create-touch-list-ios-expected.txt (218611 => 218612)


--- trunk/LayoutTests/fast/events/touch/document-create-touch-list-ios-expected.txt	2017-06-20 22:45:18 UTC (rev 218611)
+++ trunk/LayoutTests/fast/events/touch/document-create-touch-list-ios-expected.txt	2017-06-20 22:54:58 UTC (rev 218612)
@@ -16,7 +16,7 @@
 PASS ts.touches[0].clientX is 60
 PASS ts.touches[1].screenY is 120
 PASS ts.ctrlKey is true
-PASS var tl = document.createTouchList(1, 2) threw exception TypeError: Argument 1 ('touches') to Document.createTouchList must be an instance of Touch.
+PASS var tl = document.createTouchList(1, 2) threw exception TypeError: Type error.
 PASS successfullyParsed is true
 
 TEST COMPLETE
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to