diff options
Diffstat (limited to 'layout/reftests/columns/min-width-1-ref.html')
-rw-r--r-- | layout/reftests/columns/min-width-1-ref.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/columns/min-width-1-ref.html b/layout/reftests/columns/min-width-1-ref.html new file mode 100644 index 0000000000..d6d7034b09 --- /dev/null +++ b/layout/reftests/columns/min-width-1-ref.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<head> + <style> + div { border:2px solid black; width:100px; height:200px; } + </style> +</head> +<body> + <table width="1"><tr><td><div></div></tr></td></table> + <table width="1"><tr><td><div></div></tr></td></table> +</body> +</html> |