| 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>
|
|
|