diff options
Diffstat (limited to 'layout/reftests/display-list/retained-dl-wrap-list-ref.html')
-rw-r--r-- | layout/reftests/display-list/retained-dl-wrap-list-ref.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/display-list/retained-dl-wrap-list-ref.html b/layout/reftests/display-list/retained-dl-wrap-list-ref.html new file mode 100644 index 0000000000..ae90e4c1ac --- /dev/null +++ b/layout/reftests/display-list/retained-dl-wrap-list-ref.html @@ -0,0 +1,14 @@ +<html> +<head> +<style> +#hover { + background-color:blue; +} +</style> +</head> +<body> + <div style="float:left; width:200px; height:200px; background-color: red"> + <div style="width:100px; height:100px; " id="hover"></div> + </div> +</body> +</html> |