diff options
Diffstat (limited to 'layout/reftests/bugs/431341-2.html')
-rw-r--r-- | layout/reftests/bugs/431341-2.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/bugs/431341-2.html b/layout/reftests/bugs/431341-2.html new file mode 100644 index 0000000000..96377592b2 --- /dev/null +++ b/layout/reftests/bugs/431341-2.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<head> +<style> +body { font-family:DejaVu Sans; font-size:100px; } +p::first-letter { float:left; } +</style> +</head> +<body> +<p>fish fish f‌ish +</body> +</html> |