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

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

Issue 185643006: Auto-rebaseline for r168632 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/platform/mac/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
diff --git a/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt b/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
index b27cc25e2fc8822c5c05baa1ecc93a6b41719564..4ea22b806b8a87cd1edd0b15ca974e154b9f51f6 100644
--- a/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
+++ b/LayoutTests/platform/mac/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
@@ -22,6 +22,10 @@ PASS window.cached_navigator.product is window.navigator.product
PASS window.cached_navigator.productSub is window.navigator.productSub
PASS window.cached_navigator.userAgent is ''
PASS window.cached_navigator.vendor is window.navigator.vendor
+PASS window.cached_navigator_battery.charging is true
+PASS window.cached_navigator_battery.chargingTime is Infinity
+PASS window.cached_navigator_battery.dischargingTime is Infinity
+PASS window.cached_navigator_battery.level is 1
PASS window.cached_performance_timing.connectEnd is 0
PASS window.cached_performance_timing.connectStart is 0
PASS window.cached_performance_timing.domLoading is 0

Powered by Google App Engine
This is Rietveld 408576698