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

Side by Side Diff: LayoutTests/fast/css/005.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 months 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html4 0/strict.dtd"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html4 0/strict.dtd">
2 <html lang="en-US"> 2 <html lang="en-US">
3 <head> 3 <head>
4 <title>Shorthand border property</title> 4 <title>Shorthand border property</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <meta http-equiv="Content-Style-Type" content="text/css"> 6 <meta http-equiv="Content-Style-Type" content="text/css">
7 <link rel="copyright" href="/~dbaron/legal.html"> 7 <link rel="copyright" href="/~dbaron/legal.html">
8 <style type="text/css"> 8 <style type="text/css">
9 body { overflow: hidden; }
10
9 P { 11 P {
10 color: black; 12 color: black;
11 background: white; 13 background: white;
12 } 14 }
13 15
14 .one { 16 .one {
15 border-color: red; 17 border-color: red;
16 color: green; 18 color: green;
17 border: medium solid; 19 border: medium solid;
18 } 20 }
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 74
73 <p class="fourteen">This paragraph should have a medium solid green border.</p> 75 <p class="fourteen">This paragraph should have a medium solid green border.</p>
74 76
75 <p class="fifteen">This paragraph should have a medium solid green border.</p> 77 <p class="fifteen">This paragraph should have a medium solid green border.</p>
76 78
77 <p class="sixteen">This paragraph should have a medium solid green border.</p> 79 <p class="sixteen">This paragraph should have a medium solid green border.</p>
78 80
79 <p class="seventeen">This paragraph should have a medium solid green border.</p> 81 <p class="seventeen">This paragraph should have a medium solid green border.</p>
80 82
81 </body></html> 83 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698