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

Side by Side Diff: third_party/WebKit/LayoutTests/css1/basic/class_as_selector-expected.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
OLDNEW
(Empty)
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org /TR/REC-html40/loose.dtd">
2 <html>
3 <body background="../resources/basebg.gif">
4 <p>The style declarations which apply to the text below are:</p>
5 <pre>.one {color: green;}
6 .1 {color: red;}
7 .a1 {color: green;}
8 P.two {color: purple;}
9 </pre>
10 <hr><p style="color:green">This sentence should be green.</p>
11 <p>This sentence should be black, not red-- class selectors cannot begin with di gits in CSS1.</p>
12 <p style="color:green">This sentence should be green.</p>
13 <p style="color:purple">This sentence should be purple.</p>
14 <pre>This sentence should NOT be purple.</pre>
15 <ul>
16 <li>This sentence should NOT be purple.</li>
17 </ul>
18 <table border cellspacing="0" cellpadding="3">
19 <tr>
20 <td bgcolor="silver">&nbsp;</td>
21 <td>
22 <p style="color:green">This sentence should be green.</p>
23 <p>This sentence should be black, not red-- class selectors cannot begin with digits in CSS1.</p>
24 <p style="color:green">This sentence should be green.</p>
25 <p style="color:purple">This sentence should be purple.</p>
26 <pre>This sentence should NOT be purple.</pre>
27 <ul>
28 <li>This sentence should NOT be purple.</li>
29 </ul>
30 </td>
31 </tr>
32 </table>
33 </body>
34 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698