Index: third_party/WebKit/LayoutTests/fast/multicol/span/outline.html |
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/outline.html b/third_party/WebKit/LayoutTests/fast/multicol/span/outline.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..975816981c45edf381d4eeeb4839abd2b8921d19 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/fast/multicol/span/outline.html |
@@ -0,0 +1,7 @@ |
+<!DOCTYPE html> |
+<p>Test that an outlined element inside a spanner. Passes if there is a complete blue rectangle below.</p> |
+<div style="width:300px; -webkit-columns:3; -webkit-column-gap:20px;"> |
+ <div style="-webkit-column-span:all"> |
mstensho (USE GERRIT)
2016/01/22 21:24:26
Is this still going to work if you make this one p
Xianzhu
2016/01/22 22:07:34
Yes. Added a position:relative DIV wrapper.
|
+ <div style=" outline: 2px solid blue; height: 100px"></div> |
+ </div> |
+</div> |