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