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

Unified Diff: third_party/WebKit/LayoutTests/inspector/jump-to-previous-editing-location.html

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/jump-to-previous-editing-location.html
diff --git a/third_party/WebKit/LayoutTests/inspector/jump-to-previous-editing-location.html b/third_party/WebKit/LayoutTests/inspector/jump-to-previous-editing-location.html
index 2f329123b286574a3dd4a27835af7133ddf73f1a..2b6914af87e2332635ea31b955bba8f6d4dac4a7 100644
--- a/third_party/WebKit/LayoutTests/inspector/jump-to-previous-editing-location.html
+++ b/third_party/WebKit/LayoutTests/inspector/jump-to-previous-editing-location.html
@@ -2,7 +2,6 @@
<head>
<script src="../http/tests/inspector/inspector-test.js"></script>
<script src="../http/tests/inspector/console-test.js"></script>
-<script src="../http/tests/inspector/workspace-test.js"></script>
<script src="../http/tests/inspector/debugger-test.js"></script>
<script src="resources/example-fileset-for-test.js"></script>
<script src="editor/editor-test.js"></script>
@@ -141,11 +140,11 @@ function test()
function testCrossFileJump(next)
{
- InspectorTest.showScriptSource("workspace-test.js", onContentLoaded);
+ InspectorTest.showScriptSource("editor-test.js", onContentLoaded);
function onContentLoaded()
{
var editor = panel.visibleView.textEditor;
- dumpSelection("Opened workspace-test.js");
+ dumpSelection("Opened editor-test.js");
clickAndDump(editor, [10, 11], [1, 1]);
for (var i = 0; i < 4; ++i) {
rollback();
@@ -217,7 +216,7 @@ function test()
function testShowAnchorLocation(next)
{
dumpSelection("Before switching to other panel");
- InspectorTest.waitForScriptSource("workspace-test.js", onScriptSource);
+ InspectorTest.waitForScriptSource("editor-test.js", onScriptSource);
function onScriptSource(uiSourceCode)
{
var linkifier = new Components.Linkifier();

Powered by Google App Engine
This is Rietveld 408576698