Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: LayoutTests/inspector/extensions/extensions-resources-expected.txt

Issue 1176133003: DevTools: deflake extensions-resources.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: extracted loaded resources into an iframe Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/extensions/extensions-resources-expected.txt
diff --git a/LayoutTests/inspector/extensions/extensions-resources-expected.txt b/LayoutTests/inspector/extensions/extensions-resources-expected.txt
index 8e0d52d7b8d29edcf9c181510f8d742646067c4a..2de58f8c404d01ceee5a4ea076fa19058189f62f 100644
--- a/LayoutTests/inspector/extensions/extensions-resources-expected.txt
+++ b/LayoutTests/inspector/extensions/extensions-resources-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: line 13: don't panic!
+CONSOLE MESSAGE: line 3: don't panic!
Tests resource-related methods of WebInspector extension API
@@ -24,32 +24,21 @@ page resources:
getContent : <function>
setContent : <function>
type : "document"
- url : .../extensions-resources.html
+ url : .../subframe.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 : .../test-script.js
}
}
}
RUNNING TEST: extension_testGetResourceContent
{
- 0 : "function __test_function()
+ 0 : "function logMessage()
{
+ console.log("don't panic!");
}
"
@@ -75,10 +64,10 @@ handleOpenResource() invoked [this should only appear once!]:
0 : {
getContent : <function>
setContent : <function>
- type : "document"
- url : .../extensions-resources.html
+ type : "script"
+ url : .../test-script.js
}
- 1 : 13
+ 1 : 3
}
RUNNING TEST: extension_testSetResourceContent
div.test width after stylesheet edited (should be 126): 126
« no previous file with comments | « LayoutTests/inspector/extensions/extensions-resources.html ('k') | LayoutTests/inspector/extensions/resources/subframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698