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

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: Test exposedness and shadow DOM trees Created 7 years, 1 month 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 83b137e0488982d5068951c477f2ff75b708a16d..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)
@@ -42,7 +44,9 @@ Embed by name (multiple): collection(2) EMBED(name) EMBED(name)
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: collection(2) OBJECT(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