--- /home/clopez/webkit/webkit/layout-test-results/batterystatus/window-property-expected.txt +++ /home/clopez/webkit/webkit/layout-test-results/batterystatus/window-property-actual.txt @@ -3,12 +3,12 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". -PASS typeof navigator.webkitBattery == 'object' is true -PASS hasOnBatteryProperty() is true -PASS navigator.webkitBattery.hasOwnProperty('onchargingchange') is true -PASS navigator.webkitBattery.hasOwnProperty('onchargingtimechange') is true -PASS navigator.webkitBattery.hasOwnProperty('ondischargingtimechange') is true -PASS navigator.webkitBattery.hasOwnProperty('onlevelchange') is true +FAIL typeof navigator.webkitBattery == 'object' should be true. Was false. +FAIL hasOnBatteryProperty() should be true. Was false. +FAIL navigator.webkitBattery.hasOwnProperty('onchargingchange') should be true. Threw exception TypeError: undefined is not an object (evaluating 'navigator.webkitBattery.hasOwnProperty') +FAIL navigator.webkitBattery.hasOwnProperty('onchargingtimechange') should be true. Threw exception TypeError: undefined is not an object (evaluating 'navigator.webkitBattery.hasOwnProperty') +FAIL navigator.webkitBattery.hasOwnProperty('ondischargingtimechange') should be true. Threw exception TypeError: undefined is not an object (evaluating 'navigator.webkitBattery.hasOwnProperty') +FAIL navigator.webkitBattery.hasOwnProperty('onlevelchange') should be true. Threw exception TypeError: undefined is not an object (evaluating 'navigator.webkitBattery.hasOwnProperty') PASS successfullyParsed is true TEST COMPLETE