This is a testharness.js-based test.
PASS Call getCurrentPosition with wrong type for enableHighAccuracy. No exception expected.
PASS Call watchPosition with wrong type for enableHighAccuracy. No exception expected.
PASS PositionOptions tests
FAIL Set timeout and maximumAge to 0, check that timeout error raised (getCurrentPosition) assert_equals: expected 3 but got 1
FAIL Set timeout and maximumAge to 0, check that timeout error raised (watchPosition) assert_equals: expected 3 but got 1
FAIL Check that a negative timeout value is equivalent to a 0 timeout value (getCurrentLocation) assert_equals: expected 3 but got 1
FAIL Check that a negative timeout value is equivalent to a 0 timeout value (watchPosition) assert_equals: expected 3 but got 1
Harness: the test ran to completion.

