Index: third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-with-strut-before-first-line-expected.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-with-strut-before-first-line-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-with-strut-before-first-line-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ef3c4100f464b5141abf23bcd8e86f06c6a26339 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-with-strut-before-first-line-expected.html |
@@ -0,0 +1,13 @@ |
+<!DOCTYPE html> |
+<style> |
+ .fakeColumn { float:left; width:1em; height:100%; } |
+</style> |
+<p>The word "PASS" should be seen below.</p> |
+<div style="line-height:100px; height:100px;"> |
+ <div class="fakeColumn"></div> |
+ <div class="fakeColumn"></div> |
+ <div class="fakeColumn">P</div> |
+ <div class="fakeColumn">A</div> |
+ <div class="fakeColumn">S</div> |
+ <div class="fakeColumn">S</div> |
+</div> |