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/quirks-mode-no-height-is-still-bounded.tentative.html - WPT Dashboard Interop Dashboard
<html>
<!-- Quirks mode used deliberately -->
<meta charset=utf-8>
<link rel="match" href="quirks-mode-no-height-is-still-bounded-ref.html">
<style>
permission {
font-size: 16px;
padding-top: 10px;
}
</style>
<body>
<permission type="camera">
</body>
</html>