Chromium Code Reviews| Index: Source/web/tests/data/disambiguation_popup_viewport_site.html |
| diff --git a/Source/web/tests/data/disambiguation_popup.html b/Source/web/tests/data/disambiguation_popup_viewport_site.html |
| similarity index 87% |
| copy from Source/web/tests/data/disambiguation_popup.html |
| copy to Source/web/tests/data/disambiguation_popup_viewport_site.html |
| index b1af285ce61f017c22c2809cb8ce1b194ae71e6b..9042185edbb0677023d8cffeaa36351f4167fc47 100644 |
| --- a/Source/web/tests/data/disambiguation_popup.html |
| +++ b/Source/web/tests/data/disambiguation_popup_viewport_site.html |
| @@ -2,6 +2,14 @@ |
| <head> |
| <title>Disambiguation Popup Test</title> |
| <style type="text/css"> |
| +@viewport { |
| + width: auto; |
|
kenneth.r.christiansen
2013/08/29 13:35:55
I guess we might need to add this to other viewpor
rune
2013/08/29 13:57:53
I think you might be confused by rietveld/me. This
|
| + height: auto; |
| + min-zoom: auto; |
| + max-zoom: auto; |
| + zoom: auto; |
| + user-zoom: zoom; |
| +} |
| .horizontal-link { |
| display:block; |
| width:200px; |