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

Side by Side Diff: third_party/WebKit/LayoutTests/css1/basic/containment.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"><html><head><title>CSS1 Test Suite: 1.1 Containment in HTML</title> 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org /TR/REC-html40/loose.dtd"><html><head><title>CSS1 Test Suite: 1.1 Containment in HTML</title>
2 2
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4 <meta http-equiv="Content-Style-Type" content="text/css"> 4 <meta http-equiv="Content-Style-Type" content="text/css">
5 5
6 <link rel="stylesheet" type="text/css" media="screen" href="../resources/base.cs s"> 6 <script src="../resources/base.js"></script>
7 <link rel="stylesheet" type="text/css" href="../resources/base.css">
7 <link rel="stylesheet" type="text/css" href="../resources/linktest.css" title="D efault SS"> 8 <link rel="stylesheet" type="text/css" href="../resources/linktest.css" title="D efault SS">
8 <link rel="alternate stylesheet" type="text/css" href="../resources/linktest2.cs s" title="Alternate SS"> 9 <link rel="alternate stylesheet" type="text/css" href="../resources/linktest2.cs s" title="Alternate SS">
9 <style type="text/css"> 10 <style type="text/css">
10 @import url(../resources/imptest1.css); 11 @import url(../resources/imptest1.css);
11 @import "../resources/imptest1a.css"; 12 @import "../resources/imptest1a.css";
12 UL {color: red;} 13 UL {color: red;}
13 .four {color: purple;} 14 .four {color: purple;}
14 @import url(../resources/imptest2.css); 15 @import url(../resources/imptest2.css);
15 <!-- 16 <!--
16 P.six {color: green;} 17 P.six {color: green;}
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 <li>This list should NOT be purple. 91 <li>This list should NOT be purple.
91 </li><li>It should, instead, be black. 92 </li><li>It should, instead, be black.
92 </li><li>If it IS purple, then the browser hasn't correctly parsed the preceding paragraph. 93 </li><li>If it IS purple, then the browser hasn't correctly parsed the preceding paragraph.
93 </li></ol> 94 </li></ol>
94 <p class="five"> 95 <p class="five">
95 This sentence should be black. If it is red, then the browser has inappropriate ly imported the styles from the file <tt>imptest2.css</tt> (see <a href="http:// www.w3.org/TR/REC-CSS1#the-cascade">section 3.0</a> of the CSS1 specification fo r more details). 96 This sentence should be black. If it is red, then the browser has inappropriate ly imported the styles from the file <tt>imptest2.css</tt> (see <a href="http:// www.w3.org/TR/REC-CSS1#the-cascade">section 3.0</a> of the CSS1 specification fo r more details).
96 </p> 97 </p>
97 <p class="six"> 98 <p class="six">
98 This paragraph should be green. 99 This paragraph should be green.
99 </p> 100 </p>
100 </td></tr></tbody></table></body></html> 101 </td></tr></tbody></table></body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698