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

Side by Side Diff: third_party/WebKit/LayoutTests/css1/box_properties/margin_bottom.html

Issue 2588283002: Most css1/ tests should wait for basebg.gif to be loaded (Closed)
Patch Set: fix Created 3 years, 12 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
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org /TR/REC-html40/loose.dtd"> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org /TR/REC-html40/loose.dtd">
2 <HTML> 2 <HTML>
3 <HEAD> 3 <HEAD>
4 <TITLE>CSS1 Test Suite: 5.5.03 margin-bottom</TITLE> 4 <TITLE>CSS1 Test Suite: 5.5.03 margin-bottom</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 7
8 <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs s"> 8 <LINK rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs s">
9 <SCRIPT src="../resources/base.js"></SCRIPT>
9 <STYLE type="text/css"> 10 <STYLE type="text/css">
10 .zero {background-color: silver; margin-bottom: 0;} 11 .zero {background-color: silver; margin-bottom: 0;}
11 .one {margin-bottom: 0.5in; background-color: aqua;} 12 .one {margin-bottom: 0.5in; background-color: aqua;}
12 .two {margin-bottom: 25px; background-color: aqua;} 13 .two {margin-bottom: 25px; background-color: aqua;}
13 .three {margin-bottom: 5em; background-color: aqua;} 14 .three {margin-bottom: 5em; background-color: aqua;}
14 .four {margin-bottom: 25%; background-color: aqua;} 15 .four {margin-bottom: 25%; background-color: aqua;}
15 .five {margin-bottom: 25px;} 16 .five {margin-bottom: 25px;}
16 .six {margin-bottom: -10px; background-color: aqua;} 17 .six {margin-bottom: -10px; background-color: aqua;}
17 P, UL {margin-top: 0;} 18 P, UL {margin-top: 0;}
18 </STYLE> 19 </STYLE>
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 This paragraph has a bottom margin of -10px, which should cause elements after i t to be shifted "upward" on the page, and no top margin. No other styles have b een applied to it besides a light blue background color. In all other respects, the element should be normal. 107 This paragraph has a bottom margin of -10px, which should cause elements after i t to be shifted "upward" on the page, and no top margin. No other styles have b een applied to it besides a light blue background color. In all other respects, the element should be normal.
107 </P> 108 </P>
108 <P class="zero"> 109 <P class="zero">
109 This element has a class of zero. 110 This element has a class of zero.
110 </P> 111 </P>
111 <P class="zero"> 112 <P class="zero">
112 This element also has a class of zero. 113 This element also has a class of zero.
113 </P> 114 </P>
114 </TD></TR></TABLE></BODY> 115 </TD></TR></TABLE></BODY>
115 </HTML> 116 </HTML>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698