diff options
Diffstat (limited to 'layout/reftests/bugs/490176-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/490176-1-ref.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/bugs/490176-1-ref.html b/layout/reftests/bugs/490176-1-ref.html new file mode 100644 index 0000000000..a44124ae24 --- /dev/null +++ b/layout/reftests/bugs/490176-1-ref.html @@ -0,0 +1,18 @@ +<html> +<head> +<style type="text/css"> + +body, p { + display: table; + position: absolute; +} + +</style> +</head> + +<body> +<div>A B</div> +<p id="n">C D</p> +</body> + +</html> |