<!
DOCTYPE HTML >
<
html >
<!--
https : / / bugzilla . mozilla . org / show_bug . cgi ? id = 478911
-->
<
head >
<
title >Test for watchPosition </
title >
<
script src=
"/tests/SimpleTest/SimpleTest.js" ></
script >
<
script type=
"text/javascript" src=
"geolocation_common.js" ></
script >
<
link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css" />
</
head >
<
body >
<
a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=478911 " >Mozill
a Bug 478911 </a >
<p id="display" ></p >
<div id="content" style ="display: none" >
</div >
<pre id="test" >
<script class="testbody" type="text/javascript" >
SimpleTest.waitForExplicitFinish();
resume_geolocationProvider(function() {
force_prompt(true, test1);
});
var watchID;
var timestamp;
/** @param {GeolocationPosition} position */
function successCallback(position) {
check_geolocation(position);
const delay = position.timestamp - timestamp;
info(`watchPosition took ${delay} ms`);
ok(delay < 2000 , "watchPosition should respond fast" );
navigator.geolocation.clearWatch(watchID);
SimpleTest.finish();
}
function test1() {
timestamp = Date.now();
watchID = navigator.geolocation.watchPosition(successCallback, null, null);
is(watchID, 1 , "initially returns 1" );
}
</script >
</pre >
</body >
</html >
Messung V0.5 in Prozent C=94 H=97 G=95
¤ Dauer der Verarbeitung: 0.2 Sekunden
¤
*© Formatika GbR, Deutschland