Chromium Code Reviews| Index: LayoutTests/fast/text/whitespace/pre-wrap-no-space-at-start-of-line-expected.html |
| diff --git a/LayoutTests/fast/text/whitespace/pre-wrap-no-space-at-start-of-line-expected.html b/LayoutTests/fast/text/whitespace/pre-wrap-no-space-at-start-of-line-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1cdef7ef49c32536ba28497646979f31df080bde |
| --- /dev/null |
| +++ b/LayoutTests/fast/text/whitespace/pre-wrap-no-space-at-start-of-line-expected.html |
| @@ -0,0 +1,4 @@ |
| +<!DOCTYPE html> |
| +<div>Tests that breaking whitespace is at the end of the current line instead of the beginning of the next line.</div> |
| + |
| +<div style="width: 25px; display: inline-block; white-space: pre-wrap; border: 5px solid salmon"><span>foo</span><br><span>bar</span></div> |
|
eae
2013/06/19 04:26:07
Using pre-wrap in the expected file seems a bit od
|