Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(476)

Side by Side Diff: LayoutTests/fast/dom/document-attribute-js-null-expected.txt

Issue 1180793002: Document attribute charset and its aliases to return UTF-8 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated as per philipj suggestions Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « LayoutTests/fast/dom/document-attribute-js-null.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This test setting various attributes of documents to JavaScript null. 1 This test setting various attributes of documents to JavaScript null.
2 2
3 TEST SUCCEEDED: Got the expected exception (9). [tested Document.xmlVersion] 3 TEST SUCCEEDED: Got the expected exception (9). [tested Document.xmlVersion]
4 TEST SUCCEEDED: The value was null. [tested Document.documentURI] 4 TEST SUCCEEDED: The value was null. [tested Document.documentURI]
5 TEST SUCCEEDED: The value was undefined. [tested Document.charset] 5 TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.charset]
6 TEST SUCCEEDED: The value was undefined. [tested Document.defaultCharset]
7 TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.characterSet]
8 TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.inputEncoding ]
6 TEST SUCCEEDED: The value was null. [tested Document.selectedStylesheetSet] 9 TEST SUCCEEDED: The value was null. [tested Document.selectedStylesheetSet]
7 10
8 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.title] 11 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.title]
9 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.cookie] 12 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.cookie]
10 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.bgColor] 13 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.bgColor]
11 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.fgColor] 14 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.fgColor]
12 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.alinkColor] 15 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.alinkColor]
13 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.linkColor] 16 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.linkColor]
14 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.vlinkColor] 17 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.vlinkColor]
15 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.dir] 18 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.dir]
16 TEST SUCCEEDED: The value was the string 'off'. [tested HTMLDocument.designMode] 19 TEST SUCCEEDED: The value was the string 'off'. [tested HTMLDocument.designMode]
17 20
18 21
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/document-attribute-js-null.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698