| Index: webkit/data/layout_tests/chrome/fast/dom/navigator-cookieEnabled-no-crash.html
|
| ===================================================================
|
| --- webkit/data/layout_tests/chrome/fast/dom/navigator-cookieEnabled-no-crash.html (revision 12664)
|
| +++ webkit/data/layout_tests/chrome/fast/dom/navigator-cookieEnabled-no-crash.html (working copy)
|
| @@ -1,23 +0,0 @@
|
| -<html>
|
| -<script>
|
| -if (window.layoutTestController) {
|
| - window.layoutTestController.dumpAsText();
|
| - window.layoutTestController.waitUntilDone();
|
| -}
|
| -
|
| -function run_test() {
|
| - var nav = window.navigator;
|
| - document.getElementsByTagName("form")[0].submit();
|
| - nav.cookieEnabled;
|
| - window.layoutTestController.notifyDone();
|
| -}
|
| -</script>
|
| -<body onload="run_test()">
|
| -<form action="about:blank" method="GET"></form>
|
| -This test navigator.cookieEnabled does not crash the browser after
|
| -the frame navigates away from the original page. <br>
|
| -
|
| -You should not see this page if the test passes.<br>
|
| -<div>
|
| -</body>
|
| -</html>
|
|
|