- Set svn:eol-style=native
[xhtml-compiler.git] / smoketests / DOMFilter / IEConditionalComments.xhtml
blobf00ca9d14a52e2a03b20178beab11081e0476cf7
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"
4 xmlns:xc="urn:xhtml-compiler"
5 xml:lang="en" lang="en">
6 <head>
7 <title>DOMFilter/IEConditionalComments.html</title>
8 </head>
9 <body>
10 <h1>DOMFilter/IEConditionalComments.html</h1>
11 <p>This is platform independent text.</p>
12 <p xc:ie-condition="IE">Internet Explorer only text.</p>
13 <p>Expect: All browsers display independent text, only Internet
14 Explorer displays its text.</p>
15 </body>
16 </html>