chromium/third_party/blink/web_tests/wpt_internal/geolocation-api/resources/pass-test.html

SUCCESS
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
document.title = decodeURIComponent(location.hash.substring(1));
setup({single_test: true});
done();
</script>