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; |
+ height: auto; |
+ min-zoom: auto; |
+ max-zoom: auto; |
+ zoom: auto; |
+ user-zoom: zoom; |
+} |
.horizontal-link { |
display:block; |
width:200px; |