summaryrefslogtreecommitdiffstats
path: root/layout/reftests/table-background/table-row-opacity-dynamic-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/table-background/table-row-opacity-dynamic-1-ref.html')
-rw-r--r--layout/reftests/table-background/table-row-opacity-dynamic-1-ref.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/layout/reftests/table-background/table-row-opacity-dynamic-1-ref.html b/layout/reftests/table-background/table-row-opacity-dynamic-1-ref.html
new file mode 100644
index 0000000000..e69c3005c1
--- /dev/null
+++ b/layout/reftests/table-background/table-row-opacity-dynamic-1-ref.html
@@ -0,0 +1,28 @@
+<!DOCTYPE HTML>
+<html>
+<title>Test for bug 1224253</title>
+<style>
+
+body { background: white; color: black }
+
+table {
+ padding: 0;
+ border-spacing: 0;
+ border: none;
+ width: 15em;
+}
+
+tr {
+ background: rgba(0, 0, 255, 0.8);
+}
+
+td {
+ border: none;
+}
+
+</style>
+
+
+<table>
+ <tr style="opacity: 0.8"><td>cell</td></tr>
+</table>