| Index: webkit/data/layout_tests/chrome/fast/dom/resources/wrapper-context-inner.html
|
| ===================================================================
|
| --- webkit/data/layout_tests/chrome/fast/dom/resources/wrapper-context-inner.html (revision 12664)
|
| +++ webkit/data/layout_tests/chrome/fast/dom/resources/wrapper-context-inner.html (working copy)
|
| @@ -1,24 +0,0 @@
|
| -<html>
|
| -<body onload="notifyLoaded()">
|
| -<script>
|
| -function notifyLoaded() {
|
| - top.innerHasLoaded();
|
| -}
|
| -
|
| -// After the top frame has accessed the document of this frame, we
|
| -// test that the document wrapper was created in this context and
|
| -// not in the top context.
|
| -function runTest() {
|
| - var paragraph = document.createElement('p');
|
| - if (HTMLElement.prototype.isPrototypeOf(paragraph)) {
|
| - top.writeOutput("PASS");
|
| - } else {
|
| - top.writeOutput("FAIL");
|
| - }
|
| - if (window.layoutTestController) {
|
| - layoutTestController.notifyDone();
|
| - }
|
| -}
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|