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

Unified Diff: LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt

Issue 1238103002: [DevTools] Do not report edited resources via Page.getResourceContent. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Nuked concatenated, fixed comments Created 5 years, 4 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/sources/debugger/resource-script-mapping-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt b/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt
index faa9d6dbc9e28db665e502c340ede1851c784fb6..5c36de2ba8de1e7841b82f884ef0512d6a402714 100644
--- a/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt
+++ b/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt
@@ -30,12 +30,12 @@ Adding first script for pending request.
UISourceCode: index.html
UISourceCode is content script: false
Highlighter type: text/html
-UISourceCode content: <script><script source 1></script>
+UISourceCode content: <script source 1>
Adding second script for pending request.
UISourceCode: index.html
UISourceCode is content script: false
Highlighter type: text/html
-UISourceCode content: <script><script source 2></script>
+UISourceCode content: <script source 2>
Adding uiSourceCode for finished resource.
UISourceCode: index.html
UISourceCode is content script: false

Powered by Google App Engine
This is Rietveld 408576698