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 51647f0cdd792ec305f8f49e1715690be6b2c40a..686337d87ff8a35ed9980e4ddaf99906fd65676f 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,10 +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 |
+FAIL childWindow.navigator.battery.charging should be false. Was true. |
+FAIL childWindow.navigator.battery.chargingTime should be 0. Was Infinity. |
+FAIL childWindow.navigator.battery.dischargingTime should be 0. Was Infinity. |
+FAIL childWindow.navigator.battery.level should be 0. Was 1. |
PASS childWindow.navigator.cookieEnabled is false |
PASS childWindow.navigator.language is window.navigator.language |
PASS childWindow.navigator.onLine is window.navigator.onLine |