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

Side by Side Diff: android_webview/tools/system_webview_shell/test/data/blink-apis/battery-status/battery-callback-expected.txt

Issue 1785283005: [WebView] Reorganize all of the WebView Shell apks into their own dir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
1 Test Battery Status API callback in WebView 1 Test Battery Status API callback in WebView
2 batteryStatusSuccess invoked 2 batteryStatusSuccess invoked
3 PASS: battery.level is >= 0 3 PASS: battery.level is >= 0
4 PASS: battery.level is <= 1 4 PASS: battery.level is <= 1
5 PASS: battery.level.toPrecision(2) == battery.level is true 5 PASS: battery.level.toPrecision(2) == battery.level is true
6 PASS: !battery.charging || battery.dischargingTime === Infinity is true 6 PASS: !battery.charging || battery.dischargingTime === Infinity is true
7 PASS: battery.charging || battery.chargingTime === Infinity is true 7 PASS: battery.charging || battery.chargingTime === Infinity is true
8 TEST FINISHED 8 TEST FINISHED
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698