Index: LayoutTests/inspector/sources/debugger/disable-breakpoints-expected.txt |
diff --git a/LayoutTests/inspector/sources/debugger/disable-breakpoints-expected.txt b/LayoutTests/inspector/sources/debugger/disable-breakpoints-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cd00609d71e7ea3e338e9843c40346b055d06d8f |
--- /dev/null |
+++ b/LayoutTests/inspector/sources/debugger/disable-breakpoints-expected.txt |
@@ -0,0 +1,41 @@ |
+CONSOLE MESSAGE: line 9: Done. |
+CONSOLE MESSAGE: line 9: Done. |
+CONSOLE MESSAGE: line 9: Done. |
+Tests disabling breakpoints. |
+ |
+ |
+Running: testSetBreakpointPauseResumeThenDisable |
+Script source was shown. |
+Set timer for test function. |
+Script execution paused. |
+Call stack: |
+ 0) testFunction (disable-breakpoints.html:8) |
+Breakpoint sidebar pane |
+ |
+disable-breakpoints.html:8 var x = Math.sqrt(10); |
+Script execution resumed. |
+Test function finished. |
+Disabling breakpoints... |
+Running test function again... |
+Set timer for test function. |
+Test function finished. |
+ |
+Running: testEnableBreakpointsAgain |
+Enabling breakpoints... |
+Running test function... |
+Set timer for test function. |
+Script execution paused. |
+Call stack: |
+ 0) testFunction (disable-breakpoints.html:8) |
+Breakpoint sidebar pane |
+ |
+disable-breakpoints.html:8 var x = Math.sqrt(10); |
+Script execution resumed. |
+Test function finished. |
+Breakpoint sidebar pane |
+ |
+disable-breakpoints.html:8 var x = Math.sqrt(10); |
+Breakpoints removed. |
+Breakpoint sidebar pane |
+ |
+ |