summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/206631-1-ref.html
blob: 826ec4cfec5135bc004efead055ea5291154dd10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<style>
body {
 font-size: 16px;
}
</style>
</head>
<body>
<p style="border: 1px solid #000;">Test 1</p>
<p style="border: 3px solid #000;">Test 2</p>
<p style="border: 4px solid #000;">Test 3</p>
</body>
</html>