Index: LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt |
diff --git a/LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt b/LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt |
index ab8e8cc19e8f22fab38ed43848888e14850fadb1..244d0afd208d9461e35694f181d1873d1bd8bbe2 100644 |
--- a/LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt |
+++ b/LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt |
@@ -322,18 +322,18 @@ PASS win['top'] == '[object Window]' is true |
PASS win['top'] == '[object Window]' is true |
PASS win['window'] == '[object Window]' is true |
PASS win['window'] == '[object Window]' is true |
-PASS win['locationbar'] == '[object BarInfo]' is true |
-PASS win['locationbar'] == '[object BarInfo]' is true |
-PASS win['menubar'] == '[object BarInfo]' is true |
-PASS win['menubar'] == '[object BarInfo]' is true |
-PASS win['personalbar'] == '[object BarInfo]' is true |
-PASS win['personalbar'] == '[object BarInfo]' is true |
-PASS win['scrollbars'] == '[object BarInfo]' is true |
-PASS win['scrollbars'] == '[object BarInfo]' is true |
-PASS win['statusbar'] == '[object BarInfo]' is true |
-PASS win['statusbar'] == '[object BarInfo]' is true |
-PASS win['toolbar'] == '[object BarInfo]' is true |
-PASS win['toolbar'] == '[object BarInfo]' is true |
+PASS win['locationbar'] == '[object BarProp]' is true |
+PASS win['locationbar'] == '[object BarProp]' is true |
+PASS win['menubar'] == '[object BarProp]' is true |
+PASS win['menubar'] == '[object BarProp]' is true |
+PASS win['personalbar'] == '[object BarProp]' is true |
+PASS win['personalbar'] == '[object BarProp]' is true |
+PASS win['scrollbars'] == '[object BarProp]' is true |
+PASS win['scrollbars'] == '[object BarProp]' is true |
+PASS win['statusbar'] == '[object BarProp]' is true |
+PASS win['statusbar'] == '[object BarProp]' is true |
+PASS win['toolbar'] == '[object BarProp]' is true |
+PASS win['toolbar'] == '[object BarProp]' is true |
PASS win['console'] == '[object Console]' is true |
PASS win['history'] == '[object History]' is true |
PASS win['navigator'] == '[object Navigator]' is true |