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-decoration-tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset=utf-8>
<link rel="match" href="text-decoration-ref.html">
<body>
<style>
permission {
text-decoration: underline;
}
div {
text-decoration: underline;
}
</style>
<div>
<permission type="camera"></permission>
</div>
</body>
</html>