/parser/htmlparser/tests/html/pre006.html

http://github.com/zpao/v8monkey · HTML · 28 lines · 20 code · 5 blank · 3 comment · 0 complexity · c0272d2d2ffa22433e53e4e58bc81b00 MD5 · raw file

  1. <TITLE>Test of PRE tag</TITLE>
  2. <STYLE>
  3. <!--
  4. PRE PRE { color: green }
  5. -->
  6. </STYLE>
  7. <PRE>
  8. This is some preformatted text.
  9. </PRE>
  10. <P>Before PRE
  11. <PRE>some preformatted text.
  12. </PRE>
  13. After PRE.
  14. </P>
  15. <P>Before PRE
  16. <PRE>some preformatted text.
  17. <PRE>This is nested preformatted (In Nav4.0, green and formatted)
  18. </PRE>
  19. This is still preformatted? (Not in Nav4.0)
  20. </PRE>
  21. After PRE.
  22. </P>
  23. <P>End of test</P>