diff options
Diffstat (limited to 'layout/reftests/bugs/243302-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/243302-1-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/bugs/243302-1-ref.html b/layout/reftests/bugs/243302-1-ref.html new file mode 100644 index 000000000..54b703fc2 --- /dev/null +++ b/layout/reftests/bugs/243302-1-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<head> + <title>Bug 243302 Reference</title> +</head> +<body> +<table> + <tr><td width="100%">MMMM MMMM</td></tr> +</table> +</body> +</html> |