13 lines
No EOL
242 B
HTML
13 lines
No EOL
242 B
HTML
<!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> |