summaryrefslogtreecommitdiff
path: root/test/testcases/tests/level1/html/files/pre.xhtml
blob: 69f652b14f7bc3340aac7eb2e9ca1d9f05d9db31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
   PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "xhtml1-strict.dtd">
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>NIST DOM HTML Test - PRE</title>
</head>
<body onload="parent.loadComplete()">
<pre>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>