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

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

Issue 184633004: Revert 168553 "id of iframe incorrectly sets window name" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: 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 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

Powered by Google App Engine
This is Rietveld 408576698