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

Side by Side Diff: third_party/WebKit/LayoutTests/css1/basic/comments.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: 1.7 Comments</TITLE> 4 <TITLE>CSS1 Test Suite: 1.7 Comments</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 /* This is a CSS1 comment. */ 11 /* This is a CSS1 comment. */
11 .one {color: green;} /* Another comment */ 12 .one {color: green;} /* Another comment */
12 /* The following should not be used: 13 /* The following should not be used:
13 .two {color: red;} */ 14 .two {color: red;} */
14 .three {color: green; /* color: red; */} 15 .three {color: green; /* color: red; */}
15 /** 16 /**
16 .four {color: red;} */ 17 .four {color: red;} */
17 .five {color: green;} 18 .five {color: green;}
18 /**/ 19 /**/
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 This sentence should be green. 95 This sentence should be green.
95 </P> 96 </P>
96 <P class="seven"> 97 <P class="seven">
97 This sentence should be green. 98 This sentence should be green.
98 </P> 99 </P>
99 <P class="eight"> 100 <P class="eight">
100 This sentence should be green. 101 This sentence should be green.
101 </P> 102 </P>
102 </TD></TR></TABLE></BODY> 103 </TD></TR></TABLE></BODY>
103 </HTML> 104 </HTML>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698