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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-legend-float-expected.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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 #legend {
4 float: left;
5 }
6 </style>
7
8 This should display fieldset with the legend that is styled as a left float.
9
10 <div id="fieldset">
11 <div id="legend">Left floating legend</legend>
12 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698