| Index: third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-align-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-align-expected.html b/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-align-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e8d613a1469cbc64dac02ec7274e10cab1f33863
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphens-align-expected.html
|
| @@ -0,0 +1,15 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +div {
|
| + width: 15ch;
|
| + border: 2px solid blue;
|
| +}
|
| +</style>
|
| +<div style="text-align: justify">
|
| + <div>This is hyphen­ation enabled paragraph.</div>
|
| + <div>This is hyphen­ation enabled paragraph.</div>
|
| +</div>
|
| +<div style="text-align: right">
|
| + <div>This is hyphen­ation enabled paragraph.</div>
|
| + <div>This is hyphen­ation enabled paragraph.</div>
|
| +</div>
|
|
|