Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/widgets/button-layout/block-in-inline.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="block-in-inline-ref.html">
<button style="width: 100px; height: 100px;">
<span>
<div style="width: 100%; height: 100%; background: green;"></div>
</span>
</button>