Title: [243234] trunk/LayoutTests
Revision
243234
Author
[email protected]
Date
2019-03-20 13:31:08 -0700 (Wed, 20 Mar 2019)

Log Message

Unreviewed, fix test failures after r243161.

* inspector/timeline/line-column-expected.txt:
Update expected line number for code movement inside Web Inspector's injected script.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (243233 => 243234)


--- trunk/LayoutTests/ChangeLog	2019-03-20 20:26:18 UTC (rev 243233)
+++ trunk/LayoutTests/ChangeLog	2019-03-20 20:31:08 UTC (rev 243234)
@@ -1,3 +1,10 @@
+2019-03-20  Devin Rousso  <[email protected]>
+
+        Unreviewed, fix test failures after r243161.
+
+        * inspector/timeline/line-column-expected.txt:
+        Update expected line number for code movement inside Web Inspector's injected script.
+
 2019-03-19  Ryosuke Niwa  <[email protected]>
 
         appendChild should throw when inserting an ancestor of a template into its content adopted to another document

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


--- trunk/LayoutTests/inspector/timeline/line-column-expected.txt	2019-03-20 20:26:18 UTC (rev 243233)
+++ trunk/LayoutTests/inspector/timeline/line-column-expected.txt	2019-03-20 20:31:08 UTC (rev 243234)
@@ -45,7 +45,7 @@
           "functionName": "",
           "url": "",
           "scriptId": "<filtered>",
-          "lineNumber": 134,
+          "lineNumber": 138,
           "columnNumber": 97
         }
       ],
@@ -105,7 +105,7 @@
               "functionName": "",
               "url": "",
               "scriptId": "<filtered>",
-              "lineNumber": 134,
+              "lineNumber": 138,
               "columnNumber": 97
             }
           ],
@@ -158,7 +158,7 @@
           "functionName": "",
           "url": "",
           "scriptId": "<filtered>",
-          "lineNumber": 134,
+          "lineNumber": 138,
           "columnNumber": 97
         }
       ],
@@ -218,7 +218,7 @@
           "functionName": "",
           "url": "",
           "scriptId": "<filtered>",
-          "lineNumber": 134,
+          "lineNumber": 138,
           "columnNumber": 97
         }
       ],
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to