Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <head> | |
| 2 <style> | |
| 3 /* 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
| |
| 4 to behave like Android */ | |
| 5 @viewport { | |
| 6 min-width: 980px; | |
| 7 } | |
| 8 </style> | |
| 9 </head> | |
| 1 <body>Ordinary non-mobile page</body> | 10 <body>Ordinary non-mobile page</body> |
| OLD | NEW |