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

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

Issue 182613002: Add support to Battery Status API in blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add NeedsRebaseline for 4 tests for Mac. 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/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
index 712406e703fa9ed8fa6b9e7ffb02776fe5e9617d..51647f0cdd792ec305f8f49e1715690be6b2c40a 100644
--- a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
+++ b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
@@ -18,6 +18,10 @@ PASS childWindow.menubar.visible is false
PASS childWindow.navigator.appCodeName is window.navigator.appCodeName
PASS childWindow.navigator.appName is window.navigator.appName
PASS childWindow.navigator.appVersion is ''
+PASS childWindow.navigator.battery.charging is true
+PASS childWindow.navigator.battery.chargingTime is Infinity
+PASS childWindow.navigator.battery.dischargingTime is Infinity
+PASS childWindow.navigator.battery.level is 1
PASS childWindow.navigator.cookieEnabled is false
PASS childWindow.navigator.language is window.navigator.language
PASS childWindow.navigator.onLine is window.navigator.onLine

Powered by Google App Engine
This is Rietveld 408576698