This paragraph is element x
.
The entire browser window now has name="TestWindowName"
.
This page contains test cases for basic document properties.
alert(document.documentElement.nodeName);
alert(x.ownerDocument.nodeName);
alert(document.body.nodeName);
alert(document.defaultView.name);
alert(document.parentWindow.name);