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/install/install-element-with-comment.tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="install-element-with-comment-ref.html">
<meta name=fuzzy content="maxDifference=0-1;totalPixels=0-4">
<install> <!-- Comment 1 --> </install>
<install> <!-- C1 --> Text <!-- C2 --> </install>
<div style="display: flex;">
<install> <!-- Comment 1 --> </install>
</div>
<install>
<!-- Comment Before -->
<span>
<button>Click Me</button>
<textarea>Some text</textarea>
</span>
<!-- Comment After -->
</install>