| Index: third_party/WebKit/LayoutTests/fast/text/soft-hyphen-overflow.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/soft-hyphen-overflow.html b/third_party/WebKit/LayoutTests/fast/text/soft-hyphen-overflow.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f71a24e61a9cdbdcea24e601f652efd2f6ccd333
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/soft-hyphen-overflow.html
|
| @@ -0,0 +1,13 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +div {
|
| + width: 10ch;
|
| + border: solid;
|
| +}
|
| +</style>
|
| +<p>H should be followed by a hyphen, and x should not.</p>
|
| +<div>xxxxxxxxxxxxxxxH­xxxx</div>
|
| +<div>xxxxxH­xxxxxxxxxxxxxxxH­xxxx</div>
|
| +<div>xxxxxH­xxxxxH­xxxxxxx</div>
|
| +<div>xxxxxH­xxxxxxxxxxxxxxxx</div>
|
| +<div>xxxxxH­xxxxxxxxxxxxxxxx xxxxxxx</div>
|
|
|