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

Unified Diff: LayoutTests/fast/dom/HTMLDocument/document-special-properties-expected.txt

Issue 75273004: Add 'exposed' objects and embeds to a document's named properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove extraneous empty line in expected output Created 7 years 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/HTMLDocument/document-special-properties-expected.txt
diff --git a/LayoutTests/fast/dom/HTMLDocument/document-special-properties-expected.txt b/LayoutTests/fast/dom/HTMLDocument/document-special-properties-expected.txt
index ef53d41d9356233a4b1f57bd7aa811712ca4773e..300189a802dbcd7f1ff5aeb4837165dca758ab7d 100644
--- a/LayoutTests/fast/dom/HTMLDocument/document-special-properties-expected.txt
+++ b/LayoutTests/fast/dom/HTMLDocument/document-special-properties-expected.txt
@@ -35,6 +35,8 @@ Object by name (multiple): collection(2) OBJECT(name) OBJECT(name)
Object by id (unique): single OBJECT(id)
Object by id (multiple): collection(2) OBJECT(id) OBJECT(id)
Object by id/name mixed: collection(4) OBJECT(id) OBJECT(name) OBJECT(name) OBJECT(id)
+Object by name nested in object with the same name: single OBJECT(name)
+Object by name nested in object with a different name: single OBJECT(name)
Nonexistent embed name: undefined
Embed by name (unique): single EMBED(name)
@@ -43,6 +45,8 @@ Embed by id (unique): undefined
Embed by id (multiple): undefined
Embed by id/name mixed: collection(2) EMBED(name) EMBED(name)
Embed by name nested in object with the same name: single EMBED(name)
+Embed by name nested in object with a different name: single EMBED(name)
+Embed by name nested in param of an object with a different name: single EMBED(name)
Nonexistent iframe name: undefined
Iframe by name (unique): single WINDOW

Powered by Google App Engine
This is Rietveld 408576698