diff options
Diffstat (limited to 'layout/reftests/bugs/139550-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/139550-1-ref.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/bugs/139550-1-ref.html b/layout/reftests/bugs/139550-1-ref.html new file mode 100644 index 0000000000..4e92a54bfa --- /dev/null +++ b/layout/reftests/bugs/139550-1-ref.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd"> +<html> +<head> + <title>Bug 139550 Reference</title> +</head> +<body> +<div style="position: absolute"> + <table> + <tr><td bgcolor="black"><font color="white">text</font></td></tr> + </table> +</div> +</body> +</html> |