Changeset 202233 in webkit


Ignore:
Timestamp:
Jun 20, 2016 12:10:00 PM (8 years ago)
Author:
Chris Dumez
Message:

Unreviewed, rebaseline test now that TouchEvent has a constructor.

  • fast/events/touch/document-create-touch-list-ios-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r202227 r202233  
     12016-06-20  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed, rebaseline test now that TouchEvent has a constructor.
     4
     5        * fast/events/touch/document-create-touch-list-ios-expected.txt:
     6
    172016-06-19  Antti Koivisto  <antti@apple.com>
    28
  • trunk/LayoutTests/fast/events/touch/document-create-touch-list-ios-expected.txt

    r201779 r202233  
    66PASS 'TouchEvent' in window is true
    77PASS window.propertyIsEnumerable('TouchEvent') is false
    8 PASS new TouchEvent() threw exception TypeError: function is not a constructor (evaluating 'new TouchEvent()').
     8PASS new TouchEvent() threw exception TypeError: Not enough arguments.
    99PASS "createTouchList" in document is true
    1010PASS touchList is non-null.
Note: See TracChangeset for help on using the changeset viewer.