| Index: third_party/WebKit/LayoutTests/fast/text/soft-hyphen-4-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/soft-hyphen-4-expected.html b/third_party/WebKit/LayoutTests/fast/text/soft-hyphen-4-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..eea017e4f8768cbd59565b5100119bcd3b3727e8
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/soft-hyphen-4-expected.html
|
| @@ -0,0 +1,25 @@
|
| +<html>
|
| +<head>
|
| + <script src="../../resources/ahem.js"></script>
|
| + <style>
|
| + .testbox {
|
| + border: solid;
|
| + padding: 4px;
|
| + width: 330px;
|
| + font: 18px Ahem;
|
| + text-align: justify;
|
| + -webkit-font-smoothing: none;
|
| + }
|
| + </style>
|
| +</head>
|
| +<body>
|
| + <p>
|
| + <!--In this test, the top-right boxes should be the same length-->
|
| + <div class="testbox">
|
| + 12345678901 anti- aliasing<br>
|
| + <br>
|
| + 12345678901 anti- aliasing<br>
|
| + </div>
|
| + </p>
|
| +</body>
|
| +</html>
|
|
|