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

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

Issue 187103002: id of iframe incorrectly sets window name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add back no-referrer-subframe.html Created 6 years, 9 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 | 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 id="frame" src="resources/positioned-div-with-floating-after-content-cra sh-frame1.html"></iframe> 11 <iframe name="frame" src="resources/positioned-div-with-floating-after-content-c rash-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
This is Rietveld 408576698