Chromium Code Reviews| Index: Source/core/css/html.css |
| diff --git a/Source/core/css/html.css b/Source/core/css/html.css |
| index b1ad9ac08e36a6200c371329432854a6b2ad9f7e..c0eba0aeef45fe148b54feb88f70fc12c1175eda 100644 |
| --- a/Source/core/css/html.css |
| +++ b/Source/core/css/html.css |
| @@ -650,7 +650,11 @@ datalist { |
| display: none |
| } |
| -area, param { |
| +area { |
| + display: inline |
| +} |
| + |
| +param { |
| display: none |
| } |