Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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>