diff options
Diffstat (limited to 'layout/reftests/bugs/421955-1.html')
-rw-r--r-- | layout/reftests/bugs/421955-1.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/reftests/bugs/421955-1.html b/layout/reftests/bugs/421955-1.html new file mode 100644 index 0000000000..b1441b066d --- /dev/null +++ b/layout/reftests/bugs/421955-1.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> +<!-- Use letter-spacing in the style to keep the antialiased edges of the glyph + from being erased by the following white span in the reference --> +<body style="text-rendering: optimizeLegibility; background-color: white; + letter-spacing: 2px;"> +<p>̅</p> +</body> +</html> |