| Index: LayoutTests/fast/frames/frame-crash-with-page-cache.html
|
| diff --git a/LayoutTests/fast/frames/frame-crash-with-page-cache.html b/LayoutTests/fast/frames/frame-crash-with-page-cache.html
|
| deleted file mode 100644
|
| index 1e149ffbf7d467b45c5b4f567e58d9c2045506e9..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/frames/frame-crash-with-page-cache.html
|
| +++ /dev/null
|
| @@ -1,34 +0,0 @@
|
| -<html>
|
| -<script>
|
| -window.finish = function()
|
| -{
|
| - if (testRunner)
|
| - testRunner.notifyDone();
|
| -}
|
| -
|
| -window.log = function(message) {
|
| - document.getElementById("result").innerHTML += message + "<br>";
|
| -}
|
| -
|
| -window.failure = function(message) {
|
| - log("FAIL: " + message);
|
| - finish();
|
| -}
|
| -
|
| -function test() {
|
| - if (window.testRunner) {
|
| - testRunner.dumpAsText();
|
| - testRunner.waitUntilDone();
|
| - testRunner.setCanOpenWindows();
|
| - testRunner.overridePreference("WebKitUsesPageCachePreferenceKey", 1);
|
| - }
|
| - log("open page-1");
|
| - window.open("resources/cached-page-1.html");
|
| -}
|
| -</script>
|
| -
|
| -<body onload="test()">
|
| -If WebKit does not assert or crash, you passed.
|
| -<div id="result"></div>
|
| -</body>
|
| -</html>
|
|
|