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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider-expected.txt

Issue 2533073003: [DevTools] Remove workspace-test.js part1. (Closed)
Patch Set: Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider-expected.txt
index 6d0622b81e39f63ff56189969aef96f3a492821f..37f94b380c722fa693c9df6cc2c141613d4c1418 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger/network-uisourcecode-provider-expected.txt
@@ -1,28 +1,42 @@
+CONSOLE ERROR: line 4: Uncaught SyntaxError: Unexpected token )
+CONSOLE MESSAGE: line 8: Iframe loaded
Tests NetworkUISourceCodeProvider class.
+
Running: testDocumentResource
Creating resource.
-UISourceCode: http://fake.url/1
+UISourceCode: LayoutTests/inspector/sources/debugger/resources/syntax-error.html
UISourceCode is content script: false
Highlighter type: text/html
-UISourceCode content: <document resource content>
+UISourceCode content: <html>
+<head>
+<script>
+)
+</script>
+</head>
-Running: testScriptResourceAndVMScript
-Creating script resource.
+<body onload="console.log('Iframe loaded');">
+</body>
+</html>
+
+Running: testVMScript
Creating script.
-UISourceCode: http://fake.url/3
+UISourceCode: foo.js
UISourceCode is content script: false
Highlighter type: text/javascript
-UISourceCode content: <script content>
+UISourceCode content: var foo=1;
-Running: testRemoveStyleSheetFromModelWithComplexURL
-Creating stylesheet resource.
-Added uiSourceCode: http://example.com/foo.css
-Removed uiSourceCode: http://example.com/foo.css
-Running: testRemoveStyleSheetFromModelWithSimpleURL
+Running: testScriptResource
+Creating script resource.
+UISourceCode: LayoutTests/inspector/sources/debugger/resources/script1.js
+UISourceCode is content script: false
+Highlighter type: text/javascript
+UISourceCode content: function f1() {}
+
+Running: testRemoveStyleSheetFromModel
Creating stylesheet resource.
-Added uiSourceCode: foo.css
-Removed uiSourceCode: foo.css
+Added uiSourceCode: LayoutTests/inspector/sources/debugger/resources/style1.css
+Removed uiSourceCode: LayoutTests/inspector/sources/debugger/resources/style1.css

Powered by Google App Engine
This is Rietveld 408576698