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

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

Issue 2768373005: Set default document urls to 'about:blank'. (Closed)
Patch Set: Created 3 years, 9 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 e9acb7e5077c9df66ac35377764f12b4f9bf430a..3c617d0d1fe62f5fdfdb1d73b06da7533a5fa510 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
@@ -67,7 +67,7 @@
docToUse: xmlDoc,
attributes: [
{name: 'xmlVersion', expectedExceptionCode: 9},
- {name: 'documentURI', expectedNull: null},
+ {name: 'documentURI', expectedNull: 'about:blank'},
{name: 'charset', expectedNull: 'UTF-8'},
{name: 'characterSet', expectedNull: 'UTF-8'},
{name: 'inputEncoding', expectedNull: 'UTF-8'},

Powered by Google App Engine
This is Rietveld 408576698