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

Unified Diff: LayoutTests/inspector/sources/autocomplete-general.html

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/autocomplete-general.html
diff --git a/LayoutTests/inspector/sources/autocomplete-general.html b/LayoutTests/inspector/sources/autocomplete-general.html
index a550d101c273f5d086e0d2e447fc39ddde9d8d92..5113ef2da0c4b8a6615fa3f93f1076bb1f96956f 100644
--- a/LayoutTests/inspector/sources/autocomplete-general.html
+++ b/LayoutTests/inspector/sources/autocomplete-general.html
@@ -1,6 +1,6 @@
<html>
<head>
-<script src="./resources/empty.js"></script>
+<script src="../sources/debugger/resources/edit-me.js"></script>
<script src="../editor/editor-test.js"></script>
<script src="../../http/tests/inspector/inspector-test.js"></script>
<script src="../../http/tests/inspector/debugger-test.js"></script>
@@ -11,7 +11,7 @@ function codeSnippet() {
function test()
{
- InspectorTest.showScriptSource("empty.js", onSourceFrame);
+ InspectorTest.showScriptSource("edit-me.js", onSourceFrame);
var textEditor;
function onSourceFrame(sourceFrame)

Powered by Google App Engine
This is Rietveld 408576698