mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Update web-platform-tests to revision 9c2bea6dac36e36ba1f489d10c2be42160d8f34f
This commit is contained in:
parent
482923cec2
commit
5c371dd958
459 changed files with 10717 additions and 834 deletions
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE HTML>
|
||||
<meta charset="utf-8">
|
||||
<meta name=timeout content=long>
|
||||
<title>Geolocation Test: getCurrentPosition tests</title>
|
||||
<link rel="help" href="http://www.w3.org/TR/geolocation-API/">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
|
@ -125,7 +126,7 @@ function errorCallback(error)
|
|||
fail.done();
|
||||
}
|
||||
|
||||
success = async_test("getCurrentPosition success callback tests", {timeout:20000});
|
||||
success = async_test("getCurrentPosition success callback tests");
|
||||
|
||||
// with a longer timeout and with the user accepting the position request,
|
||||
// this should test the successcallback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue