| Index: third_party/WebKit/LayoutTests/fast/text/soft-hyphen-overflow-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/soft-hyphen-overflow-expected.html b/third_party/WebKit/LayoutTests/fast/text/soft-hyphen-overflow-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7c914de4d493e8fd0df7539923afb429c15b1775
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/soft-hyphen-overflow-expected.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-<br>xxxx</div>
|
| +<div>xxxxxH-<br>xxxxxxxxxxxxxxxH-<br>xxxx</div>
|
| +<div>xxxxxH-<br>xxxxxH-<br>xxxxxxx</div>
|
| +<div>xxxxxH-<br>xxxxxxxxxxxxxxxx</div>
|
| +<div>xxxxxH-<br>xxxxxxxxxxxxxxxx xxxxxxx</div>
|
|
|