Chromium Code Reviews| Index: Source/core/css/html.css |
| diff --git a/Source/core/css/html.css b/Source/core/css/html.css |
| index e9f2b6d514483ed763f62f13b4c0ea8dc865d786..dff2fce40ae77b135231a4e1ad240513f5217e52 100644 |
| --- a/Source/core/css/html.css |
| +++ b/Source/core/css/html.css |
| @@ -143,6 +143,10 @@ map { |
| display: inline |
| } |
| +video { |
| + object-fit: contain; |
| +} |
| + |
| /* heading elements */ |
| h1 { |