1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/tests/mochitest/dom-level2-html/files/pre.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 1.5 +<HTML> 1.6 +<HEAD> 1.7 +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8"> 1.8 +<TITLE>NIST DOM HTML Test - PRE</TITLE> 1.9 +</HEAD> 1.10 +<BODY onload="parent.loadComplete()"> 1.11 +<PRE WIDTH="277">The PRE is used to indicate pre-formatted text. Visual agents may: 1.12 + 1.13 + leave white space intact. 1.14 + May render text with a fixed-pitch font. 1.15 + May disable automatic word wrap. 1.16 + Must not disable bidirectional processing. 1.17 +</PRE> 1.18 +</BODY> 1.19 +</HTML> 1.20 +