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

Unified Diff: LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-3.html

Issue 214653002: DevTools: Fix script formatter test. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/script-formatter-breakpoints-3.html
diff --git a/LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-3.html b/LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-3.html
index 3f535baeb774d22aaa88efa14413da797bb3b089..e6aed331383ae84bf42659735f9a2aff2e0de373 100644
--- a/LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-3.html
+++ b/LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-3.html
@@ -2,7 +2,7 @@
<head>
<script src="../../../http/tests/inspector/inspector-test.js"></script>
<script src="../../../http/tests/inspector/debugger-test.js"></script>
-<script src="resources/unformatted.js"></script>
+<script src="resources/unformatted2.js"></script>
<script>
var test = function()
{
@@ -15,7 +15,7 @@ var test = function()
InspectorTest.runDebuggerTestSuite([
function testBreakpointsSetInFormattedAndRemoveInOriginalSource(next)
{
- InspectorTest.showScriptSource("unformatted.js", didShowScriptSource);
+ InspectorTest.showScriptSource("unformatted2.js", didShowScriptSource);
function didShowScriptSource(frame)
{

Powered by Google App Engine
This is Rietveld 408576698