Index: LayoutTests/fast/text/whitespace/pre-wrap-no-space-at-start-of-line.html |
diff --git a/LayoutTests/fast/text/whitespace/pre-wrap-no-space-at-start-of-line.html b/LayoutTests/fast/text/whitespace/pre-wrap-no-space-at-start-of-line.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a7186ca00b8888a36402ccfc2a7f41b2f1dcd259 |
--- /dev/null |
+++ b/LayoutTests/fast/text/whitespace/pre-wrap-no-space-at-start-of-line.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> <span>bar</span></div> |