| Index: LayoutTests/css3/device-adapt/opera/descriptor-values-003.html
|
| diff --git a/LayoutTests/css3/device-adapt/opera/descriptor-values-003.html b/LayoutTests/css3/device-adapt/opera/descriptor-values-003.html
|
| index afc7f6392f3165acc707e63e67b5eb8be36c589e..e43e8a22fc5b16cf6452f3290a07b16214f7712f 100644
|
| --- a/LayoutTests/css3/device-adapt/opera/descriptor-values-003.html
|
| +++ b/LayoutTests/css3/device-adapt/opera/descriptor-values-003.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-width: 0; max-width: 0%; min-height: 0cm; max-height: 0ex }
|
| + @viewport { min-width: 0; max-width: 0%; min-height: 0cm; max-height: 0ex }
|
| /* 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. */
|
|
|