| Index: Source/core/css/html.css
|
| diff --git a/Source/core/css/html.css b/Source/core/css/html.css
|
| index 6fa435af4f1683b82d0c19a90b429e3db1a8872c..0f154bd9dfaf0e207dcf378fa3b7051048e091d2 100644
|
| --- a/Source/core/css/html.css
|
| +++ b/Source/core/css/html.css
|
| @@ -1119,5 +1119,11 @@ dialog::backdrop {
|
| border-width: 0px;
|
| }
|
|
|
| +/* Disable multicol in printing, since it's not implemented properly. See crbug.com/99358 */
|
| +
|
| +@media print {
|
| + * { -webkit-columns: auto !important; }
|
| +}
|
| +
|
| /* noscript is handled internally, as it depends on settings. */
|
|
|
|
|