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..ef53d41d9356233a4b1f57bd7aa811712ca4773e 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: collection(2) OBJECT(name) EMBED(name) |
+Embed by name nested in object with the same name: single EMBED(name) |
Nonexistent iframe name: undefined |
Iframe by name (unique): single WINDOW |