Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /compat/webkit-box-z-index.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="match" href="green-ref.html">
<div style="display: -webkit-box; width: 100px; height: 100px;">
<div style="background: green; min-width: 100%; z-index: 1;"></div>
<div style="background: red; min-width: 100%; margin-left: -100%;"></div>
</div>