Title: [138503] trunk/LayoutTests
Revision
138503
Author
fsam...@chromium.org
Date
2012-12-27 08:11:56 -0800 (Thu, 27 Dec 2012)

Log Message

Unreviewed rebaseline.

* platform/chromium-win-xp/inspector/extensions/extensions-resources-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (138502 => 138503)


--- trunk/LayoutTests/ChangeLog	2012-12-27 16:03:35 UTC (rev 138502)
+++ trunk/LayoutTests/ChangeLog	2012-12-27 16:11:56 UTC (rev 138503)
@@ -1,3 +1,9 @@
+2012-12-27  Fady Samuel  <fsam...@chromium.org>
+
+        Unreviewed rebaseline.
+
+        * platform/chromium-win-xp/inspector/extensions/extensions-resources-expected.txt: Added.
+
 2012-12-27  Yury Semikhatsky  <yu...@chromium.org>
 
         Web Inspector: remove support for legacy heap graph node format

Added: trunk/LayoutTests/platform/chromium-win-xp/inspector/extensions/extensions-resources-expected.txt (0 => 138503)


--- trunk/LayoutTests/platform/chromium-win-xp/inspector/extensions/extensions-resources-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium-win-xp/inspector/extensions/extensions-resources-expected.txt	2012-12-27 16:11:56 UTC (rev 138503)
@@ -0,0 +1,94 @@
+CONSOLE MESSAGE: line 12: don't panic!
+Tests resource-related methods of WebInspector extension API
+
+
+Started extension.
+Running tests...
+RUNNING TEST: extension_testGetAllResources
+page resources:
+{
+    0 : {
+        0 : {
+            getContent : <function>
+            setContent : <function>
+            type : "image"
+            url : .../abe.png
+        }
+        1 : {
+            getContent : <function>
+            setContent : <function>
+            type : "stylesheet"
+            url : .../audits-style1.css
+        }
+        2 : {
+            getContent : <function>
+            setContent : <function>
+            type : "document"
+            url : .../extensions-resources.html
+        }
+        3 : {
+            getContent : <function>
+            setContent : <function>
+            type : "script"
+            url : .../extensions-test.js
+        }
+        4 : {
+            getContent : <function>
+            setContent : <function>
+            type : "script"
+            url : .../inspector-test.js
+        }
+        5 : {
+            getContent : <function>
+            setContent : <function>
+            type : "script"
+            url : .../inspector-test.js
+        }
+        6 : {
+            getContent : <function>
+            setContent : <function>
+            type : "script"
+            url : .../test-script.js
+        }
+    }
+}
+RUNNING TEST: extension_testGetResourceContent
+{
+    0 : "function __test_function()
+{
+}
+
+"
+    1 : ""
+}
+RUNNING TEST: extension_testOnContentCommitted
+log: Extension server error: Object does not support requested operation: Resource is not editable
+content committed for resource .../audits-style1.css (type: stylesheet), new content: div.test { width: 220px; height: 42px; }
+Revision content: div.test { width: 220px; height: 42px; }
+RUNNING TEST: extension_testOnResourceAdded
+Debugger was enabled.
+resource added:
+{
+    0 : {
+        getContent : <function>
+        setContent : <function>
+        type : "script"
+        url : data:application/_javascript_...
+    }
+}
+Debugger was disabled.
+RUNNING TEST: extension_testOpenResourceHandler
+handleOpenResource() invoked [this should only appear once!]: 
+{
+    0 : {
+        getContent : <function>
+        setContent : <function>
+        type : "document"
+        url : .../extensions-resources.html
+    }
+    1 : 12
+}
+RUNNING TEST: extension_testSetResourceContent
+div.test width after stylesheet edited (should be 126): 126
+All tests done.
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to