| Index: LayoutTests/plugins/resources/go-back.html
|
| diff --git a/LayoutTests/plugins/resources/go-back.html b/LayoutTests/plugins/resources/go-back.html
|
| deleted file mode 100644
|
| index d603d273ed27918198c03bb2bc004c3673efffac..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/plugins/resources/go-back.html
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -<script>
|
| -function loaded()
|
| -{
|
| - setTimeout("history.go(-1)", 0);
|
| -}
|
| -</script>
|
| -<body onload="loaded();">This page should go back to the previous page.</body>
|
| -<script>
|
| -if (history.length == 0) {
|
| - document.innerHTML += "<br> But it won't work because there is no back history!";
|
| - if (window.testRunner)
|
| - testRunner.notifyDone();
|
| -}
|
| -</script>
|
|
|