Index: LayoutTests/fast/text/complex-path-with-no-subpixel-fonts.html |
diff --git a/LayoutTests/fast/text/complex-path-with-no-subpixel-fonts.html b/LayoutTests/fast/text/complex-path-with-no-subpixel-fonts.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..eeca3d6e925277a0e3dce63a54f29741d9443974 |
--- /dev/null |
+++ b/LayoutTests/fast/text/complex-path-with-no-subpixel-fonts.html |
@@ -0,0 +1,14 @@ |
+<!DOCTYPE html> |
+<style> |
+div { |
+ font-family:Tahoma; |
+ font-size:14px; |
+} |
+.complex { |
+ text-rendering:optimizeLegibility; |
+} |
+</style> |
+<p>All lines should look the same. |
+<p>This test is intentionally a pixel test, see crbug.com/452914. |
+<div class=complex>!!!!!!!!!!!!!!<br>!!!!!!!!!!!!!!<br>!!!!!!!!!!!!!!<br>!!!!!!!!!!!!!!</div> |
+<div>!!!!!!!!!!!!!!<br>!!!!!!!!!!!!!!<br>!!!!!!!!!!!!!!<br>!!!!!!!!!!!!!!</div> |