Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Tests that the window.DeviceLightEvent and window.ondevicelight properties are p resent. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 4 | |
| 5 | |
| 6 FAIL typeof window.DeviceLightEvent == 'object' should be true. Was false. | |
|
Inactive
2014/04/15 15:56:12
Why all the FAIL lines?
riju_
2014/04/22 13:11:29
Done.
| |
| 7 FAIL typeof window.DeviceLightEvent == 'function' should be false. Was true. | |
| 8 FAIL hasDeviceLightEventProperty() should be true. Was false. | |
| 9 PASS 'DeviceLightEvent' in window is true | |
| 10 PASS window.hasOwnProperty('DeviceLightEvent') is true | |
| 11 PASS typeof window.ondevicelight == 'object' is true | |
| 12 PASS hasOnDeviceLightProperty() is true | |
| 13 PASS 'ondevicelight' in window is true | |
| 14 FAIL window.hasOwnProperty('ondevicelight') should be true. Was false. | |
| 15 PASS successfullyParsed is true | |
| 16 | |
| 17 TEST COMPLETE | |
| 18 | |
| OLD | NEW |