Title: [269044] trunk/LayoutTests
Revision
269044
Author
[email protected]
Date
2020-10-27 09:51:13 -0700 (Tue, 27 Oct 2020)

Log Message

Web Inspector: console command line API should be exposed to breakpoint conditions/actions
https://bugs.webkit.org/show_bug.cgi?id=218141

Unreviewed test gardening.

* inspector/timeline/line-column-expected.txt: Rebaseline the test after r269023.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (269043 => 269044)


--- trunk/LayoutTests/ChangeLog	2020-10-27 16:15:30 UTC (rev 269043)
+++ trunk/LayoutTests/ChangeLog	2020-10-27 16:51:13 UTC (rev 269044)
@@ -1,3 +1,12 @@
+2020-10-27  Ryan Haddad  <[email protected]>
+
+        Web Inspector: console command line API should be exposed to breakpoint conditions/actions
+        https://bugs.webkit.org/show_bug.cgi?id=218141
+
+        Unreviewed test gardening.
+
+        * inspector/timeline/line-column-expected.txt: Rebaseline the test after r269023.
+
 2020-10-27  Xabier Rodriguez Calvar  <[email protected]>
 
         Unreviewed, GStreamer gardening

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


--- trunk/LayoutTests/inspector/timeline/line-column-expected.txt	2020-10-27 16:15:30 UTC (rev 269043)
+++ trunk/LayoutTests/inspector/timeline/line-column-expected.txt	2020-10-27 16:51:13 UTC (rev 269044)
@@ -64,7 +64,7 @@
               "functionName": "",
               "url": "",
               "scriptId": "<filtered>",
-              "lineNumber": 140,
+              "lineNumber": 142,
               "columnNumber": 97
             }
           ],
@@ -117,7 +117,7 @@
           "functionName": "",
           "url": "",
           "scriptId": "<filtered>",
-          "lineNumber": 140,
+          "lineNumber": 142,
           "columnNumber": 97
         }
       ],
@@ -177,7 +177,7 @@
           "functionName": "",
           "url": "",
           "scriptId": "<filtered>",
-          "lineNumber": 140,
+          "lineNumber": 142,
           "columnNumber": 97
         }
       ],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to