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

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

Issue 50453004: Finding an <object> element by name only works it has no children other than <param> elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove unnecessary include Created 7 years, 2 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLDocument/object-by-name-or-id.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..83b137e0488982d5068951c477f2ff75b708a16d 100644
--- a/LayoutTests/fast/dom/HTMLDocument/document-special-properties-expected.txt
+++ b/LayoutTests/fast/dom/HTMLDocument/document-special-properties-expected.txt
@@ -42,7 +42,7 @@ 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: single EMBED(name)
+Embed by name nested in object with the same name: collection(2) OBJECT(name) EMBED(name)
Nonexistent iframe name: undefined
Iframe by name (unique): single WINDOW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/HTMLDocument/object-by-name-or-id.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698