Update scroll position immediately after resizing view
[framework/web/webkit-efl.git] / LayoutTests / batterystatus / window-property-expected.txt
1 Tests that the window.navigator.battery properties are present.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS typeof navigator.webkitBattery == 'object' is true
7 PASS hasOnBatteryProperty() is true
8 PASS navigator.webkitBattery.hasOwnProperty('onchargingchange') is true
9 PASS navigator.webkitBattery.hasOwnProperty('onchargingtimechange') is true
10 PASS navigator.webkitBattery.hasOwnProperty('ondischargingtimechange') is true
11 PASS navigator.webkitBattery.hasOwnProperty('onlevelchange') is true
12 PASS successfullyParsed is true
13
14 TEST COMPLETE
15