Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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>