| 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 9e38e56ba599138dfb2ed9601127f9f0edc5e036..eed42057edb4479e6283107a854492c89719ef12 100644
 | 
| --- a/third_party/WebKit/Source/core/css/html.css
 | 
| +++ b/third_party/WebKit/Source/core/css/html.css
 | 
| @@ -1122,6 +1122,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. */
 | 
| 
 |