| Index: LayoutTests/fast/storage/storage-detached-iframe.html
|
| diff --git a/LayoutTests/fast/storage/storage-detached-iframe.html b/LayoutTests/fast/storage/storage-detached-iframe.html
|
| index d3031367ff17d5b013714bcdcb7ab62edfc9199a..6e3dbc1d77f5679c65fd1b382cbbc26307f50ed4 100644
|
| --- a/LayoutTests/fast/storage/storage-detached-iframe.html
|
| +++ b/LayoutTests/fast/storage/storage-detached-iframe.html
|
| @@ -9,23 +9,6 @@
|
| }
|
| }
|
|
|
| - function runTestReplaceWholeText()
|
| - {
|
| - t1 = openIframe();
|
| - var a = t1.contentWindow.frames;
|
| - var b = t1.contentDocument.defaultView.localStorage;
|
| - t1.outerText = "";
|
| - t1.src = undefined;
|
| - first_attr = t1.attributes.item(undefined, undefined, undefined, undefined);
|
| - first_attr.firstChild.data = undefined;
|
| - first_attr.firstChild.DOCUMENT_FRAGMENT_NODE = a;
|
| - try {
|
| - first_attr.firstChild.DOCUMENT_FRAGMENT_NODE.localStorage.fuzz3_visited="test";
|
| - } catch (e) {
|
| - console.log("Expected exception caught.");
|
| - }
|
| - }
|
| -
|
| function runTestOuterText() {
|
| t1 = openIframe();
|
| var a = t1.contentWindow.frames;
|
| @@ -41,7 +24,6 @@
|
| }
|
|
|
| function runTests() {
|
| - runTestReplaceWholeText();
|
| runTestOuterText();
|
| document.getElementById("result").innerHTML = "passed";
|
| }
|
|
|