diff options
Diffstat (limited to 'layout/reftests/bugs/1043537-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/1043537-1-ref.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1043537-1-ref.html b/layout/reftests/bugs/1043537-1-ref.html new file mode 100644 index 0000000000..2cbe050b38 --- /dev/null +++ b/layout/reftests/bugs/1043537-1-ref.html @@ -0,0 +1,25 @@ +<html> +<head> +<meta charset="utf-8" /> +<title>Reference #1 for bug #1043537</title> +<style> +div { + width: 200px; + height: 200px; + background: yellow; +} + +div:before { + content: ''; + background: hotpink; + display: block; + width: 40px; + height: 40px; + overflow: hidden; +} +</style> +</head> +<body> + <div></div> +</body> +</html> |