Chromium Code Reviews| Index: Source/web/tests/data/no_viewport_tag.html |
| diff --git a/Source/web/tests/data/no_viewport_tag.html b/Source/web/tests/data/no_viewport_tag.html |
| index 9ba98157464d33d87eb1af628cc73d541ed4a1bd..897b8d846b126942c00c005c0721cde4daa0f38d 100644 |
| --- a/Source/web/tests/data/no_viewport_tag.html |
| +++ b/Source/web/tests/data/no_viewport_tag.html |
| @@ -1,4 +1,13 @@ |
| <html> |
| + <head> |
| + <style> |
| + /* Since tests are built with desktop viewport settings set the viewport |
| + to behave like Android */ |
| + @viewport { |
| + min-width: 980px; |
| + } |
| + </style> |
| + </head> |
| <body> |
| <p> Test </p> |
| </body> |