Title: [196538] trunk/LayoutTests
Revision
196538
Author
jiewen_...@apple.com
Date
2016-02-12 17:49:52 -0800 (Fri, 12 Feb 2016)

Log Message

Unreviewed, build fix after r196520

* inspector/model/remote-object-get-properties-expected.txt:
* platform/mac/inspector/model/remote-object-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (196537 => 196538)


--- trunk/LayoutTests/ChangeLog	2016-02-13 01:39:21 UTC (rev 196537)
+++ trunk/LayoutTests/ChangeLog	2016-02-13 01:49:52 UTC (rev 196538)
@@ -1,3 +1,10 @@
+2016-02-12  Jiewen Tan  <jiewen_...@apple.com>
+
+        Unreviewed, build fix after r196520
+
+        * inspector/model/remote-object-get-properties-expected.txt:
+        * platform/mac/inspector/model/remote-object-expected.txt:
+
 2016-02-12  Ryan Haddad  <ryanhad...@apple.com>
 
         Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196520

Modified: trunk/LayoutTests/inspector/model/remote-object-get-properties-expected.txt (196537 => 196538)


--- trunk/LayoutTests/inspector/model/remote-object-get-properties-expected.txt	2016-02-13 01:39:21 UTC (rev 196537)
+++ trunk/LayoutTests/inspector/model/remote-object-get-properties-expected.txt	2016-02-13 01:49:52 UTC (rev 196538)
@@ -37,9 +37,11 @@
 description: Event
 
 OWN PROPERTIES:
+    isTrusted
     __proto__
 
 DISPLAYABLE PROPERTIES:
+    isTrusted
     type
     target
     currentTarget
@@ -55,6 +57,7 @@
     __proto__
 
 ALL PROPERTIES:
+    isTrusted
     constructor
     type
     target

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


--- trunk/LayoutTests/platform/mac/inspector/model/remote-object-expected.txt	2016-02-13 01:39:21 UTC (rev 196537)
+++ trunk/LayoutTests/platform/mac/inspector/model/remote-object-expected.txt	2016-02-13 01:49:52 UTC (rev 196538)
@@ -1596,6 +1596,12 @@
     "_properties": [
       {
         "_listeners": null,
+        "_name": "isTrusted",
+        "_type": "boolean",
+        "_value": "true"
+      },
+      {
+        "_listeners": null,
         "_name": "type",
         "_type": "string",
         "_value": "load"
@@ -1618,12 +1624,6 @@
         "_name": "eventPhase",
         "_type": "number",
         "_value": "2"
-      },
-      {
-        "_listeners": null,
-        "_name": "bubbles",
-        "_type": "boolean",
-        "_value": "false"
       }
     ],
     "_entries": null
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to