diff options
Diffstat (limited to 'layout/reftests/bugs/586400-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/586400-1-ref.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/bugs/586400-1-ref.html b/layout/reftests/bugs/586400-1-ref.html new file mode 100644 index 0000000000..5feef98d64 --- /dev/null +++ b/layout/reftests/bugs/586400-1-ref.html @@ -0,0 +1,15 @@ +<!DOCTYPE HTML> +<html> + <head> + <style> + div.spacer {width:20px; height: 20px;} + table {background-color: lime;} + td {background-color: green;} + </style> + </head> + <body> + <table cellpadding="30px"><tr> + <td> <div class="spacer"></div> </td></tr> + </table> + </body> +</html> |