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

Side by Side Diff: third_party/WebKit/LayoutTests/css1/formatting_model/vertical_formatting.html

Issue 2588283002: Most css1/ tests should wait for basebg.gif to be loaded (Closed)
Patch Set: fix Created 4 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 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: 4.1.1 Vertical Formatting</TITLE> 4 <TITLE>CSS1 Test Suite: 4.1.1 Vertical Formatting</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 P.one {margin-bottom: 2cm; padding-bottom: 0;} 11 P.one {margin-bottom: 2cm; padding-bottom: 0;}
11 P.two {margin-top: 2cm; padding-top: 0;} 12 P.two {margin-top: 2cm; padding-top: 0;}
12 P.three {margin-top: 0; padding-top: 0;} 13 P.three {margin-top: 0; padding-top: 0;}
13 P.four {margin-top: -1cm; margin-bottom: 0; 14 P.four {margin-top: -1cm; margin-bottom: 0;
14 padding-top: 0; padding-bottom: 0;} 15 padding-top: 0; padding-bottom: 0;}
15 DIV.five {margin-top: 1cm; margin-bottom: 1cm; 16 DIV.five {margin-top: 1cm; margin-bottom: 1cm;
16 padding-top: 1cm; padding-bottom: 0;} 17 padding-top: 1cm; padding-bottom: 0;}
17 P.six {margin-top: 1cm; margin-bottom: 1cm; 18 P.six {margin-top: 1cm; margin-bottom: 1cm;
18 padding-top: 0; padding-bottom: 0;} 19 padding-top: 0; padding-bottom: 0;}
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 127
127 <P CLASS="eleven">There should be one centimeter between this paragraph and the (non-floating) one above it, since the float should not effect the paragraph spa cing.</P> 128 <P CLASS="eleven">There should be one centimeter between this paragraph and the (non-floating) one above it, since the float should not effect the paragraph spa cing.</P>
128 129
129 <P CLASS="twelve">There should be two centimeters of padding between 130 <P CLASS="twelve">There should be two centimeters of padding between
130 this paragraph and the one below. Padding does not collapse, and there 131 this paragraph and the one below. Padding does not collapse, and there
131 is 1cm of padding on each side.</P> 132 is 1cm of padding on each side.</P>
132 133
133 <P CLASS="thirteen">This is the next paragraph.</P> 134 <P CLASS="thirteen">This is the next paragraph.</P>
134 </TD></TR></TABLE></BODY> 135 </TD></TR></TABLE></BODY>
135 </HTML> 136 </HTML>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698