| Index: LayoutTests/fast/dom/Window/window-special-properties-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Window/window-special-properties-expected.txt b/LayoutTests/fast/dom/Window/window-special-properties-expected.txt
|
| index b0ff6a83edf169284f46c8a495d6b071b2ec175c..4bbe4b972683c614f36cd5de51e3617274a44ede 100644
|
| --- a/LayoutTests/fast/dom/Window/window-special-properties-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/window-special-properties-expected.txt
|
| @@ -42,8 +42,8 @@
|
| Nonexistent iframe name: undefined
|
| Iframe by name (unique): single WINDOW
|
| Iframe by name (multiple): single WINDOW
|
| -Iframe by id (unique): single IFRAME(id)
|
| -Iframe by id (multiple): collection(2) IFRAME(id) IFRAME(id)
|
| +Iframe by id (unique): single WINDOW
|
| +Iframe by id (multiple): single WINDOW
|
| Iframe by id/name mixed: single WINDOW
|
|
|
| Nonexistent span name: undefined
|
| @@ -53,7 +53,7 @@
|
| Span by id (multiple): collection(2) SPAN(id) SPAN(id)
|
| Span by id/name mixed: collection(2) SPAN(id) SPAN(id)
|
|
|
| -Mixed by id: collection(7) IMG(id) FORM(id) APPLET(id) EMBED(id) OBJECT(id) IFRAME(id) SPAN(id)
|
| +Mixed by id: single WINDOW
|
| Mixed by name: single WINDOW
|
| Mixed by id (no iframe): collection(6) IMG(id) FORM(id) APPLET(id) EMBED(id) OBJECT(id) SPAN(id)
|
| Mixed by name (no iframe): collection(5) IMG(name) FORM(name) APPLET(name) EMBED(name) OBJECT(name)
|
|
|