| 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..d33bae58074b66af035d98d5a466f072b82774db
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/span/outline.html
|
| @@ -0,0 +1,9 @@
|
| +<!DOCTYPE html>
|
| +<p>Test 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="position: relative">
|
| + <div style="-webkit-column-span:all">
|
| + <div style=" outline: 2px solid blue; height: 100px"></div>
|
| + </div>
|
| + </div>
|
| +</div>
|
|
|