Index: third_party/WebKit/LayoutTests/fast/block/float/float-before-whitespace-inside-inline.html |
diff --git a/third_party/WebKit/LayoutTests/fast/block/float/float-before-whitespace-inside-inline.html b/third_party/WebKit/LayoutTests/fast/block/float/float-before-whitespace-inside-inline.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d511bfe65a7c373331f5ed48655761696c6b7fff |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/block/float/float-before-whitespace-inside-inline.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE html> |
+<style> |
+ div { float: right; } |
+</style> |
+<p>There should be a space between the two Xs below.</p> |
+<span>X<div></div> <span></span>X</span> |