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

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

Issue 337783003: DevTools: Preload HTML documents content before fetching resource content. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined Created 6 years, 5 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-enabled/sources/debugger/script-formatter-breakpoints-4.html
diff --git a/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-4.html b/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-4.html
index 5790be8833671819a2db6b2c518c49e2fd5d8c06..ef67d5633a42f0d1b4a29ca07658a4b1fbee7c9d 100644
--- a/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-4.html
+++ b/LayoutTests/inspector-enabled/sources/debugger/script-formatter-breakpoints-4.html
@@ -51,7 +51,7 @@ var test = function()
{
InspectorTest.addResult("Removing breakpoint.");
var formattedSourceFrame = panel.visibleView;
- InspectorTest.removeBreakpoint(formattedSourceFrame, 16);
+ InspectorTest.removeBreakpoint(formattedSourceFrame, 19);
InspectorTest.addResult("Unformatting.");
scriptFormatter._discardFormattedUISourceCodeScript(panel.visibleView.uiSourceCode());
var breakpoints = WebInspector.breakpointManager._storage._setting.get();

Powered by Google App Engine
This is Rietveld 408576698