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

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: 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..d7565b18361d828115fd6b69ec697810829671c6 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
@@ -23,24 +23,6 @@ page resources:
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 : .../test-script.js
}
@@ -48,8 +30,9 @@ page resources:
}
RUNNING TEST: extension_testGetResourceContent
{
- 0 : "function __test_function()
+ 0 : "function logMessage()
{
+ console.log("don't panic!");
}
"
@@ -75,10 +58,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

Powered by Google App Engine
This is Rietveld 408576698