| Index: ManualTests/frame-layout-on-back.html
|
| diff --git a/ManualTests/frame-layout-on-back.html b/ManualTests/frame-layout-on-back.html
|
| deleted file mode 100644
|
| index 21ad445c634f074f5010763fa8d207c735772f31..0000000000000000000000000000000000000000
|
| --- a/ManualTests/frame-layout-on-back.html
|
| +++ /dev/null
|
| @@ -1,30 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script>
|
| -
|
| -function navigate()
|
| -{
|
| - if (location.hash == "") {
|
| - if (window.layoutTestController) {
|
| - layoutTestController.overridePreference("WebKitUsesPageCachePreferenceKey", 1);
|
| - layoutTestController.waitUntilDone();
|
| - }
|
| -
|
| - history.pushState({ }, "", window.location + "#1");
|
| - setTimeout("window.location.href = 'resources/empty-document-goes-back.html'", 0);
|
| - return;
|
| - }
|
| -
|
| - setTimeout(function () {
|
| - if (window.layoutTestController)
|
| - layoutTestController.notifyDone();
|
| - }, 0);
|
| -}
|
| -
|
| -</script>
|
| -</head>
|
| -<body style="width:800px" onpageshow="navigate();">
|
| - <div id="result">This test passes if the iframe lays out and paints (meaning it is purple) after the test naviagtes back.</div><br/><br/>
|
| - <iframe id="iframe" src="resources/simple-iframe.html"></iframe>
|
| -</body>
|
| -</htmL>
|
|
|