tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

contain-layout-select-001.tentative.html (519B)


      1 <!doctype html>
      2 <link rel="help" href="https://drafts.csswg.org/css-contain-1/#containment-layout">
      3 <link rel="help" href="https://github.com/web-platform-tests/wpt/issues/45889">
      4 <link rel="match" href="reference/contain-layout-select-001-ref.html">
      5 <meta name=assert content="Select and button align when layout-contained">
      6 <style>
      7 button, select {
      8  appearance: none;
      9  contain: layout;
     10  width: 20px;
     11  height: 20px;
     12  border: 2px solid;
     13  margin: 5px;
     14  padding: 2px;
     15 }
     16 </style>
     17 <button></button><select></select>