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

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

Issue 1707473002: Remove document.defaultCharset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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
OLDNEW
1 CONSOLE WARNING: 'Document.defaultCharset' is deprecated and will be removed in M50, around April 2016. See https://www.chromestatus.com/features/62171245780664 32 for more details.
2 This test setting various attributes of documents to JavaScript null. 1 This test setting various attributes of documents to JavaScript null.
3 2
4 TEST SUCCEEDED: Got the expected exception (9). [tested Document.xmlVersion] 3 TEST SUCCEEDED: Got the expected exception (9). [tested Document.xmlVersion]
5 TEST SUCCEEDED: The value was null. [tested Document.documentURI] 4 TEST SUCCEEDED: The value was null. [tested Document.documentURI]
6 TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.charset] 5 TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.charset]
7 TEST SUCCEEDED: The value was undefined. [tested Document.defaultCharset]
8 TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.characterSet] 6 TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.characterSet]
9 TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.inputEncoding ] 7 TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.inputEncoding ]
10 TEST SUCCEEDED: The value was null. [tested Document.selectedStylesheetSet] 8 TEST SUCCEEDED: The value was null. [tested Document.selectedStylesheetSet]
11 9
12 TEST SUCCEEDED: The value was 'null'. [tested HTMLDocument.title] 10 TEST SUCCEEDED: The value was 'null'. [tested HTMLDocument.title]
13 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.cookie] 11 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.cookie]
14 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.bgColor] 12 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.bgColor]
15 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.fgColor] 13 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.fgColor]
16 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.alinkColor] 14 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.alinkColor]
17 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.linkColor] 15 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.linkColor]
18 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.vlinkColor] 16 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.vlinkColor]
19 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.dir] 17 TEST SUCCEEDED: The value was the empty string. [tested HTMLDocument.dir]
20 TEST SUCCEEDED: The value was the string 'off'. [tested HTMLDocument.designMode] 18 TEST SUCCEEDED: The value was the string 'off'. [tested HTMLDocument.designMode]
21 19
22 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698