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

Unified Diff: LayoutTests/fast/dom/document-attribute-js-null.html

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: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/dom/document-attribute-js-null-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/document-attribute-js-null.html
diff --git a/LayoutTests/fast/dom/document-attribute-js-null.html b/LayoutTests/fast/dom/document-attribute-js-null.html
index 7d99616ad1d45ca7051ef209798c45ae327ecb75..253d7cb72f1a2b498481d326443466ea6cd2e18a 100644
--- a/LayoutTests/fast/dom/document-attribute-js-null.html
+++ b/LayoutTests/fast/dom/document-attribute-js-null.html
@@ -66,7 +66,7 @@
attributes: [
{name: 'xmlVersion', expectedExceptionCode: 9},
{name: 'documentURI', expectedNull: null},
- {name: 'charset', expectedNull: undefined},
+ {name: 'charset', expectedNull: ''},
philipj_slow 2015/06/11 11:42:54 Can you also add characterSet, inputEncoding and d
Habib Virji 2015/06/12 16:46:30 Done.
{name: 'selectedStylesheetSet', expectedNull: null}
]
},
« no previous file with comments | « no previous file | LayoutTests/fast/dom/document-attribute-js-null-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698