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

Unified Diff: LayoutTests/http/tests/security/cross-frame-access-put-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
Index: LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
diff --git a/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt b/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
index db52d56fd5c41e4ee4077a4b01e21018f6d4c747..314e960638591a713479b66b960c63e83e0998e5 100644
--- a/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
+++ b/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
@@ -292,8 +292,8 @@ ALERT: PASS: window.images should be 'undefined' and is.
ALERT: PASS: window.innerHeight should be '150' and is.
ALERT: PASS: window.innerWidth should be '300' and is.
ALERT: PASS: window.length should be '0' and is.
-ALERT: PASS: window.locationbar should be '[object BarInfo]' and is.
-ALERT: PASS: window.menubar should be '[object BarInfo]' and is.
+ALERT: PASS: window.locationbar should be '[object BarProp]' and is.
+ALERT: PASS: window.menubar should be '[object BarProp]' and is.
ALERT: PASS: window.name should be '' and is.
ALERT: PASS: window.navigator should be '[object Navigator]' and is.
ALERT: PASS: window.offscreenBuffering should be 'true' and is.
@@ -327,20 +327,20 @@ ALERT: PASS: window.outerHeight matched the expected value.
ALERT: PASS: window.outerWidth matched the expected value.
ALERT: PASS: window.pageXOffset should be '0' and is.
ALERT: PASS: window.pageYOffset should be '0' and is.
-ALERT: PASS: window.personalbar should be '[object BarInfo]' and is.
+ALERT: PASS: window.personalbar should be '[object BarProp]' and is.
ALERT: PASS: window.plugins should be 'undefined' and is.
ALERT: PASS: window.screen should be '[object Screen]' and is.
ALERT: PASS: window.screenLeft should be '0' and is.
ALERT: PASS: window.screenTop matched the expected value.
ALERT: PASS: window.screenX should be '0' and is.
ALERT: PASS: window.screenY matched the expected value.
-ALERT: PASS: window.scrollbars should be '[object BarInfo]' and is.
+ALERT: PASS: window.scrollbars should be '[object BarProp]' and is.
ALERT: PASS: window.scrollX should be '0' and is.
ALERT: PASS: window.scrollY should be '0' and is.
ALERT: PASS: window.self should be '[object Window]' and is.
ALERT: PASS: window.status should be '' and is.
-ALERT: PASS: window.statusbar should be '[object BarInfo]' and is.
-ALERT: PASS: window.toolbar should be '[object BarInfo]' and is.
+ALERT: PASS: window.statusbar should be '[object BarProp]' and is.
+ALERT: PASS: window.toolbar should be '[object BarProp]' and is.
ALERT: PASS: window.window should be '[object Window]' and is.
ALERT: PASS: window.parent should be parentOld and is.
ALERT: PASS: window.top should be topOld and is.

Powered by Google App Engine
This is Rietveld 408576698