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..2c8bba9c8192ba2c14560faa26075a281aaf926a 100644 |
| --- a/Source/core/css/html.css |
| +++ b/Source/core/css/html.css |
| @@ -1118,5 +1118,14 @@ bdo { |
| border-width: 0px; |
| } |
| +/* viewport */ |
| + |
| +@viewport { |
| + -internal-priority: 0; |
| + width: extend-to-zoom 980px; |
| + min-zoom: 0.25; |
| + max-zoom: 5; |
| +} |
| + |
| /* noscript is handled internally, as it depends on settings. */ |