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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-align.html

Issue 1528823002: Move tests related to <fieldset> and <legend> to fast/forms/fieldset. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
1 <html> 1 <html>
2 <head> 2 <head>
3 </head> 3 </head>
4 <body> 4 <body>
5 <p>Legend align test</p> 5 <p>Legend align test</p>
6 <fieldset> 6 <fieldset>
7 <legend align="left">My Legend left</legend> <input/> 7 <legend align="left">My Legend left</legend> <input/>
8 </fieldset> 8 </fieldset>
9 <fieldset> 9 <fieldset>
10 <legend align="center">My Legend center</legend> <input/> 10 <legend align="center">My Legend center</legend> <input/>
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 </fieldset> 56 </fieldset>
57 <fieldset style="margin: 15px; padding: 15px"> 57 <fieldset style="margin: 15px; padding: 15px">
58 <legend align="right">My Legend right</legend> <input/> 58 <legend align="right">My Legend right</legend> <input/>
59 </fieldset> 59 </fieldset>
60 <fieldset style="margin: 15px; padding: 15px"> 60 <fieldset style="margin: 15px; padding: 15px">
61 <legend>My Legend default</legend> <input/> 61 <legend>My Legend default</legend> <input/>
62 </fieldset> 62 </fieldset>
63 </span> 63 </span>
64 </body> 64 </body>
65 </html> 65 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698