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">
<link rel="help" href="https://github.com/WICG/PEPC/blob/main/explainer.md#locking-the-pepc-style">
<body>
<style>
usermedia, div {
-webkit-text-stroke-width: 10px;
-webkit-text-stroke-color: blue;
-webkit-text-fill-color: red;
}
</style>
<div>
<usermedia type="camera"></usermedia>
</div>
</body>
</html>