diff options
Diffstat (limited to 'layout/reftests/bugs/1773633.html')
-rw-r--r-- | layout/reftests/bugs/1773633.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1773633.html b/layout/reftests/bugs/1773633.html new file mode 100644 index 0000000000..95c8478b27 --- /dev/null +++ b/layout/reftests/bugs/1773633.html @@ -0,0 +1,9 @@ +<!doctype html> +<style> + div { + width: 100px; + height: 100px; + background-color: purple; + } +</style> +<div>Box with text</div> |