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

Side by Side Diff: third_party/WebKit/LayoutTests/css1/formatting_model/replaced_elements.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.3 Replaced Elements</TITLE> 4 <TITLE>CSS1 Test Suite: 4.3 Replaced Elements</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 IMG.one {display: inline;} 11 IMG.one {display: inline;}
11 IMG.two {display: block;} 12 IMG.two {display: block;}
12 IMG.three {display: block; 13 IMG.three {display: block;
13 margin-right: auto; margin-left: auto; width: auto;} 14 margin-right: auto; margin-left: auto; width: auto;}
14 IMG.four {display: block; 15 IMG.four {display: block;
15 margin-right: auto; margin-left: auto; width: 50%;} 16 margin-right: auto; margin-left: auto; width: 50%;}
16 IMG.five {display: block; 17 IMG.five {display: block;
17 margin-right: 0; margin-left: auto; width: 50%;}</STYLE> 18 margin-right: 0; margin-left: auto; width: 50%;}</STYLE>
18 19
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 65
65 <IMG CLASS="four" SRC="../resources/oransqr.gif" ALT="[Image]"> 66 <IMG CLASS="four" SRC="../resources/oransqr.gif" ALT="[Image]">
66 <P>The above image should be a square resized so its width is 50% of 67 <P>The above image should be a square resized so its width is 50% of
67 the its parent element, and centered horizontally within the parent element: th e document body in the first half, and the table in the second.</P> 68 the its parent element, and centered horizontally within the parent element: th e document body in the first half, and the table in the second.</P>
68 69
69 <IMG CLASS="five" SRC="../resources/oransqr.gif" ALT="[Image]"> 70 <IMG CLASS="five" SRC="../resources/oransqr.gif" ALT="[Image]">
70 <P>The above image should be a square resized so its width is 50% of 71 <P>The above image should be a square resized so its width is 50% of
71 its parent element, and aligned at the right edge of the parent element: the do cument body in the first half, and the table in the second.</P> 72 its parent element, and aligned at the right edge of the parent element: the do cument body in the first half, and the table in the second.</P>
72 </TD></TR></TABLE></BODY> 73 </TD></TR></TABLE></BODY>
73 </HTML> 74 </HTML>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698