diff options
Diffstat (limited to 'layout/reftests/bugs/1097437-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/1097437-1-ref.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1097437-1-ref.html b/layout/reftests/bugs/1097437-1-ref.html new file mode 100644 index 0000000000..1317f162bf --- /dev/null +++ b/layout/reftests/bugs/1097437-1-ref.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<style> +body { background-color: white; } +#outer +{ + width: 100px; height: 100px; + padding: 1px; + background-color: black; +} +#inner +{ + width: 100px; height:100px; + background-color: white; +} +</style> +</head> +<body> +<div id="outer"><div id="inner"></div></div> +</body> +</html>
\ No newline at end of file |