summaryrefslogtreecommitdiffstats
path: root/layout/reftests/border-dotted/1761756-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/border-dotted/1761756-ref.html')
-rw-r--r--layout/reftests/border-dotted/1761756-ref.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/layout/reftests/border-dotted/1761756-ref.html b/layout/reftests/border-dotted/1761756-ref.html
new file mode 100644
index 0000000000..1c5fd402a1
--- /dev/null
+++ b/layout/reftests/border-dotted/1761756-ref.html
@@ -0,0 +1,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>