source: webkit/trunk/LayoutTests/fast/dom/Window/get-set-properties-expected.txt

Last change on this file was 269612, checked in by Chris Dumez, 3 years ago

Unexpose obsolete HTMLAppletElement interface
https://bugs.webkit.org/show_bug.cgi?id=218677

Reviewed by Darin Adler.

LayoutTests/imported/w3c:

Rebaseline WPT tests now that more checks are passing.

  • web-platform-tests/dom/nodes/getElementsByClassName-30-expected.txt:
  • web-platform-tests/html/dom/documents/dom-tree-accessors/nameditem-03-expected.txt:
  • web-platform-tests/html/dom/historical-expected.txt:
  • web-platform-tests/html/semantics/interfaces-expected.txt:

Source/WebCore:

Drop support for HTMLAppletElement. This feature is obsolete and has been removed from
the HTML specification. The <applet> element was removed in Gecko 56 and Chrome 47
already.

No new tests, rebaselined existing tests.

  • CMakeLists.txt:
  • DerivedSources-input.xcfilelist:
  • DerivedSources-output.xcfilelist:
  • DerivedSources.make:
  • Headers.cmake:
  • Sources.txt:
  • WebCore.xcodeproj/project.pbxproj:
  • bindings/js/JSPluginElementFunctions.cpp:
  • bindings/js/JSPluginElementFunctions.h:
  • html/CachedHTMLCollection.h:

(WebCore::nameShouldBeVisibleInDocumentAll):

  • html/GenericCachedHTMLCollection.cpp:

(WebCore::GenericCachedHTMLCollection<traversalType>::elementMatches const):

  • html/HTMLAppletElement.cpp: Removed.
  • html/HTMLAppletElement.h: Removed.
  • html/HTMLAppletElement.idl: Removed.
  • html/HTMLNameCollection.cpp:

(WebCore::WindowNameCollection::elementMatchesIfNameAttributeMatch):
(WebCore::DocumentNameCollection::elementMatchesIfIdAttributeMatch):
(WebCore::DocumentNameCollection::elementMatchesIfNameAttributeMatch):

  • html/HTMLPlugInImageElement.h:
  • html/HTMLTagNames.in:
  • loader/EmptyClients.cpp:
  • loader/EmptyFrameLoaderClient.h:
  • loader/FrameLoaderClient.h:
  • loader/SubframeLoader.cpp:
  • loader/SubframeLoader.h:
  • rendering/RenderEmbeddedObject.cpp:
  • rendering/RenderEmbeddedObject.h:

Source/WebKit:

  • WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAppletElement.cpp:

(webkit_dom_html_applet_element_dispatch_event):
(webkit_dom_html_applet_element_add_event_listener):
(webkit_dom_html_applet_element_remove_event_listener):
(webkit_dom_html_applet_element_get_align):
(webkit_dom_html_applet_element_set_align):
(webkit_dom_html_applet_element_get_alt):
(webkit_dom_html_applet_element_set_alt):
(webkit_dom_html_applet_element_get_archive):
(webkit_dom_html_applet_element_set_archive):
(webkit_dom_html_applet_element_get_code):
(webkit_dom_html_applet_element_set_code):
(webkit_dom_html_applet_element_get_code_base):
(webkit_dom_html_applet_element_set_code_base):
(webkit_dom_html_applet_element_get_height):
(webkit_dom_html_applet_element_set_height):
(webkit_dom_html_applet_element_get_hspace):
(webkit_dom_html_applet_element_set_hspace):
(webkit_dom_html_applet_element_get_name):
(webkit_dom_html_applet_element_set_name):
(webkit_dom_html_applet_element_get_object):
(webkit_dom_html_applet_element_set_object):
(webkit_dom_html_applet_element_get_vspace):
(webkit_dom_html_applet_element_set_vspace):
(webkit_dom_html_applet_element_get_width):
(webkit_dom_html_applet_element_set_width):

  • WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLAppletElementPrivate.h:
  • WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMHTMLPrivate.cpp:
  • WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:
  • WebProcess/WebCoreSupport/WebFrameLoaderClient.h:

Source/WebKitLegacy/mac:

  • DOM/DOMHTMLAppletElement.mm:

(-[DOMHTMLAppletElement align]):
(-[DOMHTMLAppletElement setAlign:]):
(-[DOMHTMLAppletElement alt]):
(-[DOMHTMLAppletElement setAlt:]):
(-[DOMHTMLAppletElement archive]):
(-[DOMHTMLAppletElement setArchive:]):
(-[DOMHTMLAppletElement code]):
(-[DOMHTMLAppletElement setCode:]):
(-[DOMHTMLAppletElement codeBase]):
(-[DOMHTMLAppletElement setCodeBase:]):
(-[DOMHTMLAppletElement height]):
(-[DOMHTMLAppletElement setHeight:]):
(-[DOMHTMLAppletElement hspace]):
(-[DOMHTMLAppletElement setHspace:]):
(-[DOMHTMLAppletElement name]):
(-[DOMHTMLAppletElement setName:]):
(-[DOMHTMLAppletElement object]):
(-[DOMHTMLAppletElement setObject:]):
(-[DOMHTMLAppletElement vspace]):
(-[DOMHTMLAppletElement setVspace:]):
(-[DOMHTMLAppletElement width]):
(-[DOMHTMLAppletElement setWidth:]):

  • WebCoreSupport/WebFrameLoaderClient.h:
  • WebCoreSupport/WebFrameLoaderClient.mm:

(WebFrameLoaderClient::redirectDataToPlugin):

Source/WebKitLegacy/win:

  • WebCoreSupport/WebFrameLoaderClient.cpp:
  • WebCoreSupport/WebFrameLoaderClient.h:
  • WebFrame.cpp:

LayoutTests:

  • dom/html/level2/html/HTMLAppletElement01-expected.txt: Removed.
  • dom/html/level2/html/HTMLAppletElement01.html: Removed.
  • dom/html/level2/html/HTMLAppletElement01.js: Removed.
  • dom/html/level2/html/HTMLAppletElement02-expected.txt: Removed.
  • dom/html/level2/html/HTMLAppletElement02.html: Removed.
  • dom/html/level2/html/HTMLAppletElement02.js: Removed.
  • dom/html/level2/html/HTMLAppletElement03-expected.txt: Removed.
  • dom/html/level2/html/HTMLAppletElement03.html: Removed.
  • dom/html/level2/html/HTMLAppletElement03.js: Removed.
  • dom/html/level2/html/HTMLAppletElement04-expected.txt: Removed.
  • dom/html/level2/html/HTMLAppletElement04.html: Removed.
  • dom/html/level2/html/HTMLAppletElement04.js: Removed.
  • dom/html/level2/html/HTMLAppletElement06-expected.txt: Removed.
  • dom/html/level2/html/HTMLAppletElement06.html: Removed.
  • dom/html/level2/html/HTMLAppletElement06.js: Removed.
  • dom/html/level2/html/HTMLAppletElement07-expected.txt: Removed.
  • dom/html/level2/html/HTMLAppletElement07.html: Removed.
  • dom/html/level2/html/HTMLAppletElement07.js: Removed.
  • dom/html/level2/html/HTMLAppletElement08-expected.txt: Removed.
  • dom/html/level2/html/HTMLAppletElement08.html: Removed.
  • dom/html/level2/html/HTMLAppletElement08.js: Removed.
  • dom/html/level2/html/HTMLAppletElement09-expected.txt: Removed.
  • dom/html/level2/html/HTMLAppletElement09.html: Removed.
  • dom/html/level2/html/HTMLAppletElement09.js: Removed.
  • dom/html/level2/html/HTMLAppletElement10-expected.txt: Removed.
  • dom/html/level2/html/HTMLAppletElement10.html: Removed.
  • dom/html/level2/html/HTMLAppletElement10.js: Removed.
  • dom/html/level2/html/HTMLDocument08.html: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement01-expected.txt: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement01.js: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement01.xhtml: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement02-expected.txt: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement02.js: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement02.xhtml: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement03-expected.txt: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement03.js: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement03.xhtml: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement04-expected.txt: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement04.js: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement04.xhtml: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement06-expected.txt: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement06.js: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement06.xhtml: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement07-expected.txt: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement07.js: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement07.xhtml: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement08-expected.txt: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement08.js: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement08.xhtml: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement09-expected.txt: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement09.js: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement09.xhtml: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement10-expected.txt: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement10.js: Removed.
  • dom/xhtml/level2/html/HTMLAppletElement10.xhtml: Removed.
  • dom/xhtml/level2/html/HTMLDocument08.xhtml: Removed.

Drop outdated tests.

  • fast/dom/HTMLDocument/document-special-properties-expected.txt:
  • fast/dom/Window/element-constructors-on-window-expected.txt:
  • fast/dom/Window/get-set-properties-expected.txt:
  • fast/dom/Window/get-set-properties.html:
  • fast/dom/Window/resources/window-properties.js:
  • fast/dom/Window/window-lookup-precedence-expected.txt:
  • fast/dom/Window/window-special-properties-expected.txt:
  • fast/dom/document-all-expected.txt:
  • fast/dom/document-all.html:
  • fast/dom/dom-constructors-expected.txt:
  • fast/dom/dom-constructors.html:
  • fast/dom/element-attribute-js-null-expected.txt:
  • fast/dom/element-attribute-js-null.html:
  • fast/dom/html-collections-named-getter-expected.txt:
  • fast/dom/html-collections-named-getter.html:
  • fast/dom/htmlcollection-non-html-expected.txt:
  • fast/dom/htmlcollection-non-html.html:
  • fast/dom/plugin-attributes-enumeration-expected.txt:
  • fast/dom/wrapper-classes-expected.txt:
  • fast/dom/wrapper-classes.html:
  • fast/frames/sandboxed-iframe-plugins-expected.txt:
  • fast/frames/sandboxed-iframe-plugins.html:
  • fast/text/text-combine-crash-expected.txt:
  • http/tests/security/cross-frame-access-put-expected.txt:
  • platform/mac-wk2/fast/dom/Window/window-lookup-precedence-expected.txt:
  • platform/mac-wk2/imported/w3c/web-platform-tests/html/semantics/interfaces-expected.txt:

Update / rebaseline existing tests to reflect behavior change.

  • platform/wk2/TestExpectations:

Drop outdated tests.

File size: 19.5 KB
Line 
1This page tests getting and setting window properties and functions.
2
3
4----- tests for getting/setting read-write properties -----
5
6PASS: canGet('Attr') should be 'true' and is.
7PASS: canSet('Attr') should be 'true' and is.
8PASS: canGet('CDATASection') should be 'true' and is.
9PASS: canSet('CDATASection') should be 'true' and is.
10PASS: canGet('CSSPrimitiveValue') should be 'true' and is.
11PASS: canSet('CSSPrimitiveValue') should be 'true' and is.
12PASS: canGet('CSSRule') should be 'true' and is.
13PASS: canSet('CSSRule') should be 'true' and is.
14PASS: canGet('CSSStyleDeclaration') should be 'true' and is.
15PASS: canSet('CSSStyleDeclaration') should be 'true' and is.
16PASS: canGet('CSSValue') should be 'true' and is.
17PASS: canSet('CSSValue') should be 'true' and is.
18PASS: canGet('CharacterData') should be 'true' and is.
19PASS: canSet('CharacterData') should be 'true' and is.
20PASS: canGet('Comment') should be 'true' and is.
21PASS: canSet('Comment') should be 'true' and is.
22PASS: canGet('DOMException') should be 'true' and is.
23PASS: canSet('DOMException') should be 'true' and is.
24PASS: canGet('DOMImplementation') should be 'true' and is.
25PASS: canSet('DOMImplementation') should be 'true' and is.
26PASS: canGet('DOMParser') should be 'true' and is.
27PASS: canSet('DOMParser') should be 'true' and is.
28PASS: canGet('Document') should be 'true' and is.
29PASS: canSet('Document') should be 'true' and is.
30PASS: canGet('DocumentFragment') should be 'true' and is.
31PASS: canSet('DocumentFragment') should be 'true' and is.
32PASS: canGet('DocumentType') should be 'true' and is.
33PASS: canSet('DocumentType') should be 'true' and is.
34PASS: canGet('Element') should be 'true' and is.
35PASS: canSet('Element') should be 'true' and is.
36PASS: canGet('EvalError') should be 'true' and is.
37PASS: canSet('EvalError') should be 'true' and is.
38PASS: canGet('Event') should be 'true' and is.
39PASS: canSet('Event') should be 'true' and is.
40PASS: canGet('HTMLAnchorElement') should be 'true' and is.
41PASS: canSet('HTMLAnchorElement') should be 'true' and is.
42PASS: canGet('HTMLAreaElement') should be 'true' and is.
43PASS: canSet('HTMLAreaElement') should be 'true' and is.
44PASS: canGet('HTMLBRElement') should be 'true' and is.
45PASS: canSet('HTMLBRElement') should be 'true' and is.
46PASS: canGet('HTMLBaseElement') should be 'true' and is.
47PASS: canSet('HTMLBaseElement') should be 'true' and is.
48PASS: canGet('HTMLBodyElement') should be 'true' and is.
49PASS: canSet('HTMLBodyElement') should be 'true' and is.
50PASS: canGet('HTMLButtonElement') should be 'true' and is.
51PASS: canSet('HTMLButtonElement') should be 'true' and is.
52PASS: canGet('HTMLCanvasElement') should be 'true' and is.
53PASS: canSet('HTMLCanvasElement') should be 'true' and is.
54PASS: canGet('HTMLDListElement') should be 'true' and is.
55PASS: canSet('HTMLDListElement') should be 'true' and is.
56PASS: canGet('HTMLDirectoryElement') should be 'true' and is.
57PASS: canSet('HTMLDirectoryElement') should be 'true' and is.
58PASS: canGet('HTMLDivElement') should be 'true' and is.
59PASS: canSet('HTMLDivElement') should be 'true' and is.
60PASS: canGet('HTMLDocument') should be 'true' and is.
61PASS: canSet('HTMLDocument') should be 'true' and is.
62PASS: canGet('HTMLElement') should be 'true' and is.
63PASS: canSet('HTMLElement') should be 'true' and is.
64PASS: canGet('HTMLFieldSetElement') should be 'true' and is.
65PASS: canSet('HTMLFieldSetElement') should be 'true' and is.
66PASS: canGet('HTMLFontElement') should be 'true' and is.
67PASS: canSet('HTMLFontElement') should be 'true' and is.
68PASS: canGet('HTMLFormElement') should be 'true' and is.
69PASS: canSet('HTMLFormElement') should be 'true' and is.
70PASS: canGet('HTMLFrameElement') should be 'true' and is.
71PASS: canSet('HTMLFrameElement') should be 'true' and is.
72PASS: canGet('HTMLFrameSetElement') should be 'true' and is.
73PASS: canSet('HTMLFrameSetElement') should be 'true' and is.
74PASS: canGet('HTMLHRElement') should be 'true' and is.
75PASS: canSet('HTMLHRElement') should be 'true' and is.
76PASS: canGet('HTMLHeadElement') should be 'true' and is.
77PASS: canSet('HTMLHeadElement') should be 'true' and is.
78PASS: canGet('HTMLHeadingElement') should be 'true' and is.
79PASS: canSet('HTMLHeadingElement') should be 'true' and is.
80PASS: canGet('HTMLHtmlElement') should be 'true' and is.
81PASS: canSet('HTMLHtmlElement') should be 'true' and is.
82PASS: canGet('HTMLIFrameElement') should be 'true' and is.
83PASS: canSet('HTMLIFrameElement') should be 'true' and is.
84PASS: canGet('HTMLImageElement') should be 'true' and is.
85PASS: canSet('HTMLImageElement') should be 'true' and is.
86PASS: canGet('HTMLInputElement') should be 'true' and is.
87PASS: canSet('HTMLInputElement') should be 'true' and is.
88*** FAIL: canGet('HTMLIsIndexElement') should be 'true' but instead is false. ***
89PASS: canSet('HTMLIsIndexElement') should be 'true' and is.
90PASS: canGet('HTMLLIElement') should be 'true' and is.
91PASS: canSet('HTMLLIElement') should be 'true' and is.
92PASS: canGet('HTMLLabelElement') should be 'true' and is.
93PASS: canSet('HTMLLabelElement') should be 'true' and is.
94PASS: canGet('HTMLLegendElement') should be 'true' and is.
95PASS: canSet('HTMLLegendElement') should be 'true' and is.
96PASS: canGet('HTMLLinkElement') should be 'true' and is.
97PASS: canSet('HTMLLinkElement') should be 'true' and is.
98PASS: canGet('HTMLMapElement') should be 'true' and is.
99PASS: canSet('HTMLMapElement') should be 'true' and is.
100PASS: canGet('HTMLMarqueeElement') should be 'true' and is.
101PASS: canSet('HTMLMarqueeElement') should be 'true' and is.
102PASS: canGet('HTMLMenuElement') should be 'true' and is.
103PASS: canSet('HTMLMenuElement') should be 'true' and is.
104PASS: canGet('HTMLMetaElement') should be 'true' and is.
105PASS: canSet('HTMLMetaElement') should be 'true' and is.
106PASS: canGet('HTMLModElement') should be 'true' and is.
107PASS: canSet('HTMLModElement') should be 'true' and is.
108PASS: canGet('HTMLOListElement') should be 'true' and is.
109PASS: canSet('HTMLOListElement') should be 'true' and is.
110PASS: canGet('HTMLOptGroupElement') should be 'true' and is.
111PASS: canSet('HTMLOptGroupElement') should be 'true' and is.
112PASS: canGet('HTMLOptionElement') should be 'true' and is.
113PASS: canSet('HTMLOptionElement') should be 'true' and is.
114PASS: canGet('HTMLParagraphElement') should be 'true' and is.
115PASS: canSet('HTMLParagraphElement') should be 'true' and is.
116PASS: canGet('HTMLParamElement') should be 'true' and is.
117PASS: canSet('HTMLParamElement') should be 'true' and is.
118PASS: canGet('HTMLPreElement') should be 'true' and is.
119PASS: canSet('HTMLPreElement') should be 'true' and is.
120PASS: canGet('HTMLQuoteElement') should be 'true' and is.
121PASS: canSet('HTMLQuoteElement') should be 'true' and is.
122PASS: canGet('HTMLScriptElement') should be 'true' and is.
123PASS: canSet('HTMLScriptElement') should be 'true' and is.
124PASS: canGet('HTMLSelectElement') should be 'true' and is.
125PASS: canSet('HTMLSelectElement') should be 'true' and is.
126PASS: canGet('HTMLStyleElement') should be 'true' and is.
127PASS: canSet('HTMLStyleElement') should be 'true' and is.
128PASS: canGet('HTMLTableCaptionElement') should be 'true' and is.
129PASS: canSet('HTMLTableCaptionElement') should be 'true' and is.
130PASS: canGet('HTMLTableCellElement') should be 'true' and is.
131PASS: canSet('HTMLTableCellElement') should be 'true' and is.
132PASS: canGet('HTMLTableColElement') should be 'true' and is.
133PASS: canSet('HTMLTableColElement') should be 'true' and is.
134PASS: canGet('HTMLTableElement') should be 'true' and is.
135PASS: canSet('HTMLTableElement') should be 'true' and is.
136PASS: canGet('HTMLTableRowElement') should be 'true' and is.
137PASS: canSet('HTMLTableRowElement') should be 'true' and is.
138PASS: canGet('HTMLTableSectionElement') should be 'true' and is.
139PASS: canSet('HTMLTableSectionElement') should be 'true' and is.
140PASS: canGet('HTMLTextAreaElement') should be 'true' and is.
141PASS: canSet('HTMLTextAreaElement') should be 'true' and is.
142PASS: canGet('HTMLTitleElement') should be 'true' and is.
143PASS: canSet('HTMLTitleElement') should be 'true' and is.
144PASS: canGet('HTMLUListElement') should be 'true' and is.
145PASS: canSet('HTMLUListElement') should be 'true' and is.
146PASS: canGet('Image') should be 'true' and is.
147PASS: canSet('Image') should be 'true' and is.
148PASS: canGet('MutationEvent') should be 'true' and is.
149PASS: canSet('MutationEvent') should be 'true' and is.
150PASS: canGet('Node') should be 'true' and is.
151PASS: canSet('Node') should be 'true' and is.
152PASS: canGet('NodeFilter') should be 'true' and is.
153PASS: canSet('NodeFilter') should be 'true' and is.
154PASS: canGet('Option') should be 'true' and is.
155PASS: canSet('Option') should be 'true' and is.
156PASS: canGet('OverconstrainedError') should be 'true' and is.
157PASS: canSet('OverconstrainedError') should be 'true' and is.
158PASS: canGet('ProcessingInstruction') should be 'true' and is.
159PASS: canSet('ProcessingInstruction') should be 'true' and is.
160PASS: canGet('Range') should be 'true' and is.
161PASS: canSet('Range') should be 'true' and is.
162PASS: canGet('RangeError') should be 'true' and is.
163PASS: canSet('RangeError') should be 'true' and is.
164PASS: canGet('ReferenceError') should be 'true' and is.
165PASS: canSet('ReferenceError') should be 'true' and is.
166PASS: canGet('SyntaxError') should be 'true' and is.
167PASS: canSet('SyntaxError') should be 'true' and is.
168PASS: canGet('Text') should be 'true' and is.
169PASS: canSet('Text') should be 'true' and is.
170PASS: canGet('TypeError') should be 'true' and is.
171PASS: canSet('TypeError') should be 'true' and is.
172PASS: canGet('URIError') should be 'true' and is.
173PASS: canSet('URIError') should be 'true' and is.
174PASS: canGet('XMLDocument') should be 'true' and is.
175PASS: canSet('XMLDocument') should be 'true' and is.
176PASS: canGet('XMLHttpRequest') should be 'true' and is.
177PASS: canSet('XMLHttpRequest') should be 'true' and is.
178PASS: canGet('XMLSerializer') should be 'true' and is.
179PASS: canSet('XMLSerializer') should be 'true' and is.
180PASS: canGet('XPathEvaluator') should be 'true' and is.
181PASS: canSet('XPathEvaluator') should be 'true' and is.
182PASS: canGet('XPathResult') should be 'true' and is.
183PASS: canSet('XPathResult') should be 'true' and is.
184PASS: canGet('XSLTProcessor') should be 'true' and is.
185PASS: canSet('XSLTProcessor') should be 'true' and is.
186PASS: canGet('addEventListener') should be 'true' and is.
187PASS: canSet('addEventListener') should be 'true' and is.
188PASS: canGet('alert') should be 'true' and is.
189PASS: canSet('alert') should be 'true' and is.
190PASS: canGet('atob') should be 'true' and is.
191PASS: canSet('atob') should be 'true' and is.
192PASS: canGet('btoa') should be 'true' and is.
193PASS: canSet('btoa') should be 'true' and is.
194PASS: canGet('captureEvents') should be 'true' and is.
195PASS: canSet('captureEvents') should be 'true' and is.
196PASS: canGet('clearInterval') should be 'true' and is.
197PASS: canSet('clearInterval') should be 'true' and is.
198PASS: canGet('clearTimeout') should be 'true' and is.
199PASS: canSet('clearTimeout') should be 'true' and is.
200PASS: canGet('clientInformation') should be 'true' and is.
201PASS: canSet('clientInformation') should be 'true' and is.
202PASS: canGet('console') should be 'true' and is.
203PASS: canSet('console') should be 'true' and is.
204PASS: canGet('devicePixelRatio') should be 'true' and is.
205PASS: canSet('devicePixelRatio') should be 'true' and is.
206PASS: canGet('event') should be 'true' and is.
207PASS: canSet('event') should be 'true' and is.
208PASS: canGet('frames') should be 'true' and is.
209PASS: canSet('frames') should be 'true' and is.
210PASS: canGet('innerHeight') should be 'true' and is.
211PASS: canSet('innerHeight') should be 'true' and is.
212PASS: canGet('innerWidth') should be 'true' and is.
213PASS: canSet('innerWidth') should be 'true' and is.
214PASS: canGet('length') should be 'true' and is.
215PASS: canSet('length') should be 'true' and is.
216PASS: canGet('locationbar') should be 'true' and is.
217PASS: canSet('locationbar') should be 'true' and is.
218PASS: canGet('menubar') should be 'true' and is.
219PASS: canSet('menubar') should be 'true' and is.
220PASS: canGet('offscreenBuffering') should be 'true' and is.
221PASS: canSet('offscreenBuffering') should be 'true' and is.
222PASS: canGet('opener') should be 'true' and is.
223PASS: canSet('opener') should be 'true' and is.
224PASS: canGet('outerHeight') should be 'true' and is.
225PASS: canSet('outerHeight') should be 'true' and is.
226PASS: canGet('outerWidth') should be 'true' and is.
227PASS: canSet('outerWidth') should be 'true' and is.
228PASS: canGet('parent') should be 'true' and is.
229PASS: canSet('parent') should be 'true' and is.
230PASS: canGet('personalbar') should be 'true' and is.
231PASS: canSet('personalbar') should be 'true' and is.
232PASS: canGet('screenLeft') should be 'true' and is.
233PASS: canSet('screenLeft') should be 'true' and is.
234PASS: canGet('screenTop') should be 'true' and is.
235PASS: canSet('screenTop') should be 'true' and is.
236PASS: canGet('screenX') should be 'true' and is.
237PASS: canSet('screenX') should be 'true' and is.
238PASS: canGet('screenY') should be 'true' and is.
239PASS: canSet('screenY') should be 'true' and is.
240PASS: canGet('scrollX') should be 'true' and is.
241PASS: canSet('scrollX') should be 'true' and is.
242PASS: canGet('scrollY') should be 'true' and is.
243PASS: canSet('scrollY') should be 'true' and is.
244PASS: canGet('pageXOffset') should be 'true' and is.
245PASS: canSet('pageXOffset') should be 'true' and is.
246PASS: canGet('pageYOffset') should be 'true' and is.
247PASS: canSet('pageYOffset') should be 'true' and is.
248PASS: canGet('scrollbars') should be 'true' and is.
249PASS: canSet('scrollbars') should be 'true' and is.
250PASS: canGet('self') should be 'true' and is.
251PASS: canSet('self') should be 'true' and is.
252PASS: canGet('statusbar') should be 'true' and is.
253PASS: canSet('statusbar') should be 'true' and is.
254PASS: canGet('toolbar') should be 'true' and is.
255PASS: canSet('toolbar') should be 'true' and is.
256
257----- tests for getting/setting readonly properties -----
258
259PASS: canGet('closed') should be 'true' and is.
260PASS: canSet('closed') should be 'false' and is.
261PASS: canGet('document') should be 'true' and is.
262PASS: canSet('document') should be 'false' and is.
263PASS: canGet('history') should be 'true' and is.
264PASS: canSet('history') should be 'false' and is.
265PASS: canGet('navigator') should be 'true' and is.
266PASS: canSet('navigator') should be 'false' and is.
267PASS: canGet('window') should be 'true' and is.
268PASS: canSet('window') should be 'false' and is.
269PASS: canGet('top') should be 'true' and is.
270PASS: canSet('top') should be 'false' and is.
271
272----- tests for getting/setting string properties -----
273
274PASS: canGet('defaultStatus') should be 'true' and is.
275PASS: canSetWithTypeConversion('defaultStatus') should be 'true' and is.
276PASS: canGet('defaultstatus') should be 'true' and is.
277PASS: canSetWithTypeConversion('defaultstatus') should be 'true' and is.
278PASS: canGet('name') should be 'true' and is.
279PASS: canSetWithTypeConversion('name') should be 'true' and is.
280PASS: canGet('status') should be 'true' and is.
281PASS: canSetWithTypeConversion('status') should be 'true' and is.
282
283----- tests for getting/setting functions -----
284
285PASS: canGet('blur') should be 'true' and is.
286PASS: canSet('blur') should be 'true' and is.
287PASS: canGet('close') should be 'true' and is.
288PASS: canSet('close') should be 'true' and is.
289PASS: canGet('confirm') should be 'true' and is.
290PASS: canSet('confirm') should be 'true' and is.
291PASS: canGet('find') should be 'true' and is.
292PASS: canSet('find') should be 'true' and is.
293PASS: canGet('focus') should be 'true' and is.
294PASS: canSet('focus') should be 'true' and is.
295PASS: canGet('getComputedStyle') should be 'true' and is.
296PASS: canSet('getComputedStyle') should be 'true' and is.
297PASS: canGet('getMatchedCSSRules') should be 'true' and is.
298PASS: canSet('getMatchedCSSRules') should be 'true' and is.
299PASS: canGet('getSelection') should be 'true' and is.
300PASS: canSet('getSelection') should be 'true' and is.
301PASS: canGet('moveBy') should be 'true' and is.
302PASS: canSet('moveBy') should be 'true' and is.
303PASS: canGet('moveTo') should be 'true' and is.
304PASS: canSet('moveTo') should be 'true' and is.
305PASS: canGet('onabort') should be 'true' and is.
306PASS: canSet('onabort') should be 'true' and is.
307PASS: canGet('onbeforeunload') should be 'true' and is.
308PASS: canSet('onbeforeunload') should be 'true' and is.
309PASS: canGet('onblur') should be 'true' and is.
310PASS: canSet('onblur') should be 'true' and is.
311PASS: canGet('onchange') should be 'true' and is.
312PASS: canSet('onchange') should be 'true' and is.
313PASS: canGet('onclick') should be 'true' and is.
314PASS: canSet('onclick') should be 'true' and is.
315PASS: canGet('ondblclick') should be 'true' and is.
316PASS: canSet('ondblclick') should be 'true' and is.
317PASS: canGet('onerror') should be 'true' and is.
318PASS: canSet('onerror') should be 'true' and is.
319PASS: canGet('onfocus') should be 'true' and is.
320PASS: canSet('onfocus') should be 'true' and is.
321PASS: canGet('onkeydown') should be 'true' and is.
322PASS: canSet('onkeydown') should be 'true' and is.
323PASS: canGet('onkeypress') should be 'true' and is.
324PASS: canSet('onkeypress') should be 'true' and is.
325PASS: canGet('onkeyup') should be 'true' and is.
326PASS: canSet('onkeyup') should be 'true' and is.
327PASS: canGet('onload') should be 'true' and is.
328PASS: canSet('onload') should be 'true' and is.
329PASS: canGet('onmousedown') should be 'true' and is.
330PASS: canSet('onmousedown') should be 'true' and is.
331PASS: canGet('onmousemove') should be 'true' and is.
332PASS: canSet('onmousemove') should be 'true' and is.
333PASS: canGet('onmouseout') should be 'true' and is.
334PASS: canSet('onmouseout') should be 'true' and is.
335PASS: canGet('onmouseover') should be 'true' and is.
336PASS: canSet('onmouseover') should be 'true' and is.
337PASS: canGet('onmouseup') should be 'true' and is.
338PASS: canSet('onmouseup') should be 'true' and is.
339PASS: canGet('onmousewheel') should be 'true' and is.
340PASS: canSet('onmousewheel') should be 'true' and is.
341PASS: canGet('onreset') should be 'true' and is.
342PASS: canSet('onreset') should be 'true' and is.
343PASS: canGet('onresize') should be 'true' and is.
344PASS: canSet('onresize') should be 'true' and is.
345PASS: canGet('onscroll') should be 'true' and is.
346PASS: canSet('onscroll') should be 'true' and is.
347PASS: canGet('onsearch') should be 'true' and is.
348PASS: canSet('onsearch') should be 'true' and is.
349PASS: canGet('onselect') should be 'true' and is.
350PASS: canSet('onselect') should be 'true' and is.
351PASS: canGet('onsubmit') should be 'true' and is.
352PASS: canSet('onsubmit') should be 'true' and is.
353PASS: canGet('onunload') should be 'true' and is.
354PASS: canSet('onunload') should be 'true' and is.
355PASS: canGet('open') should be 'true' and is.
356PASS: canSet('open') should be 'true' and is.
357PASS: canGet('print') should be 'true' and is.
358PASS: canSet('print') should be 'true' and is.
359PASS: canGet('prompt') should be 'true' and is.
360PASS: canSet('prompt') should be 'true' and is.
361PASS: canGet('releaseEvents') should be 'true' and is.
362PASS: canSet('releaseEvents') should be 'true' and is.
363PASS: canGet('removeEventListener') should be 'true' and is.
364PASS: canSet('removeEventListener') should be 'true' and is.
365PASS: canGet('resizeBy') should be 'true' and is.
366PASS: canSet('resizeBy') should be 'true' and is.
367PASS: canGet('resizeTo') should be 'true' and is.
368PASS: canSet('resizeTo') should be 'true' and is.
369PASS: canGet('scroll') should be 'true' and is.
370PASS: canSet('scroll') should be 'true' and is.
371PASS: canGet('scrollBy') should be 'true' and is.
372PASS: canSet('scrollBy') should be 'true' and is.
373PASS: canGet('scrollTo') should be 'true' and is.
374PASS: canSet('scrollTo') should be 'true' and is.
375PASS: canGet('setInterval') should be 'true' and is.
376PASS: canSet('setInterval') should be 'true' and is.
377PASS: canGet('setTimeout') should be 'true' and is.
378PASS: canSet('setTimeout') should be 'true' and is.
379PASS: canGet('stop') should be 'true' and is.
380PASS: canSet('stop') should be 'true' and is.
381
Note: See TracBrowser for help on using the repository browser.