summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/battery-status/detached-no-crash-expected.txt
blob: e7dfc5c62eec30ba06fd85c8fdb0d5c771c2e2a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
Accessing navigator.getBattery() on a closed window.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS typeof(nav.getBattery()) == 'object' is true
PASS nav.getBattery() is undefined.
PASS successfullyParsed is true

TEST COMPLETE