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

Unified Diff: LayoutTests/fast/dom/DOMImplementation/createHTMLDocument-optional-title-expected.txt

Issue 373043004: IDL: Treat undefined as missing for optional arguments with defaults (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased Created 6 years, 5 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: LayoutTests/fast/dom/DOMImplementation/createHTMLDocument-optional-title-expected.txt
diff --git a/LayoutTests/fast/dom/DOMImplementation/createHTMLDocument-optional-title-expected.txt b/LayoutTests/fast/dom/DOMImplementation/createHTMLDocument-optional-title-expected.txt
index 0887da47b43e7e2ae44c8ea2eeff280ff5a65011..7e84e1410696d018f6b3d6d8535abdb8f524442e 100644
--- a/LayoutTests/fast/dom/DOMImplementation/createHTMLDocument-optional-title-expected.txt
+++ b/LayoutTests/fast/dom/DOMImplementation/createHTMLDocument-optional-title-expected.txt
@@ -4,8 +4,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS document.implementation.createHTMLDocument().querySelector("title") is null
+PASS document.implementation.createHTMLDocument(undefined).querySelector("title") is null
PASS document.implementation.createHTMLDocument(null).querySelector("title").textContent is "null"
-PASS document.implementation.createHTMLDocument(undefined).querySelector("title").textContent is "undefined"
PASS document.implementation.createHTMLDocument("").querySelector("title").textContent is ""
PASS document.implementation.createHTMLDocument("x").querySelector("title").textContent is "x"
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698