summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/back-forward-during-alert-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/manual-tests/back-forward-during-alert-2.html')
-rw-r--r--WebCore/manual-tests/back-forward-during-alert-2.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/WebCore/manual-tests/back-forward-during-alert-2.html b/WebCore/manual-tests/back-forward-during-alert-2.html
new file mode 100644
index 0000000..931af01
--- /dev/null
+++ b/WebCore/manual-tests/back-forward-during-alert-2.html
@@ -0,0 +1,10 @@
+<script>
+function loaded()
+{
+ alert("While this alert is showing, two-fingered swipe back using a MacBook trackpad, Magic Trackpad, or Magic Mouse. You should not be able to navigate back. If you can, dismissing this dialog will likely result in a crash.");
+}
+</script>
+
+<body onload="loaded();">
+Follow the instructions in the alert that shows up on page load.
+</body>