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

Side by Side Diff: LayoutTests/fast/history/saves-state-after-frame-nav.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 <html> 1 <html>
2 <head> 2 <head>
3 </head> 3 </head>
4 <body> 4 <body>
5 Navigates a subframe and edits a field, then goes back and forward 5 Navigates a subframe and edits a field, then goes back and forward
6 to test if the field state is restored. 6 to test if the field state is restored.
7 <pre id="result">FAIL</pre> 7 <pre id="result">FAIL</pre>
8 8
9 <script> 9 <script>
10 10
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 testRunner.dumpAsText(); 53 testRunner.dumpAsText();
54 testRunner.waitUntilDone(); 54 testRunner.waitUntilDone();
55 } 55 }
56 clickLink(); 56 clickLink();
57 } 57 }
58 58
59 </script> 59 </script>
60 60
61 <a href="resources/subframe-with-form.html" id="link" target="frame">Link</a> 61 <a href="resources/subframe-with-form.html" id="link" target="frame">Link</a>
62 <br> 62 <br>
63 <iframe id="frame" src="resources/subframe.html" onload="frameLoaded()"></iframe > 63 <iframe id="frame" name="frame" src="resources/subframe.html" onload="frameLoade d()"></iframe>
64 64
65 </body> 65 </body>
66 </html> 66 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698