/parser/htmlparser/tests/html/48351.html
http://github.com/zpao/v8monkey · HTML · 13 lines · 11 code · 2 blank · 0 comment · 0 complexity · cb5207c139b97befb27946ba711d05a1 MD5 · raw file
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head><title>Mozilla Tests: An XHTML Document</title>
-
- <style type="text/css">
- .xhtml { display: none; }
- strong { color: red; }
- </style></head>
- <body>
- <h1>An XHTML Document</h1>
- <p>This document is being parsed as <span class="xhtml">X</span>HTML. </p>
- <p> <strong> This should not be emphasised text. </strong></p>
- <strong> </strong><p><strong> This should be a second paragraph. </strong></p>
- <strong> </strong></body></html>