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

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

Issue 203693003: BatteryStatus: fix chargingTime() to follow the specification. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update test results 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-properties-after-frame-navigated-expected.txt
diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt
index 361e63e8f299743688f2c5d0cc1d6979b31e5548..9041ccaab74657b48774d0bd5b402bbd92f83f2c 100644
--- a/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt
+++ b/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-navigated-expected.txt
@@ -42,7 +42,7 @@ PASS window.cached_navigator.userAgent is ''
PASS window.cached_navigator.vendor is window.navigator.vendor
PASS window.cached_navigator.vendorSub is ''
FAIL window.cached_navigator_battery.charging should be false. Was true.
-FAIL window.cached_navigator_battery.chargingTime should be 0. Was Infinity.
+PASS window.cached_navigator_battery.chargingTime is 0
FAIL window.cached_navigator_battery.dischargingTime should be 0. Was Infinity.
FAIL window.cached_navigator_battery.level should be 0. Was 1.
PASS window.cached_navigator_battery.onchargingchange is null

Powered by Google App Engine
This is Rietveld 408576698