Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(954)

Side by Side Diff: LayoutTests/fast/frames/out-of-document-iframe-has-child-frame.html

Issue 10914322: Merge 127534 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/frames/out-of-document-iframe-has-child-frame-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../js/resources/js-test-pre.js"></script> 3 <script src="../js/resources/js-test-pre.js"></script>
4 </head> 4 </head>
5 <body> 5 <body>
6 <div id="main"/> 6 <div id="main"/>
7 <script> 7 <script>
8 description("This tests that several ways of making an iframe that isn't inserte d into a document tree" 8 description("This tests that several ways of making an iframe that isn't inserte d into a document tree"
9 + " but has a child frame will fail."); 9 + " but has a child frame will fail.");
10 10
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 helperFrame = targetFrame3.appendChild(document.createElement("iframe")); 43 helperFrame = targetFrame3.appendChild(document.createElement("iframe"));
44 helperFrame.src = "javascript:top.container.removeChild(top.targetFrame3)"; 44 helperFrame.src = "javascript:top.container.removeChild(top.targetFrame3)";
45 document.body.appendChild(container); 45 document.body.appendChild(container);
46 } catch (e) { } 46 } catch (e) { }
47 shouldBeTrue("targetFrame3.contentWindow == undefined"); 47 shouldBeTrue("targetFrame3.contentWindow == undefined");
48 48
49 isSuccessfullyParsed(); 49 isSuccessfullyParsed();
50 </script> 50 </script>
51 </body> 51 </body>
52 </html> 52 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/frames/out-of-document-iframe-has-child-frame-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698