Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/fast/events/alert-in-beforeunload-document-write-expected.txt

Issue 1373113002: Don't change Document load progress in any page dismissal events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/fast/events/alert-in-beforeunload-document-write-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/alert-in-beforeunload-document-write-expected.txt b/third_party/WebKit/LayoutTests/fast/events/alert-in-beforeunload-document-write-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..29d28aa6b84c1d8ec2d71abc940dd959e20700d3
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/events/alert-in-beforeunload-document-write-expected.txt
@@ -0,0 +1,2 @@
+CONSOLE ERROR: Blocked alert('hello world!') during beforeunload.
+Test that alert() inside a document.write() during a beforeunload handler does not confuse the modal dialog blocker. This test passes if no alert() dialogs are seen.

Powered by Google App Engine