diff options
Diffstat (limited to 'layout/reftests/bugs/484256-1.html')
-rw-r--r-- | layout/reftests/bugs/484256-1.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/bugs/484256-1.html b/layout/reftests/bugs/484256-1.html new file mode 100644 index 0000000000..1c9b053278 --- /dev/null +++ b/layout/reftests/bugs/484256-1.html @@ -0,0 +1,12 @@ +<html> +<head> +<style> +table {border-collapse: collapse; +border-top: 300px solid orange} +div {width:10px; height: 10px; border:thin green solid;} +td {padding:0px;} +</style> +</head> +<div></div> +<table><tr><td><div></div></td></tr></table> +</html>
\ No newline at end of file |