- Set svn:eol-style=native
[xhtml-compiler.git] / smoketests / DOMFilter / Quoter.xhtml
blobe1d48784aa64503e7751ba8184c9ff8554a183fd
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/Quoter.html</title>
6 </head>
7 <body>
8 <h1>DOMFilter/Quoter.html</h1>
9 <p><q>Egads!</q> said the Professor, <q>I knew that the robot would
10 be sentient, but to say <q>I think,
11 therefore I am.</q> is crazy!</q></p>
12 <p>Expect: No <code>q</code> tags, just literal curly quotes. (Try
13 selecting text in Firefox, if quotes are selectable they are
14 literal).</p>
15 </body>
16 </html>