blob: dd845c9e3f30c792cd2edda44165799a515f6bca (
plain)
1
2
3
4
5
6
7
8
|
[cancel-watch-availability.html]
expected:
if os == "mac": [OK, TIMEOUT]
[Test that calling cancelWatchAvailability() without an id removes all the callbacks, and calling cancelWatchAvailability() with a removed id throws NotFoundError.]
expected: FAIL
[Test that calling cancelWatchAvailability() with an id does remove the callback, and calling cancelWatchAvailability with a removed id throws NotFoundError.]
expected: FAIL
|