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

Unified Diff: LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-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-navigated-expected.txt
diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
index 9cd8892db9f2740625266791426483235745aa75..6fb4ba92485c0c2fc7f48bf8cc47a84127fa3598 100644
--- a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
+++ b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-navigated-expected.txt
@@ -41,14 +41,6 @@ PASS oldChildWindow.name is newChildWindow.name
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.battery.onchargingchange is newChildWindow.navigator.battery.onchargingchange
-PASS oldChildWindow.navigator.battery.onchargingtimechange is newChildWindow.navigator.battery.onchargingtimechange
-PASS oldChildWindow.navigator.battery.ondischargingtimechange is newChildWindow.navigator.battery.ondischargingtimechange
-PASS oldChildWindow.navigator.battery.onlevelchange is newChildWindow.navigator.battery.onlevelchange
PASS oldChildWindow.navigator.connection.ontypechange is newChildWindow.navigator.connection.ontypechange
PASS oldChildWindow.navigator.connection.type is newChildWindow.navigator.connection.type
PASS oldChildWindow.navigator.cookieEnabled is newChildWindow.navigator.cookieEnabled

Powered by Google App Engine
This is Rietveld 408576698