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

Unified Diff: LayoutTests/inspector/sources/debugger/content-providers-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/content-providers-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/content-providers-expected.txt b/LayoutTests/inspector/sources/debugger/content-providers-expected.txt
deleted file mode 100644
index 8f64b286fe2d16b6a02f4addbdc47941df2c0b4c..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/sources/debugger/content-providers-expected.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-Tests ContentProvider implementations.
-
-
-Running: testConcatenatedScriptsContentProvider
- <script>function foo() { return 0; }</script>
- <script>function bar() { return 0; }</script>
-
- <script>
-function baz()
-{
- return 0;
-}
-</script>
-

Powered by Google App Engine
This is Rietveld 408576698