Title: [197966] trunk/LayoutTests
Revision
197966
Author
ryanhad...@apple.com
Date
2016-03-10 16:05:58 -0800 (Thu, 10 Mar 2016)

Log Message

Rebaseline two inspector tests after r197954 changed the results.

Unreviewed test gardening.

* inspector/debugger/command-line-api-exception-expected.txt:
* platform/mac/inspector/model/remote-object-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (197965 => 197966)


--- trunk/LayoutTests/ChangeLog	2016-03-10 23:54:47 UTC (rev 197965)
+++ trunk/LayoutTests/ChangeLog	2016-03-11 00:05:58 UTC (rev 197966)
@@ -1,3 +1,12 @@
+2016-03-10  Ryan Haddad  <ryanhad...@apple.com>
+
+        Rebaseline two inspector tests after r197954 changed the results.
+
+        Unreviewed test gardening.
+
+        * inspector/debugger/command-line-api-exception-expected.txt:
+        * platform/mac/inspector/model/remote-object-expected.txt:
+
 2016-03-10  Michael Saboff  <msab...@apple.com>
 
         [ES6] Allow RegExp constructor to take pattern from an existing RegExp with new flags

Modified: trunk/LayoutTests/inspector/debugger/command-line-api-exception-expected.txt (197965 => 197966)


--- trunk/LayoutTests/inspector/debugger/command-line-api-exception-expected.txt	2016-03-10 23:54:47 UTC (rev 197965)
+++ trunk/LayoutTests/inspector/debugger/command-line-api-exception-expected.txt	2016-03-11 00:05:58 UTC (rev 197966)
@@ -21,7 +21,7 @@
 PAUSE #6: $exception => 123.456
 PAUSE #7: $exception => null
 PAUSE #8: $exception => Object
-PAUSE #9: $exception => body
+PAUSE #9: $exception => <body>
 PAUSE #10: $exception => TypeError: undefined is not an object (evaluating '[].x.x')
 STEPPED OUT TO CATCH BLOCK: $exception === e ? true
 PAUSE #11: $exception => thrown string

Modified: trunk/LayoutTests/platform/mac/inspector/model/remote-object-expected.txt (197965 => 197966)


--- trunk/LayoutTests/platform/mac/inspector/model/remote-object-expected.txt	2016-03-10 23:54:47 UTC (rev 197965)
+++ trunk/LayoutTests/platform/mac/inspector/model/remote-object-expected.txt	2016-03-11 00:05:58 UTC (rev 197966)
@@ -1744,12 +1744,12 @@
   "_type": "object",
   "_subtype": "node",
   "_objectId": "<filtered>",
-  "_description": "body",
+  "_description": "<body>",
   "_preview": {
     "_listeners": null,
     "_type": "object",
     "_subtype": "node",
-    "_description": "body",
+    "_description": "<body>",
     "_lossless": false,
     "_overflow": true,
     "_properties": [
@@ -1794,12 +1794,12 @@
   "_type": "object",
   "_subtype": "node",
   "_objectId": "<filtered>",
-  "_description": "div.foo.bar",
+  "_description": "<div class=\"foo bar\">",
   "_preview": {
     "_listeners": null,
     "_type": "object",
     "_subtype": "node",
-    "_description": "div.foo.bar",
+    "_description": "<div class=\"foo bar\">",
     "_lossless": false,
     "_overflow": true,
     "_properties": [
@@ -1844,12 +1844,12 @@
   "_type": "object",
   "_subtype": "node",
   "_objectId": "<filtered>",
-  "_description": "span#foo",
+  "_description": "<span id=\"foo\">",
   "_preview": {
     "_listeners": null,
     "_type": "object",
     "_subtype": "node",
-    "_description": "span#foo",
+    "_description": "<span id=\"foo\">",
     "_lossless": false,
     "_overflow": true,
     "_properties": [
@@ -1894,12 +1894,12 @@
   "_type": "object",
   "_subtype": "node",
   "_objectId": "<filtered>",
-  "_description": "input",
+  "_description": "<input type=\"password\">",
   "_preview": {
     "_listeners": null,
     "_type": "object",
     "_subtype": "node",
-    "_description": "input",
+    "_description": "<input type=\"password\">",
     "_lossless": false,
     "_overflow": true,
     "_properties": [
@@ -1944,12 +1944,12 @@
   "_type": "object",
   "_subtype": "node",
   "_objectId": "<filtered>",
-  "_description": "#text",
+  "_description": "#text \"text content\"",
   "_preview": {
     "_listeners": null,
     "_type": "object",
     "_subtype": "node",
-    "_description": "#text",
+    "_description": "#text \"text content\"",
     "_lossless": false,
     "_overflow": true,
     "_properties": [
@@ -1994,12 +1994,12 @@
   "_type": "object",
   "_subtype": "node",
   "_objectId": "<filtered>",
-  "_description": "#comment",
+  "_description": "<!--comment content-->",
   "_preview": {
     "_listeners": null,
     "_type": "object",
     "_subtype": "node",
-    "_description": "#comment",
+    "_description": "<!--comment content-->",
     "_lossless": false,
     "_overflow": true,
     "_properties": [
@@ -2047,12 +2047,12 @@
   "_type": "object",
   "_subtype": "node",
   "_objectId": "<filtered>",
-  "_description": "rect.test",
+  "_description": "<rect class=\"test\">",
   "_preview": {
     "_listeners": null,
     "_type": "object",
     "_subtype": "node",
-    "_description": "rect.test",
+    "_description": "<rect class=\"test\">",
     "_lossless": false,
     "_overflow": true,
     "_properties": [
@@ -2573,7 +2573,7 @@
           "_listeners": null,
           "_type": "object",
           "_subtype": "node",
-          "_description": "body",
+          "_description": "<body>",
           "_lossless": false,
           "_overflow": true,
           "_properties": [
@@ -3000,7 +3000,7 @@
           "_listeners": null,
           "_type": "object",
           "_subtype": "node",
-          "_description": "body",
+          "_description": "<body>",
           "_lossless": false,
           "_overflow": true,
           "_properties": [
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to