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

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

Issue 329723005: Battery Status API: blink promise implementation and layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revert to a single resolver at a time Created 6 years, 6 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 99ab13952861362b420c1d5419af692cf373c425..40ef98c543abc91e79d12ae8aa4641158282ea36 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
@@ -40,14 +40,6 @@ PASS childWindow.name is ''
PASS childWindow.navigator.appCodeName is window.navigator.appCodeName
PASS childWindow.navigator.appName is window.navigator.appName
PASS childWindow.navigator.appVersion is ''
-FAIL childWindow.navigator.battery.charging should be false. Was true.
-PASS childWindow.navigator.battery.chargingTime is 0
-FAIL childWindow.navigator.battery.dischargingTime should be 0. Was Infinity.
-FAIL childWindow.navigator.battery.level should be 0. Was 1.
-PASS childWindow.navigator.battery.onchargingchange is null
-PASS childWindow.navigator.battery.onchargingtimechange is null
-PASS childWindow.navigator.battery.ondischargingtimechange is null
-PASS childWindow.navigator.battery.onlevelchange is null
PASS childWindow.navigator.connection.ontypechange is null
PASS childWindow.navigator.connection.type is window.navigator.connection.type
PASS childWindow.navigator.cookieEnabled is false

Powered by Google App Engine
This is Rietveld 408576698