| Index: LayoutTests/css3/device-adapt/opera/constrain-010.html
|
| diff --git a/LayoutTests/css3/device-adapt/opera/constrain-010.html b/LayoutTests/css3/device-adapt/opera/constrain-010.html
|
| index 59227b2183da4bb3bfb992ee0d56289de7133a6c..2d79abe167bbeb5ff8498e510e4126d80254e4fc 100644
|
| --- a/LayoutTests/css3/device-adapt/opera/constrain-010.html
|
| +++ b/LayoutTests/css3/device-adapt/opera/constrain-010.html
|
| @@ -85,7 +85,7 @@
|
|
|
| /* Check viewport values. */
|
| test.step(function(){
|
| - assert_equals(viewport.actualWidth, 20*viewport.fontSize);
|
| + assert_equals(viewport.actualWidth, 320);
|
| });
|
|
|
| /* Finished. Show the results. */
|
|
|