summaryrefslogtreecommitdiffstats
path: root/layout/reftests/outline/outline-auto-002.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/outline/outline-auto-002.html')
-rw-r--r--layout/reftests/outline/outline-auto-002.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/reftests/outline/outline-auto-002.html b/layout/reftests/outline/outline-auto-002.html
new file mode 100644
index 0000000000..6f1ebddd0b
--- /dev/null
+++ b/layout/reftests/outline/outline-auto-002.html
@@ -0,0 +1,5 @@
+<!doctype html>
+<!-- Should see the border -->
+<div style="width: 104px; height: 104px; overflow: hidden">
+ <div style="width: 100px; height: 100px; outline: 1px auto; border: 2px solid lime; overflow: hidden"></div>
+</div>