Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1960)

Unified Diff: Source/web/tests/data/disambiguation_popup_viewport_site.html

Issue 23592015: Use constrained values for shouldDisableDesktopWorkarounds. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698