Index: LayoutTests/inspector-enabled/sources/debugger/script-window-close-breakpoint-expected.txt |
diff --git a/LayoutTests/inspector-enabled/sources/debugger/script-window-close-breakpoint-expected.txt b/LayoutTests/inspector-enabled/sources/debugger/script-window-close-breakpoint-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..40d1ebec7310d32ac346d7123b3f9d4a41215931 |
--- /dev/null |
+++ b/LayoutTests/inspector-enabled/sources/debugger/script-window-close-breakpoint-expected.txt |
@@ -0,0 +1,8 @@ |
+CONSOLE MESSAGE: line 1: Starting test |
+CONSOLE MESSAGE: line 1: Setting breakpoint |
+CONSOLE MESSAGE: line 1: Calling window.close() |
+CONSOLE MESSAGE: line 1: Paused in breakpoint |
+CONSOLE MESSAGE: line 1: Call stack: |
+ 0) doClose (script-window-close-breakpoint.html:10) |
+ 1) (:1) |
+FAIL: main window was destroyed |
aandrey
2014/07/28 14:14:43
FAIL ?!
|