Chromium Code Reviews| Index: LayoutTests/fast/multicol/span/anonymous-style-inheritance.html |
| diff --git a/LayoutTests/fast/multicol/span/anonymous-style-inheritance.html b/LayoutTests/fast/multicol/span/anonymous-style-inheritance.html |
| index 1077b2668086cd263732c2d70440f12d34646d96..041be05b75b29fc5edbaf0268562fd67890f3b15 100644 |
| --- a/LayoutTests/fast/multicol/span/anonymous-style-inheritance.html |
| +++ b/LayoutTests/fast/multicol/span/anonymous-style-inheritance.html |
| @@ -1,6 +1,7 @@ |
| <!doctype html> |
| <head> |
| <style> |
| +body { overflow: hidden; } |
| div { border:5px solid maroon; -webkit-column-count:2; width:750px; margin: 1em 0 } |
| h2 { -webkit-column-span: all; background-color:#eeeeee } |
| </style> |