summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/dom/document-attribute-js-null-expected.txt
blob: 29b4129bd3f066ad3a543b0bfa2f05704b2e0fd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This test setting various attributes of documents to JavaScript null.

TEST SUCCEEDED: Got the expected exception (9). [tested Document.xmlVersion]
TEST SUCCEEDED: The value was null. [tested Document.documentURI]
TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.charset]
TEST SUCCEEDED: The value was undefined. [tested Document.defaultCharset]
TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.characterSet]
TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.inputEncoding]
TEST SUCCEEDED: The value was null. [tested Document.selectedStylesheetSet]

TEST SUCCEEDED: The value was 'null'. [tested HTMLDocument.title]
TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.cookie]
TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.bgColor]
TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.fgColor]
TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.alinkColor]
TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.linkColor]
TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.vlinkColor]
TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.dir]
TEST SUCCEEDED: The value was the string 'off'. [tested HTMLDocument.designMode]