Index: LayoutTests/fast/inline-block/float-both-whitespace-expected.html |
diff --git a/LayoutTests/fast/inline-block/float-both-whitespace-expected.html b/LayoutTests/fast/inline-block/float-both-whitespace-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..60885b4d020bf38fd640165f5f2622eaaa6aec2c |
--- /dev/null |
+++ b/LayoutTests/fast/inline-block/float-both-whitespace-expected.html |
@@ -0,0 +1,17 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+<title>Test With Both Leading and Trailing Whitespace</title> |
+<style> |
+ div { height:150px; margin:0; padding:0; border:none; } |
+ .container { width:400px; } |
+ .middle { display:inline-block; width:400px; background-color:green; } |
+</style> |
+</head> |
+<body> |
+<p>There should be a single green rectangle below.</p> |
+<!-- Mixture of Leading and Trailing Whitespace --> |
+<div class="container"><div class="middle"></div></div> |
+ |
+</body> |
+</html> |