HomeSort by relevance Sort by last modified time
    Searched full:pass (Results 126 - 150 of 3584) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/LayoutTests/fast/dom/Geolocation/
argument-types-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS navigator.geolocation.getCurrentPosition() threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
7 PASS navigator.geolocation.getCurrentPosition(undefined) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
8 PASS navigator.geolocation.getCurrentPosition(null) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
9 PASS navigator.geolocation.getCurrentPosition({}) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
10 PASS navigator.geolocation.getCurrentPosition(objectThrowingException) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
11 PASS navigator.geolocation.getCurrentPosition(emptyFunction) did not throw exception.
12 PASS navigator.geolocation.getCurrentPosition(Math.abs) did not throw exception.
13 PASS navigator.geolocation.getCurrentPosition(true) threw exception Error: TYPE_MISMATCH_ERR: DOM Exception 17.
14 PASS navigator.geolocation.getCurrentPosition(42) threw exception Error: TYPE_MISMATCH_ERR: DOM Excepti (…)
    [all...]
permission-denied-already-clear-watch-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS successfullyParsed is true
7 PASS error.code is error.PERMISSION_DENIED
8 PASS error.message is "User denied Geolocation"
10 PASS error.code is error.PERMISSION_DENIED
11 PASS error.message is "User denied Geolocation"
permission-denied-already-error-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS successfullyParsed is true
7 PASS error.code is error.PERMISSION_DENIED
8 PASS error.message is "User denied Geolocation"
10 PASS error.code is error.PERMISSION_DENIED
11 PASS error.message is "User denied Geolocation"
permission-denied-already-success-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS successfullyParsed is true
7 PASS error.code is error.PERMISSION_DENIED
8 PASS error.message is "User denied Geolocation"
10 PASS error.code is error.PERMISSION_DENIED
11 PASS error.message is "User denied Geolocation"
timeout-clear-watch-expected.txt 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS successfullyParsed is true
7 PASS error.code is error.TIMEOUT
8 PASS error.message is "Timeout expired"
callback-exception-expected.txt 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS successfullyParsed is true
8 PASS position.coords.latitude is mockLatitude
9 PASS position.coords.longitude is mockLongitude
10 PASS position.coords.accuracy is mockAccuracy