Chromium Code Reviews| Index: LayoutTests/fast/text/glyph-overflow.html |
| diff --git a/LayoutTests/fast/text/glyph-overflow.html b/LayoutTests/fast/text/glyph-overflow.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9e021c1ec8170e6afaceb05ed71128cf04279a0e |
| --- /dev/null |
| +++ b/LayoutTests/fast/text/glyph-overflow.html |
| @@ -0,0 +1,6 @@ |
| +<!DOCTYPE html> |
| +<div> |
| +Tests whether visual overflow contains glyph overflow. |
| +Passes if the overhanging part of 'f' character is not clipped off. |
| +</div> |
| +<div style="float: left; font-size: 100px; backface-visibility: hidden; backface-visibility: hidden">f</div> |