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

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

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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/dom/document-attribute-js-null.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/document-attribute-js-null.html b/third_party/WebKit/LayoutTests/fast/dom/document-attribute-js-null.html
index 73e03f1a55504d0e416dd4282857d4ad1a4c80b7..e9acb7e5077c9df66ac35377764f12b4f9bf430a 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/document-attribute-js-null.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/document-attribute-js-null.html
@@ -69,7 +69,6 @@
{name: 'xmlVersion', expectedExceptionCode: 9},
{name: 'documentURI', expectedNull: null},
{name: 'charset', expectedNull: 'UTF-8'},
- {name: 'defaultCharset', expectedNull: undefined},
{name: 'characterSet', expectedNull: 'UTF-8'},
{name: 'inputEncoding', expectedNull: 'UTF-8'},
{name: 'selectedStylesheetSet', expectedNull: null}

Powered by Google App Engine
This is Rietveld 408576698