Remove trailing whitespace.
[xhtml-compiler.git] / smoketests / DOMFilter / MarkLeadParagraphs.xhtml
blobdc7ac722166195319cb45b6d765813c9b3070baa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <title>DOMFilter/MarkLeadParagraphs.html</title>
6 <style type="text/css">
7 p.lead {font-weight:bold;}
8 </style>
9 </head>
10 <body>
11 <h1>DOMFilter/MarkLeadParagraphs.html</h1>
12 <p>This is a lead paragraph.</p>
13 <p>This is not.</p>
14 <ul>
15 <li>Cool a list!</li>
16 </ul>
17 <p>This is a lead paragraph.</p>
18 <div>
19 <p>Yup, still a lead paragraph.</p>
20 </div>
21 <p>Expect: All lead-paragraphs are in bold (including this one).</p>
22 </body>
23 </html>