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

Unified Diff: LayoutTests/battery-status/multiple-promises-after-resolve-expected.txt

Issue 976373002: Return same promise consistently when using navigator.getBattery() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase, make compile, fix comment Created 5 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/battery-status/multiple-promises-after-resolve-expected.txt
diff --git a/LayoutTests/battery-status/multiple-promises-after-resolve-expected.txt b/LayoutTests/battery-status/multiple-promises-after-resolve-expected.txt
index 316cd8b36a707ffb67528ff8a468f8517d955702..4a1a557e194e1415eb98091fc202da1d2323a5fe 100644
--- a/LayoutTests/battery-status/multiple-promises-after-resolve-expected.txt
+++ b/LayoutTests/battery-status/multiple-promises-after-resolve-expected.txt
@@ -10,6 +10,7 @@ PASS batteryInfo.charging is mockBatteryInfo.charging
PASS batteryInfo.chargingTime is mockBatteryInfo.chargingTime
PASS batteryInfo.dischargingTime is mockBatteryInfo.dischargingTime
PASS batteryInfo.level is mockBatteryInfo.level
+PASS promise1 === promise2 is true
resolution number 2
PASS batteryInfo is defined.
PASS mockBatteryInfo is defined.

Powered by Google App Engine
This is Rietveld 408576698