Title: [219612] trunk/LayoutTests
Revision
219612
Author
[email protected]
Date
2017-07-18 09:31:13 -0700 (Tue, 18 Jul 2017)

Log Message

Rebaseline inspector/model/remote-object.html.
https://bugs.webkit.org/show_bug.cgi?id=173991

Unreviewed test gardening.

* inspector/model/remote-object-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (219611 => 219612)


--- trunk/LayoutTests/ChangeLog	2017-07-18 16:25:42 UTC (rev 219611)
+++ trunk/LayoutTests/ChangeLog	2017-07-18 16:31:13 UTC (rev 219612)
@@ -1,3 +1,12 @@
+2017-07-18  Matt Lewis  <[email protected]>
+
+        Rebaseline inspector/model/remote-object.html.
+        https://bugs.webkit.org/show_bug.cgi?id=173991
+
+        Unreviewed test gardening.
+
+        * inspector/model/remote-object-expected.txt:
+
 2017-07-18  Said Abou-Hallawa  <[email protected]>
 
         Async image decoding for large images should be disabled after the first time a tile is painted

Modified: trunk/LayoutTests/inspector/model/remote-object-expected.txt (219611 => 219612)


--- trunk/LayoutTests/inspector/model/remote-object-expected.txt	2017-07-18 16:25:42 UTC (rev 219611)
+++ trunk/LayoutTests/inspector/model/remote-object-expected.txt	2017-07-18 16:31:13 UTC (rev 219612)
@@ -1717,29 +1717,29 @@
     "_overflow": true,
     "_properties": [
       {
-        "_name": "code",
+        "_name": "line",
         "_type": "number",
-        "_value": "1"
+        "_value": "3"
       },
       {
-        "_name": "name",
-        "_type": "string",
-        "_value": "IndexSizeError"
+        "_name": "column",
+        "_type": "number",
+        "_value": "58"
       },
       {
-        "_name": "message",
+        "_name": "stack",
         "_type": "string",
-        "_value": "The index is not in the allowed range."
+        "_value": "splitText@[native code]\nglobal code\nevaluateWithSc…ative code]\n_evaluateOn\n_evaluateAndWrap\nevaluate"
       },
       {
-        "_name": "line",
+        "_name": "code",
         "_type": "number",
-        "_value": "3"
+        "_value": "1"
       },
       {
-        "_name": "column",
-        "_type": "number",
-        "_value": "58"
+        "_name": "name",
+        "_type": "string",
+        "_value": "IndexSizeError"
       }
     ],
     "_entries": null
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to