tor-browser

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

groove-default.html (590B)


      1 <!doctype html>
      2 <title>CSS Test: Groove border with default color should actually show a groove border</title>
      3 <link rel="help" href="https://drafts.csswg.org/css2/box.html#border-style-properties">
      4 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1488294">
      5 <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
      6 <link rel="author" href="https://www.mozilla.org" title="Mozilla">
      7 <link rel="mismatch" href="groove-ridge-default-notref.html">
      8 <style>
      9  div {
     10    width: 100px;
     11    height: 100px;
     12    border: 10px groove;
     13  }
     14 </style>
     15 <div></div>