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/pseudo-elements.tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset=utf-8>
<link rel="match" href="pseudo-elements-ref.html">
<body>
<div>
The permission element should not create any pseudo elements.
</div>
<style>
permission::before, permission::after { content: "FAIL"; }
</style>
<p>You should not see the word FAIL below.</p>
<permission type="camera">
</body>
</html>