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

Side by Side Diff: third_party/WebKit/LayoutTests/css1/conformance/forward_compatible_parsing.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: 7.1 Forward-Compatible Parsing</TITLE> 4 <TITLE>CSS1 Test Suite: 7.1 Forward-Compatible Parsing</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 {color: green; rotation: 70deg;} 11 P.one {color: green; rotation: 70deg;}
11 P.oneb {color: green;} 12 P.oneb {color: green;}
12 P.oneb {color: invalidValue;} 13 P.oneb {color: invalidValue;}
13 P.two {background-color: inherit;} 14 P.two {background-color: inherit;}
14 H1 + P.three {color: blue;} 15 H1 + P.three {color: blue;}
15 P.four + H1 {color: red;} 16 P.four + H1 {color: red;}
16 P.five {background-color: "red";} 17 P.five {background-color: "red";}
17 P.sixa {border-width: medium; border-style: solid;} 18 P.sixa {border-width: medium; border-style: solid;}
18 P.sixb {border-width: funny; border-style: solid;} 19 P.sixb {border-width: funny; border-style: solid;}
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 be maroon. It should be black. 367 be maroon. It should be black.
367 </P> 368 </P>
368 <P CLASS="twentyfour"> 369 <P CLASS="twentyfour">
369 This paragraph should be black, because the color declaration after 370 This paragraph should be black, because the color declaration after
370 the previous ruleset should be considered part of the selector for 371 the previous ruleset should be considered part of the selector for
371 this ruleset, and this ruleset therefore has an invalid selector 372 this ruleset, and this ruleset therefore has an invalid selector
372 and should not be applied. 373 and should not be applied.
373 </P> 374 </P>
374 </TD></TR></TABLE></BODY> 375 </TD></TR></TABLE></BODY>
375 </HTML> 376 </HTML>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698