Index: Source/web/tests/data/fixed_layout.html |
diff --git a/Source/web/tests/data/fixed_layout.html b/Source/web/tests/data/fixed_layout.html |
index a89cecae928e75e15edddfad11e1d97d6ded65c7..a3576b4ddc7510603b3755e273c7d3246f2f7360 100644 |
--- a/Source/web/tests/data/fixed_layout.html |
+++ b/Source/web/tests/data/fixed_layout.html |
@@ -1 +1,10 @@ |
+<head> |
+ <style> |
+ /* Since tests are built with desktop viewport settings set the viewport |
aelias_OOO_until_Jul13
2013/10/31 21:06:59
Hmm, this doesn't feel like the right way to test
bokan
2013/10/31 21:18:14
Hmm...I agree this feels wrong. The test this belo
|
+ to behave like Android */ |
+ @viewport { |
+ min-width: 980px; |
+ } |
+ </style> |
+</head> |
<body>Ordinary non-mobile page</body> |