Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/permission-element/geolocation-element/geolocation-element-with-comment.tentative.html - WPT Dashboard Interop Dashboard
<!doctype html>
<link rel="match" href="geolocation-element-with-comment-ref.html" />
<geolocation> <!-- Comment 1 --> </geolocation>
<geolocation>
<!-- C1 -->
Text
<!-- C2 -->
</geolocation>
<div style="display: flex">
<geolocation> <!-- Comment 1 --> </geolocation>
</div>
<geolocation>
<!-- Comment Before -->
<span>
<button>Click Me</button>
<textarea>Some text</textarea>
</span>
<!-- Comment After -->
</geolocation>