| Index: LayoutTests/css3/device-adapt/opera/syntax-002.html
|
| diff --git a/LayoutTests/css3/device-adapt/opera/syntax-002.html b/LayoutTests/css3/device-adapt/opera/syntax-002.html
|
| index 7294c48e2d0c8fba11bc291f5692ee1e244a271c..246e3102cf85547a2349d859b9fb1344bb6df71a 100644
|
| --- a/LayoutTests/css3/device-adapt/opera/syntax-002.html
|
| +++ b/LayoutTests/css3/device-adapt/opera/syntax-002.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 { a: b; width: 500px }
|
| + @viewport { a: b; width: 500px }
|
| /* 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. */
|
|
|