Home | History | Annotate | Download | only in resources

Lines Matching full:error

1 description("Tests that when Geolocation permission has been denied prior to a call to watchPosition, and the watch is cleared in the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
7 var error;
12 error = e
13 shouldBe('error.code', 'error.PERMISSION_DENIED');
14 shouldBe('error.message', '"User denied Geolocation"');
26 error = e
27 shouldBe('error.code', 'error.PERMISSION_DENIED');
28 shouldBe('error.message', '"User denied Geolocation"');