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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/fieldset/float-before-fieldset.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 <body> 2 <body>
3 <div style="width:50px;height:400px;background-color:green;float:left"></div> 3 <div style="width:50px;height:400px;background-color:green;float:left"></div>
4 <fieldset><legend>Hello world</legend> 4 <fieldset><legend>Hello world</legend>
5 Some fieldset content. 5 Some fieldset content.
6 </fieldset> 6 </fieldset>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698