summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/291078-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/291078-2.html')
-rw-r--r--layout/reftests/bugs/291078-2.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/bugs/291078-2.html b/layout/reftests/bugs/291078-2.html
new file mode 100644
index 0000000000..09886bd85b
--- /dev/null
+++ b/layout/reftests/bugs/291078-2.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+<head>
+<style type="text/css">
+.type:first-line
+{
+}
+</style>
+</head>
+<body>
+<table align="center">
+ <tr>
+ <td class="type">
+ <span style="opacity: 0.99">text text</span>
+ </td>
+ </tr>
+</table>
+</body>
+</html>