Chromium Code Reviews| Index: Source/web/tests/data/resize_scroll_minimum_scale.html |
| diff --git a/Source/web/tests/data/resize_scroll_minimum_scale.html b/Source/web/tests/data/resize_scroll_minimum_scale.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e3e1b9edab7eb8c28f45b58bb9c1d2153f59d3e9 |
| --- /dev/null |
| +++ b/Source/web/tests/data/resize_scroll_minimum_scale.html |
| @@ -0,0 +1,6 @@ |
| +<html> |
| +<head> |
| + <meta name="viewport" content="width=device-width, minimum-scale=1"> |
| +</head> |
| +<body style="margin:0px; padding:0px"><div style="width:280px; background-color:red">Wide div forcing page to widen only in portrait orientation (240x320px)</div></body> |
| +</html> |