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

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

Issue 2550963002: Floating legend should be added to the fieldset's anonymous block. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-legend-float-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 fieldset {
4 border: 0px;
5 padding: 0px;
6 margin: 0px;
7 }
8
9 legend {
10 float: left;
11 padding: 0px;
12 }
13 </style>
14
15 This should display fieldset with the legend that is styled as a left float.
16
17 <fieldset>
18 <legend>Left floating legend</legend>
19 </fieldset>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-legend-float-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698