diff options
Diffstat (limited to 'layout/reftests/bugs/363874-max-width-ref.html')
-rw-r--r-- | layout/reftests/bugs/363874-max-width-ref.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/layout/reftests/bugs/363874-max-width-ref.html b/layout/reftests/bugs/363874-max-width-ref.html new file mode 100644 index 0000000000..7e31a7097e --- /dev/null +++ b/layout/reftests/bugs/363874-max-width-ref.html @@ -0,0 +1,19 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> + <title>Testcase, bug 363874</title> +</head> +<body> + +<table border width="100%"> + <tr><td>100</td><td width="50">50</td></tr> +</table> + +<table border> + <tr><td>aoeui aoeui aoeui aoeui aoeui aoeui aoeui aoeui aoeui</td></tr> + <tr><td width="100">100</td></tr> +</table> + +</body> +</html> |