diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/bugs/398797-1c.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/bugs/398797-1c.html b/layout/reftests/bugs/398797-1c.html new file mode 100644 index 0000000000..ade00e52ee --- /dev/null +++ b/layout/reftests/bugs/398797-1c.html @@ -0,0 +1,11 @@ +<html> +<head> +<link rel="stylesheet" href="398797-style.css"/> +</head> +<body> + <div class="green">foo</div> + <div class="blue abs in"> + <span class="yellow abs pos">bar</span> + </div> +</body> +</html> |