| Index: LayoutTests/css3/device-adapt/opera/descriptor-values-004.html
|
| diff --git a/LayoutTests/css3/device-adapt/opera/descriptor-values-004.html b/LayoutTests/css3/device-adapt/opera/descriptor-values-004.html
|
| index c81f25947ced17f3a3a4a3b1ef23120f0e39ba40..21ac81dbdcc38922688f66a763e1f41dbffbcc42 100644
|
| --- a/LayoutTests/css3/device-adapt/opera/descriptor-values-004.html
|
| +++ b/LayoutTests/css3/device-adapt/opera/descriptor-values-004.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; max-zoom: -10%; zoom: -0.1; }
|
| + @viewport { min-zoom: -1; max-zoom: -10%; zoom: -0.1; }
|
| /* 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. */
|
|
|