summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/resources
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/manual-tests/resources')
-rw-r--r--WebCore/manual-tests/resources/alert-and-go-back.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/manual-tests/resources/alert-and-go-back.html b/WebCore/manual-tests/resources/alert-and-go-back.html
new file mode 100644
index 0000000..55a5b50
--- /dev/null
+++ b/WebCore/manual-tests/resources/alert-and-go-back.html
@@ -0,0 +1,4 @@
+<script>
+history.back();
+alert("Wait a moment and then dismiss this alert. If there is no crash, the test succeeded.");
+</script>