Chromium Code Reviews| Index: LayoutTests/fast/text/soft-hyphen-simple-text-expected.html |
| diff --git a/LayoutTests/fast/text/soft-hyphen-simple-text-expected.html b/LayoutTests/fast/text/soft-hyphen-simple-text-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ad08efa6c0481326c09c231c8c6471fac84d1b4a |
| --- /dev/null |
| +++ b/LayoutTests/fast/text/soft-hyphen-simple-text-expected.html |
| @@ -0,0 +1,32 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <head> |
| + <title>Soft Hyphen Test</title> |
| + <style> |
| + p { |
| + text-align: justify; |
| + width: 250px; |
| + height: 250px; |
| + position: relative; |
| + } |
| + p > #cover { |
| + position: absolute; |
| + top: 0; |
| + left: 0; |
| + right: 0; |
| + bottom: 0; |
| + background: green; |
| + display: block; |
| + } |
| + </style> |
| + </head> |
| + <body> |
| + <p> |
| + |
| + <span id="cover"> </span> |
| + </p> |
| + <p> |
| + A green square and no text should appear above. |
| + </p> |
| + </body> |
| +</html> |