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-css-property-stroke-width-reftest.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>The icon of the element should change if the stroke-width is changed</title>
<!-- TODO: Update the link to the permission icon spec -->
<link rel="mismatch" href="icon-css-property-stroke-width-reftest-ref.html">
<style>
::permission-icon {
stroke-width: 2px;
}
</style>
<permission id="geolocation" type="geolocation"></permission>