diff options
Diffstat (limited to 'WebCore/manual-tests/resources/will-go-back.html')
-rw-r--r-- | WebCore/manual-tests/resources/will-go-back.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/WebCore/manual-tests/resources/will-go-back.html b/WebCore/manual-tests/resources/will-go-back.html new file mode 100644 index 0000000..5d09ba3 --- /dev/null +++ b/WebCore/manual-tests/resources/will-go-back.html @@ -0,0 +1,11 @@ +<html> +<script> +function goBack() { + history.back(); +} +</script> + +<body onload="if (!window.layoutTestController) goBack();"> +If you can go back using the history : test has succeed. +</body> +</html> |