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

Unified Diff: LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt

Issue 185643006: Auto-rebaseline for r168632 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
diff --git a/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt b/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
index 6a31070ecaff2a754a27996106ecdd3eebdc19eb..1e7e9ff8b4adb652fddc620cbb3e55c000e22e5f 100644
--- a/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
+++ b/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
@@ -19,6 +19,10 @@ PASS oldChildWindow.menubar.visible is newChildWindow.menubar.visible
PASS oldChildWindow.navigator.appCodeName is newChildWindow.navigator.appCodeName
PASS oldChildWindow.navigator.appName is newChildWindow.navigator.appName
PASS oldChildWindow.navigator.appVersion is newChildWindow.navigator.appVersion
+PASS oldChildWindow.navigator.battery.charging is newChildWindow.navigator.battery.charging
+PASS oldChildWindow.navigator.battery.chargingTime is newChildWindow.navigator.battery.chargingTime
+PASS oldChildWindow.navigator.battery.dischargingTime is newChildWindow.navigator.battery.dischargingTime
+PASS oldChildWindow.navigator.battery.level is newChildWindow.navigator.battery.level
PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEnabled
PASS oldChildWindow.navigator.language is newChildWindow.navigator.language
PASS oldChildWindow.navigator.onLine is newChildWindow.navigator.onLine

Powered by Google App Engine
This is Rietveld 408576698