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 57e64fe9a0e18d92012c16b8c10900ae30f0f78e..1acd4ea9e3a3fff6bd14f845db3370dce2b42b2c 100644 |
--- a/third_party/WebKit/Source/core/css/html.css |
+++ b/third_party/WebKit/Source/core/css/html.css |
@@ -1118,6 +1118,7 @@ slot { |
/* Allows thead sections to print at the top of each page. */ |
@media print { |
thead { break-inside:avoid; } |
+ tfoot { break-inside:avoid; } |
} |
/* noscript is handled internally, as it depends on settings. */ |