⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 243317 in webkit


Ignore:
Timestamp:
Mar 21, 2019, 12:55:44 PM (7 years ago)
Author:
Devin Rousso
Message:

Unreviewed, fix test failures after r243269.

  • inspector/timeline/line-column-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r243316 r243317  
     12019-03-21  Devin Rousso  <drousso@apple.com>
     2
     3        Unreviewed, fix test failures after r243269.
     4
     5        * inspector/timeline/line-column-expected.txt:
     6
    172019-03-21  Antti Koivisto  <antti@apple.com>
    28
  • trunk/LayoutTests/inspector/timeline/line-column-expected.txt

    r243234 r243317  
    5858      "frameId": "<filtered>",
    5959      "data": {
    60         "type": "click"
     60        "type": "click",
     61        "defaultPrevented": false
    6162      },
    6263      "children": [],
     
    6869      "frameId": "<filtered>",
    6970      "data": {
    70         "type": "click"
     71        "type": "click",
     72        "defaultPrevented": false
    7173      },
    7274      "children": [
Note: See TracChangeset for help on using the changeset viewer.