summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/manual-tests/resources/alert-and-go-back.html
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/manual-tests/resources/alert-and-go-back.html')
-rw-r--r--Source/WebCore/manual-tests/resources/alert-and-go-back.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebCore/manual-tests/resources/alert-and-go-back.html b/Source/WebCore/manual-tests/resources/alert-and-go-back.html
new file mode 100644
index 0000000..55a5b50
--- /dev/null
+++ b/Source/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>