| Index: third_party/WebKit/LayoutTests/fast/text/hyphens/hyphen-min-preferred-width-mock.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphen-min-preferred-width-mock.html b/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphen-min-preferred-width-mock.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..195544c763b3a3b76f7c67abbe44c3d05cf30ffb
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/text/hyphens/hyphen-min-preferred-width-mock.html
|
| @@ -0,0 +1,22 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +div {
|
| + font: 20px Times;
|
| + -webkit-hyphens: auto;
|
| + hyphens: auto;
|
| +}
|
| +</style>
|
| +<script>
|
| +if (window.internals)
|
| + internals.setMockHyphenation('en-us');
|
| +</script>
|
| +<table cellspacing=0 cellpadding=0 lang="en-us">
|
| + <tr>
|
| + <td>
|
| + <div>
|
| + a hyphenation test.
|
| + </div>
|
| + </td>
|
| + <td style="width: 100%"></td>
|
| + </tr>
|
| +</table>
|
|
|