summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/selectors/175c.html
blob: 49efb0b1fe898902ec6350f562f3d558ea6f9f91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
 <head>
  <title>Parsing: Numbers in classes</title>
  <style type="text/css">
 p { color: red; }
 .\31 \33 { color: green; }
</style>
  <link rel="first" href="css3-modsel-1.html" title="Groups of selectors">
  <link rel="prev" href="css3-modsel-175b.html" title="Parsing: Numbers in classes">
  <link rel="next" href="css3-modsel-d1.html" title="NEGATED Dynamic handling of :empty">
  <link rel="last" href="css3-modsel-d5e.html" title="NEGATED :indeterminate with :checked">
  <link rel="up" href="./index.html">
  <link rel="top" href="../../index.html">
 </head>
 <body>
   <p class="13">This line should be green.</p>
</body>
</html>