Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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>