| Index: third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-locale-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-locale-expected.html b/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-locale-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3ba517457fd3373aeada305ee277fb519e3729ec
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-locale-expected.html
|
| @@ -0,0 +1,18 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +div {
|
| + font-family: 'Courier New';
|
| +}
|
| +
|
| +span {
|
| + border: thin solid black;
|
| + display: block;
|
| + width: 8ch;
|
| +}
|
| +</style>
|
| +<div lang="en-us">
|
| + <span>a hy-<br>phen-<br>ation a</span>
|
| +</div>
|
| +<div lang="ja-jp">
|
| + <span>a hyphenation a</span>
|
| +</div>
|
|
|