Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset=utf-8>
<link rel="match" href="display-css-property-reftest-ref.html">
<body>
<div>
The permission element should either be display 'none' or 'inline-block'
</div>
<style>
#id1 {
display: flex;
}
#id2 {
display: none;
}
</style>
<permission id="id1" type="geolocation">
<permission id="id2" type="camera">
<span>After element</span>
</body>