Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-contain/contain-layout-select-001.tentative.html - WPT Dashboard Interop Dashboard
<!doctype html>
<link rel="match" href="reference/contain-layout-select-001-ref.html">
<meta name=assert content="Select and button align when layout-contained">
<style>
button, select {
appearance: none;
contain: layout;
width: 20px;
height: 20px;
border: 2px solid;
margin: 5px;
padding: 2px;
}
</style>
<button></button><select></select>