Chromium Code Reviews| OLD | NEW |
|---|---|
| (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> | |
| OLD | NEW |