Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/css-generated-content/positioned-div-with-floating-after-content-crash.html

Issue 196523007: Revert of id of iframe incorrectly sets window name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
1 <script> 1 <script>
2 function runTest() { 2 function runTest() {
3 if (window.testRunner) { 3 if (window.testRunner) {
4 testRunner.waitUntilDone(); 4 testRunner.waitUntilDone();
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 testRunner.dumpChildFramesAsText(); 6 testRunner.dumpChildFramesAsText();
7 } 7 }
8 } 8 }
9 window.onload = runTest; 9 window.onload = runTest;
10 </script> 10 </script>
11 <iframe name="frame" src="resources/positioned-div-with-floating-after-content-c rash-frame1.html"></iframe> 11 <iframe id="frame" src="resources/positioned-div-with-floating-after-content-cra sh-frame1.html"></iframe>
OLDNEW
« no previous file with comments | « LayoutTests/fast/autoresize/autoresize-with-iframe.html ('k') | LayoutTests/fast/dom/Window/timeout-callback-scope.html » ('j') | no next file with comments »

Powered by Google App Engine