summaryrefslogtreecommitdiffstats
path: root/layout/reftests/border-dotted/1761756-ref.html
blob: 1c5fd402a1dd9eebcf6dd6519e398f98b1a14a7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<style>
big {
  border-block-end-style: dotted;
}
</style>
</head>
<body>
<big id="big" dir="rtl"></big>
<script>
const big = document.getElementById("big");
big.innerText = "\nA";
</script>
</body>
</html>