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