| Index: third_party/WebKit/LayoutTests/fast/css3-text/css3-word-break/word-break-break-word-fit-content.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css3-text/css3-word-break/word-break-break-word-fit-content.html b/third_party/WebKit/LayoutTests/fast/css3-text/css3-word-break/word-break-break-word-fit-content.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9e8b51c95c57110141f530b4941a84f0a710a861
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/css3-text/css3-word-break/word-break-break-word-fit-content.html
|
| @@ -0,0 +1,17 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +html {
|
| + font-family: Courier, monospace;
|
| +}
|
| +td, span {
|
| + word-break: break-word;
|
| +}
|
| +span {
|
| + float: left;
|
| +}
|
| +table, p {
|
| + width: 1ch;
|
| +}
|
| +</style>
|
| +<table><tr><td>...</td></tr></table>
|
| +<p><span>...</span></p>
|
|
|