| OLD | NEW |
| (Empty) |
| 1 <?xml version="1.0" encoding="UTF-8"?> | |
| 2 <!DOCTYPE html | |
| 3 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
| 4 "xhtml1-transitional.dtd"> | |
| 5 <html xmlns='http://www.w3.org/1999/xhtml'> | |
| 6 <head> | |
| 7 <!-- | |
| 8 WebKit modification: 12-February-2006 | |
| 9 | |
| 10 Remove <base> element, because we want to run this test locally. I think this
might be | |
| 11 a bug in the test suite. | |
| 12 | |
| 13 Filed as http://www.w3.org/Bugs/Public/show_bug.cgi?id=2873 | |
| 14 | |
| 15 <base href="http://xw2k.sdct.itl.nist.gov/brady/dom/"/> | |
| 16 --> | |
| 17 <title>NIST DOM HTML Test - Body</title> | |
| 18 <script type='text/javascript' src='selfxhtml.js'></script><script charset='UTF-
8' type='text/javascript' src='HTMLBodyElement04.js'></script><script type='text
/javascript'>function loadComplete() { startTest(); }</script></head> | |
| 19 <body onload="loadComplete()" alink="#0000ff" background="./pix/back1.gif" bgcol
or="#ffff00" link="#ff0000" text="#000000" vlink="#00ffff"> | |
| 20 <p>Hello, World.</p> | |
| 21 </body> | |
| 22 </html> | |
| OLD | NEW |