Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/DOMParser-interface
/
.
/
html
/
semantics
/
permission-element
/
pseudo-elements-ref.html
blob: a9d8d8655957cec3594c466fb1593552598da60f [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<html>
<meta
charset
=
utf-8
>
<body>
<div>
The permission element should not create any pseudo elements.
</div>
<p>
You should not see the word FAIL below.
</p>
<permission
type
=
"camera"
></permission>
</body>
</html>