| <html><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| <title>A simple page</title> |
| testRunner.waitUntilDone(); |
| window.onload = function() { |
| var span=document.createElement("span"); |
| if (window.location != 'http://localhost/simple_page.html' && |
| document.domain != 'localhost') { |
| span.innerHTML = "FAIL window.location=" + window.location + |
| " document.domain=" + document.domain; |
| document.getElementById('locDiv').appendChild(span); |
| <base href=3D"http://localhost/"></base></head><body> |
| <h1>This is a very simple page</h1> |