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/webkit-text-security-on-parent.tentative.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>Permission Element with -webkit-text-security on parent</title>
<link rel="match" href="webkit-text-security-on-parent-ref.html">
<style>
#container {
-webkit-text-security: disc;
}
</style>
<div id="container"><permission id="p" type="camera"></permission></div>