| Index: third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit-expected.html b/third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a27431652e5f13ccd85d6622b256c20caeb9fe87
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/line-break-8bit-after-16bit-expected.html
|
| @@ -0,0 +1,19 @@
|
| +<!DOCTYPE html>
|
| +<meta charset="utf-8">
|
| +<style>
|
| +@font-face {
|
| + font-family: AhemU;
|
| + src: url(../../third_party/adobe-fonts/CSSFWOrientationTest.otf);
|
| +}
|
| +div {
|
| + font-family: Ahem, AhemU;
|
| + font-size: 20px;
|
| + width: 3ch;
|
| +}
|
| +</style>
|
| +<body>
|
| + <div>fo–bar</div>
|
| + <div>国国国bar</div>
|
| + <div>あああbar</div>
|
| + <div>国国、bar</div>
|
| +</body>
|
|
|