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

Unified Diff: LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt

Issue 14773013: Rename BarInfo to BarProp and remove [NoInterfaceObject] attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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/http/tests/security/cross-frame-access-put-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/cross-frame-access-put-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698