diff options
Diffstat (limited to 'layout/reftests/bugs/496032-1.html')
-rw-r--r-- | layout/reftests/bugs/496032-1.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/bugs/496032-1.html b/layout/reftests/bugs/496032-1.html new file mode 100644 index 0000000000..ae0b489819 --- /dev/null +++ b/layout/reftests/bugs/496032-1.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML> +<html> +<head> +<style> +button { display:inline-block; } +button:first-letter { font-size:200%; } +button:first-line { color:lime; } +</style> +</head> +<body> +<button>Hello</button> +</body> +</html> |