diff options
Diffstat (limited to 'layout/reftests/bugs/486065-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/486065-1-ref.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/bugs/486065-1-ref.html b/layout/reftests/bugs/486065-1-ref.html new file mode 100644 index 0000000000..9d25407185 --- /dev/null +++ b/layout/reftests/bugs/486065-1-ref.html @@ -0,0 +1,15 @@ +<html> +<head> +<style> +.d { + height:10em; + border:75px solid #CCC; +} +</style> +</head> +<body> + <ul class="d"> + <li>a</li> + </ul> +</body> +</html> |