summaryrefslogtreecommitdiff
path: root/test/testcases/tests/level1/html/files/pre.html
blob: 2a402065e46178f607b4dac1d785427e2628fa4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
<TITLE>NIST DOM HTML Test - PRE</TITLE>
</HEAD>
<BODY onload="parent.loadComplete()">
<PRE WIDTH="277">The PRE is used to indicate pre-formatted text.  Visual agents may:

                leave white space intact.
                May render text with a fixed-pitch font.
                May disable automatic word wrap.
                Must not disable bidirectional processing.
</PRE>
</BODY>
</HTML>