/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
- <TITLE>Test of PRE tag</TITLE>
- <STYLE>
- <!--
- PRE PRE { color: green }
- -->
- </STYLE>
- <PRE>
- This is some preformatted text.
- </PRE>
- <P>Before PRE
- <PRE>some preformatted text.
- </PRE>
- After PRE.
- </P>
- <P>Before PRE
- <PRE>some preformatted text.
- <PRE>This is nested preformatted (In Nav4.0, green and formatted)
- </PRE>
- This is still preformatted? (Not in Nav4.0)
- </PRE>
- After PRE.
- </P>
- <P>End of test</P>