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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/fieldset/fieldset-width-nostretch-ifspecified-expected.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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style type="text/css"> 4 <style type="text/css">
5 .percentStyle { 5 .percentStyle {
6 width: 50%; 6 width: 50%;
7 padding: 0; 7 padding: 0;
8 margin: 0; 8 margin: 0;
9 border: 1px solid green; 9 border: 1px solid green;
10 } 10 }
(...skipping 24 matching lines...) Expand all
35 </div> 35 </div>
36 <div class="fixedStyle"> 36 <div class="fixedStyle">
37 Lorem ipsum dolor sit amet, consectetur adipisicing elit 37 Lorem ipsum dolor sit amet, consectetur adipisicing elit
38 </div> 38 </div>
39 <div class="calculatedStyle"> 39 <div class="calculatedStyle">
40 Lorem ipsum dolor sit amet, consectetur adipisicing elit 40 Lorem ipsum dolor sit amet, consectetur adipisicing elit
41 </div> 41 </div>
42 </div> 42 </div>
43 </body> 43 </body>
44 </html> 44 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698