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

Unified Diff: LayoutTests/css3/device-adapt/viewport-user-agent-style.html

Issue 40423003: Experimental viewport meta tag support for desktop, Blink-side. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase again Created 7 years, 1 month 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 | « no previous file | Source/core/core.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/device-adapt/viewport-user-agent-style.html
diff --git a/LayoutTests/css3/device-adapt/viewport-user-agent-style.html b/LayoutTests/css3/device-adapt/viewport-user-agent-style.html
index 9b71239c2d9b6ca5903031efca33d4844c6a1391..a6ca8f005785988236ce5abf5c96ea004f193c79 100644
--- a/LayoutTests/css3/device-adapt/viewport-user-agent-style.html
+++ b/LayoutTests/css3/device-adapt/viewport-user-agent-style.html
@@ -6,6 +6,9 @@
<script src="../../resources/testharnessreport.js"></script>
<script>
if (window.testRunner) {
+ // FIXME: Emulate the android viewport UA stylesheet. We should test this
+ // based on the platform we're building for
+ testRunner.addUserStyleSheet("@viewport {min-width: 980px}", true);
internals.settings.setViewportEnabled(true);
}
</script>
« no previous file with comments | « no previous file | Source/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698