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/permission-icon/icon-restricted-css-no-effect-reftest.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>The icon of the permission element should not change when any of the restricted CSS properties are changed.</title>
<!-- TODO: Update the link to the permission icon spec -->
<link rel="match" href="standard-location-permission-element-ref.html">
<style>
::permission-icon {
margin-inline-start: 100px;
float: inline-end;
padding: 50px;
opacity: 0.5;
stroke-opacity: 0.5;
fill-rule: evenodd;
}
</style>
<permission id="geolocation" type="geolocation"></permission>