summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/371354-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/371354-1.html')
-rw-r--r--layout/reftests/bugs/371354-1.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/layout/reftests/bugs/371354-1.html b/layout/reftests/bugs/371354-1.html
new file mode 100644
index 0000000000..233881753a
--- /dev/null
+++ b/layout/reftests/bugs/371354-1.html
@@ -0,0 +1,25 @@
+<!doctype html>
+<html>
+<head>
+<style type="text/css">
+span {
+ float: left;
+}
+img {
+ float: right;
+}
+</style>
+</head>
+<body>
+<table border="1">
+ <tr>
+ <td><span>Header 1</span> <img src="square-outline-32x32.png" alt=""></td>
+ <td><span>Header 2</span> <img src="square-outline-32x32.png" alt=""></td>
+ </tr>
+ <tr>
+ <td>short</td>
+ <td>long long long long long</td>
+ </tr>
+</table>
+</body>
+</html>