Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t0402-c71-fwd-parsing-00-f.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: Forward-Compatible Parsing</title>
5   <style type="text/css">
6    p.one {color: green; rotation: 70deg;}
7    p.oneb {color: green;}
8    p.oneb {color: invalidValue;}
9    div.twopc { background: white url(support/swatch-red.png); color: green; }
10    p.two {background-color: inherit;}
11    p.eight {COLOR: GREEN;}
12    p.twentya {rotation-code: "}"; color: green;} 
13    p.twentyb {rotation-code: "\"}\""; color: green;}
14    p.twentyonea {rotation-code: '}'; color: green;} 
15    p.twentyoneb {rotation-code: '\'}\''; color: green;}
16    p.twentytwo {
17     type-display: @threedee {rotation-code: '}';};
18     color: green;
19     }
20   </style>
21   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors" title="4.2 Rules for handling parsing errors">
22  </head>
23  <body>
24   <p class="one">
25    This line should be green.
26   </p>
27   <p class="oneb">
28    This line should be green.
29   </p>
30   <div class="twopc"><p class="two">
31    This line should be green.
32   </p></div>
33   <p class="eight">
34    This line should be green.
35   </p>
36   <p class="twentya">
37    This line should be green.
38   </p>
39   <p class="twentyb">
40    This line should be green.
41   </p>
42   <p class="twentyonea">
43    This line should be green.
44   </p>
45   <p class="twentyoneb">
46    This line should be green.
47   </p>
48   <p class="twentytwo">
49    This line should be green.
50   </p>
51  </body>
52 </html>