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