| Index: webkit/data/layout_tests/chrome/fast/dom/no-init-context-in-access-check.html
|
| ===================================================================
|
| --- webkit/data/layout_tests/chrome/fast/dom/no-init-context-in-access-check.html (revision 12664)
|
| +++ webkit/data/layout_tests/chrome/fast/dom/no-init-context-in-access-check.html (working copy)
|
| @@ -1,29 +0,0 @@
|
| -<html>
|
| -<script>
|
| -if (window.layoutTestController) {
|
| - layoutTestController.dumpAsText();
|
| - layoutTestController.waitUntilDone();
|
| -}
|
| -
|
| -var target;
|
| -function check_blank() {
|
| - var x = target.location.private;
|
| - if (window.layoutTestController)
|
| - layoutTestController.notifyDone();
|
| -}
|
| -
|
| -function reload_blank() {
|
| - target = window.frames[0];
|
| - target.location = "about:blank";
|
| - window.setTimeout("check_blank()", 100);
|
| -}
|
| -
|
| -window.setTimeout("reload_blank()", 100);
|
| -
|
| -</script>
|
| -<body>
|
| -The test passes if Chrome does not crash. See issue 1117082.
|
| -<br>
|
| -<iframe src="about:blank"></iframe>
|
| -</body>
|
| -</html>
|
|
|