summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/386014-1c.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/386014-1c.html')
-rw-r--r--layout/reftests/bugs/386014-1c.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/bugs/386014-1c.html b/layout/reftests/bugs/386014-1c.html
new file mode 100644
index 0000000000..d670cccb46
--- /dev/null
+++ b/layout/reftests/bugs/386014-1c.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <style>
+ caption { color: green }
+ </style>
+</head>
+<body>
+
+<table style="background: green;"><caption style="background: inherit">TEST</caption><caption></caption></table>
+
+</body>
+</html>