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

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

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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/document-attribute-js-null-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/document-attribute-js-null-expected.txt
index 5df2b3985657a78492d6012bd333ae3ebcda028b..1769da5b73905571e21b264022d8416a2cbbeb2c 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/document-attribute-js-null-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/document-attribute-js-null-expected.txt
@@ -1,7 +1,7 @@
This test setting various attributes of documents to JavaScript null.
TEST SUCCEEDED: Got the expected exception (9). [tested Document.xmlVersion]
-TEST SUCCEEDED: The value was null. [tested Document.documentURI]
+TEST SUCCEEDED: The value was the string 'about:blank'. [tested Document.documentURI]
TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.charset]
TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.characterSet]
TEST SUCCEEDED: The value was the string 'UTF-8'. [tested Document.inputEncoding]

Powered by Google App Engine
This is Rietveld 408576698