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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/history/frameset-repeated-name.html

Issue 2714943004: Move unique name generation and tracking into //content. (Closed)
Patch Set: Rebase again. Created 3 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 if (testRunner) {
6 testRunner.dumpAsText();
7 testRunner.dumpBackForwardList();
8 }
9 </script>
10 </head>
11 <body>
12 <p>Tests that unique names for frames with identical name attributes don't
13 collide. This test requires content_shell --run-layout-test to dump the back
14 forward list.
15 <iframe src="resources/frameset-dest.html"></iframe>
16 <iframe src="resources/frameset-dest.html"></iframe>
17 </body>
18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698