Title: [243317] trunk/LayoutTests
Revision
243317
Author
[email protected]
Date
2019-03-21 12:55:44 -0700 (Thu, 21 Mar 2019)

Log Message

Unreviewed, fix test failures after r243269.

* inspector/timeline/line-column-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (243316 => 243317)


--- trunk/LayoutTests/ChangeLog	2019-03-21 19:54:25 UTC (rev 243316)
+++ trunk/LayoutTests/ChangeLog	2019-03-21 19:55:44 UTC (rev 243317)
@@ -1,3 +1,9 @@
+2019-03-21  Devin Rousso  <[email protected]>
+
+        Unreviewed, fix test failures after r243269.
+
+        * inspector/timeline/line-column-expected.txt:
+
 2019-03-21  Antti Koivisto  <[email protected]>
 
         UI-process hit-testing needs to know about containing block relationships

Modified: trunk/LayoutTests/inspector/timeline/line-column-expected.txt (243316 => 243317)


--- trunk/LayoutTests/inspector/timeline/line-column-expected.txt	2019-03-21 19:54:25 UTC (rev 243316)
+++ trunk/LayoutTests/inspector/timeline/line-column-expected.txt	2019-03-21 19:55:44 UTC (rev 243317)
@@ -57,7 +57,8 @@
       "startTime": "<filtered>",
       "frameId": "<filtered>",
       "data": {
-        "type": "click"
+        "type": "click",
+        "defaultPrevented": false
       },
       "children": [],
       "endTime": "<filtered>",
@@ -67,7 +68,8 @@
       "startTime": "<filtered>",
       "frameId": "<filtered>",
       "data": {
-        "type": "click"
+        "type": "click",
+        "defaultPrevented": false
       },
       "children": [
         {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to