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/display-css-property-reftest.tentative.html - WPT Dashboard Interop Dashboard
<!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>