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/text-stroke-and-fill.tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset=utf-8>
<link rel="match" href="text-stroke-and-fill-ref.html">
<body>
<style>
permission, div {
-webkit-text-stroke-width: 10px;
-webkit-text-stroke-color: blue;
-webkit-text-fill-color: red;
}
</style>
<div>
<permission type="camera"></permission>
</div>
</body>
</html>