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

Unified Diff: LayoutTests/inspector/sources/debugger/live-edit-no-reveal.html

Issue 185683008: DevTools: Fix live-edit.html test. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added new file Created 6 years, 9 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/live-edit-no-reveal.html
diff --git a/LayoutTests/inspector/sources/debugger/live-edit-no-reveal.html b/LayoutTests/inspector/sources/debugger/live-edit-no-reveal.html
index f9c422ec71d95426aa7f799b2bdb48db1e171e8f..dd44b054c5471875935536ef0d22a02a0511c33b 100644
--- a/LayoutTests/inspector/sources/debugger/live-edit-no-reveal.html
+++ b/LayoutTests/inspector/sources/debugger/live-edit-no-reveal.html
@@ -3,7 +3,7 @@
<script src="../../../http/tests/inspector/inspector-test.js"></script>
<script src="../../../http/tests/inspector/debugger-test.js"></script>
<script src="../../../http/tests/inspector/live-edit-test.js"></script>
-<script src="resources/edit-me-when-paused.js"></script>
+<script src="resources/edit-me-when-paused-no-reveal.js"></script>
<script>
@@ -15,7 +15,7 @@ function test()
InspectorTest.runDebuggerTestSuite([
function testLiveEditWhenPausedDoesNotCauseCursorMove(next)
{
- InspectorTest.showScriptSource("edit-me-when-paused.js", didShowScriptSource);
+ InspectorTest.showScriptSource("edit-me-when-paused-no-reveal.js", didShowScriptSource);
function didShowScriptSource(sourceFrame)
{
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/inspector/sources/debugger/resources/edit-me-when-paused-no-reveal.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698