Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / invalid / 010.html
bloba4fe2ef2a1f6f99ab64d9b4110baad44ccdd52e7
1 <html>
2 <head>
3 <style type="text/css">
4 .issue, .fail, .pass, .n/a {
5 font-weight: bold;
6 text-transform: uppercase;
8 </style>
9 </head>
11 <body>
12 The style rule on this page should be totally ignored.
13 <a>here is a link</a>
14 <h1>heading</h1>
15 <span class="issue">issue</span><br>
16 <span class="fail">fail</span><br>
17 <a>here is another link</a><br>
18 <span class="n/a">n/a</span><br>
19 <span class="pass">pass</span><br>
20 <h1>another heading</h1>
21 <span class="n/a">n/a</span><br>
22 </body>
23 </html>