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