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

Side by Side Diff: third_party/WebKit/LayoutTests/css1/basic/class_as_selector.html

Issue 1482493003: Convert css1/basic/class_as_selector to a ref test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css1/basic/class_as_selector-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.4 Class as selector</TITLE> 4 <TITLE>CSS1 Test Suite: 1.4 Class as selector</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 <STYLE type="text/css"> 9 <STYLE type="text/css">
10 body {overflow: hidden;} 10 body {overflow: hidden;}
(...skipping 25 matching lines...) Expand all
36 </P> 36 </P>
37 <PRE class="two">This sentence should NOT be purple. 37 <PRE class="two">This sentence should NOT be purple.
38 </PRE> 38 </PRE>
39 <UL> 39 <UL>
40 <LI class="two">This sentence should NOT be purple. 40 <LI class="two">This sentence should NOT be purple.
41 </UL> 41 </UL>
42 42
43 43
44 <TABLE border cellspacing="0" cellpadding="3" class="tabletest"> 44 <TABLE border cellspacing="0" cellpadding="3" class="tabletest">
45 <TR> 45 <TR>
46 <TD colspan="2" bgcolor="silver"><STRONG>TABLE Testing Section</STRONG></TD>
47 </TR>
48 <TR>
49 <TD bgcolor="silver">&nbsp;</TD> 46 <TD bgcolor="silver">&nbsp;</TD>
50 <TD><P class="one"> 47 <TD><P class="one">
51 This sentence should be green. 48 This sentence should be green.
52 </P> 49 </P>
53 <P class="1"> 50 <P class="1">
54 This sentence should be black, not red-- class selectors cannot begin with digit s in CSS1. 51 This sentence should be black, not red-- class selectors cannot begin with digit s in CSS1.
55 </P> 52 </P>
56 <P class="a1"> 53 <P class="a1">
57 This sentence should be green. 54 This sentence should be green.
58 </P> 55 </P>
59 <P class="two"> 56 <P class="two">
60 This sentence should be purple. 57 This sentence should be purple.
61 </P> 58 </P>
62 <PRE class="two">This sentence should NOT be purple. 59 <PRE class="two">This sentence should NOT be purple.
63 </PRE> 60 </PRE>
64 <UL> 61 <UL>
65 <LI class="two">This sentence should NOT be purple. 62 <LI class="two">This sentence should NOT be purple.
66 </UL> 63 </UL>
67 </TD></TR></TABLE></BODY> 64 </TD></TR></TABLE></BODY>
68 </HTML> 65 </HTML>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css1/basic/class_as_selector-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698