Title: [202233] trunk/LayoutTests
Revision
202233
Author
[email protected]
Date
2016-06-20 12:10:00 -0700 (Mon, 20 Jun 2016)

Log Message

Unreviewed, rebaseline test now that TouchEvent has a constructor.

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

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (202232 => 202233)


--- trunk/LayoutTests/ChangeLog	2016-06-20 18:52:40 UTC (rev 202232)
+++ trunk/LayoutTests/ChangeLog	2016-06-20 19:10:00 UTC (rev 202233)
@@ -1,3 +1,9 @@
+2016-06-20  Chris Dumez  <[email protected]>
+
+        Unreviewed, rebaseline test now that TouchEvent has a constructor.
+
+        * fast/events/touch/document-create-touch-list-ios-expected.txt:
+
 2016-06-19  Antti Koivisto  <[email protected]>
 
         Updating class name of a shadow host does not update the style applied by :host()

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


--- trunk/LayoutTests/fast/events/touch/document-create-touch-list-ios-expected.txt	2016-06-20 18:52:40 UTC (rev 202232)
+++ trunk/LayoutTests/fast/events/touch/document-create-touch-list-ios-expected.txt	2016-06-20 19:10:00 UTC (rev 202233)
@@ -5,7 +5,7 @@
 
 PASS 'TouchEvent' in window is true
 PASS window.propertyIsEnumerable('TouchEvent') is false
-PASS new TouchEvent() threw exception TypeError: function is not a constructor (evaluating 'new TouchEvent()').
+PASS new TouchEvent() threw exception TypeError: Not enough arguments.
 PASS "createTouchList" in document is true
 PASS touchList is non-null.
 PASS touchList.length is 0
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to