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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/console-log-linkify-stack-in-errors.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/console/console-log-linkify-stack-in-errors.html
diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-log-linkify-stack-in-errors.html b/third_party/WebKit/LayoutTests/inspector/console/console-log-linkify-stack-in-errors.html
index 0d9e044f00d2a4ec6bd3e83daef0c93af45fe347..6e1f4dad2e5f324f7585097e65dda12abda665ef 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/console-log-linkify-stack-in-errors.html
+++ b/third_party/WebKit/LayoutTests/inspector/console/console-log-linkify-stack-in-errors.html
@@ -2,7 +2,7 @@
<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="resources/stack-with-sourceUrl.js"></script>
<script src="resources/stack-with-sourceMap.js"></script>
<script>
@@ -74,7 +74,7 @@ function test()
InspectorTest.waitUntilMessageReceived(waitForUISourceCode);
function waitForUISourceCode()
{
- InspectorTest.waitForGivenUISourceCode("stack-with-sourceMap.coffee", dumpMessages);
+ InspectorTest.waitForUISourceCode(dumpMessages, "stack-with-sourceMap.coffee");
}
function dumpMessages()

Powered by Google App Engine
This is Rietveld 408576698