Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-with-many-breaks.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-with-many-breaks.html b/third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-with-many-breaks.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f9517df995d56e8a55e9756976be1705d5f8d306 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/nested-balanced-inner-with-many-breaks.html |
| @@ -0,0 +1,14 @@ |
| +<!DOCTYPE html> |
| +<p>The word "PASS" should be seen below.</p> |
| +<div style="columns:3; column-gap:0; width:24em; line-height:20px; orphans:1; widows:1; background:yellow;"> |
| + <br> |
| + <div> |
|
mstensho (USE GERRIT)
2016/11/10 21:06:51
The extra DIV here (and in the other tests) is nee
|
| + <div style="columns:2; column-gap:0;"> |
| + <div style="height:1px;"></div> |
| + <div style="break-before:column;"></div> |
| + <div style="height:1px;"></div> |
| + <div style="break-before:column;"></div> |
| + PASS |
| + </div> |
| + </div> |
| +</div> |