/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

  1. <!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>
  2. <style type="text/css">
  3. .xhtml { display: none; }
  4. strong { color: red; }
  5. </style></head>
  6. <body>
  7. <h1>An XHTML Document</h1>
  8. <p>This document is being parsed as <span class="xhtml">X</span>HTML. </p>
  9. <p> <strong> This should not be emphasised text. </strong></p>
  10. <strong> </strong><p><strong> This should be a second paragraph. </strong></p>
  11. <strong> </strong></body></html>