summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-backgrounds/reference/border-right-width-1px-ref.html
blob: b725d6ea0f5fffeca926af02a75a4aebb0e78793 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
<title>CSS Borders: border-right-width: 1px, reference</title>
<style>
  div { display: inline-block; height: 100px; border-left-style: solid; border-left-width: 1px; }
</style>
</head>
<body>
  <p>There should be a black line below and no red.</p>
  <div></div>
</body>
</html>