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

Unified Diff: LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-2-expected.txt

Issue 188443004: DevTools: Split slow script-formatter-breakpoints.html test into two tests. (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-2-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-2-expected.txt b/LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-2-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a8fe82642a9a3b9fdcea01fd15a676cc605653f9
--- /dev/null
+++ b/LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-2-expected.txt
@@ -0,0 +1,20 @@
+Tests the script formatting is working fine with breakpoints.
+
+Debugger was enabled.
+
+Running: testBreakpointsSetAndRemoveInFormattedSource
+Script execution paused.
+Breakpoint sidebar pane while paused in pretty printed
+
+ unformatted.js:formatted:4var b = 1;
+Breakpoint sidebar pane while paused in raw
+
+Script execution resumed.
+
+Running: testBreakpointSetInOriginalAndRemovedInFormatted
+Adding breakpoint.
+Formatting.
+Removing breakpoint.
+Unformatting.
+Debugger was disabled.
+

Powered by Google App Engine
This is Rietveld 408576698