| Index: third_party/WebKit/Source/core/css/html.css
|
| diff --git a/third_party/WebKit/Source/core/css/html.css b/third_party/WebKit/Source/core/css/html.css
|
| index 56f68f09d7fd0508517ef3761c1ddb57b65c9299..c301bbbedc18b84827c70835627fb23d3dd6496d 100644
|
| --- a/third_party/WebKit/Source/core/css/html.css
|
| +++ b/third_party/WebKit/Source/core/css/html.css
|
| @@ -1113,5 +1113,10 @@ dialog::backdrop {
|
| border-width: 0px;
|
| }
|
|
|
| +/* Allows thead sections to print at the top of each page. */
|
| +@media print {
|
| + thead { break-inside:avoid; }
|
| +}
|
| +
|
| /* noscript is handled internally, as it depends on settings. */
|
|
|
|
|