| Index: LayoutTests/css3/device-adapt/opera/descriptor-values-001.html
|
| diff --git a/LayoutTests/css3/device-adapt/opera/descriptor-values-001.html b/LayoutTests/css3/device-adapt/opera/descriptor-values-001.html
|
| index 1bf1bc2e7ca297439e45f2c4394aa5b829eeb2a6..cc43503266eb62d2ccec7f653ed4cfc97684ffc4 100644
|
| --- a/LayoutTests/css3/device-adapt/opera/descriptor-values-001.html
|
| +++ b/LayoutTests/css3/device-adapt/opera/descriptor-values-001.html
|
| @@ -14,7 +14,7 @@
|
| html, body, #test { width: 100%; height: 100%; }
|
| #log { padding: 1em; display: none; }
|
| /* Reset viewport values to initial values to ignore UA stylesheet. */
|
| - @-webkit-viewport {
|
| + @viewport {
|
| width: auto;
|
| height: auto;
|
| zoom: auto;
|
| @@ -27,7 +27,7 @@
|
| </style>
|
| <style type="text/css">
|
| /* CSS for the test below. */
|
| - @-webkit-viewport { min-zoom: 1.5; max-zoom: 2; zoom: 170% }
|
| + @viewport { min-zoom: 1.5; max-zoom: 2; zoom: 170% }
|
| /* Set root element font-size to something different from the initial
|
| font-size to make sure 'rem' and 'em' for @viewport is based on the
|
| initial font-size, not the root element font-size. */
|
|
|