diff options
Diffstat (limited to 'layout/reftests/bugs/1374062-ref.html')
-rw-r--r-- | layout/reftests/bugs/1374062-ref.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1374062-ref.html b/layout/reftests/bugs/1374062-ref.html new file mode 100644 index 0000000000..e8b74a077a --- /dev/null +++ b/layout/reftests/bugs/1374062-ref.html @@ -0,0 +1,8 @@ +<!doctype html> +<title>CSS Test reference</title> +<style> + div { color: green; font-size: 10px; } +</style> +<div> + Should be green, and have a 10px font-size. +</div> |