2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / dom / global-constructors-expected.txt
blob1f1be6a528f1373459ec83fb045f0fc1ac3d091e
1 This page tests global constructor objects like window.HTMLDocument. If it passes, you'll see a series of 'PASS' messages below.
3 PASS: DOMParser.prototype.isPrototypeOf(domParser) should be true and is.
4 PASS: XMLHttpRequest.prototype.isPrototypeOf(xmlHttpRequest) should be true and is.
5 PASS: XMLSerializer.prototype.isPrototypeOf(xmlSerializer) should be true and is.
6 PASS: XSLTProcessor.prototype.isPrototypeOf(xsltProcessor) should be true and is.
7 PASS: window.Document.prototype.isPrototypeOf(document) should be true and is.
8 PASS: window.HTMLDocument.prototype.isPrototypeOf(document) should be true and is.
9 PASS: window.Node.prototype.isPrototypeOf(element) should be true and is.
10 PASS: window.Element.prototype.isPrototypeOf(element) should be true and is.
11 PASS: window.HTMLElement.prototype.isPrototypeOf(element) should be true and is.
12 PASS: window.Range.prototype.isPrototypeOf(range) should be true and is.
13 PASS: window.CSSRule.prototype.isPrototypeOf(cssRule) should be true and is.
14 PASS: window.CSSValue.prototype.isPrototypeOf(cssPrimitiveValue) should be true and is.
15 PASS: window.CSSPrimitiveValue.prototype.isPrototypeOf(cssPrimitiveValue) should be true and is.
16 PASS: window.CSSStyleDeclaration.prototype.isPrototypeOf(cssStyleDeclaration) should be true and is.
17 PASS: window.Event.prototype.isPrototypeOf(event) should be true and is.
18 PASS: window.MutationEvent.prototype.isPrototypeOf(event) should be true and is.
19 PASS: window.XMLDocument.prototype.isPrototypeOf(xmldoc) should be true and is.
20 PASS: window.DocumentFragment.prototype.isPrototypeOf(fragment) should be true and is.
21 PASS: window.XPathEvaluator.prototype.isPrototypeOf(xpathevaluator) should be true and is.
22 PASS: window.XPathResult.prototype.isPrototypeOf(xpathresult) should be true and is.
23 PASS: window.NodeFilter.prototype.isPrototypeOf(nodeFilter) should be true and is.
24 [Deleted window.Node.prototype]
25 PASS: window.Node.prototype should be undefined and is.
26 [Set window.Node = 1]
27 PASS: window.Node should be 1 and is.
28 [Deleted window.Node]
29 PASS: window.Node should be [object NodeConstructor] and is.
30 [Added an iframe named 'Node']
31 PASS: window.Node should be [object NodeConstructor] and is.