diff options
Diffstat (limited to 'layout/reftests/bugs/368504-2-ref.html')
-rw-r--r-- | layout/reftests/bugs/368504-2-ref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/bugs/368504-2-ref.html b/layout/reftests/bugs/368504-2-ref.html new file mode 100644 index 0000000000..f6e7a8275d --- /dev/null +++ b/layout/reftests/bugs/368504-2-ref.html @@ -0,0 +1,18 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <title>Bug 368504 Reference 2</title> +</head> +<body> +<table border=1 cellpadding=0> + <tr> + <td width="100%"> </td> + <td>ddd</td> + </tr> + <tr><td colspan="2"> + <div> </div> + </td></tr> +</table> +</body> +</html> |