Chromium Code Reviews| Index: LayoutTests/css3/device-adapt/opera/constrain-008.html |
| diff --git a/LayoutTests/css3/device-adapt/opera/constrain-008.html b/LayoutTests/css3/device-adapt/opera/constrain-008.html |
| index 083e453ab00cba8c86ab621f9578c7e1dfbbb15e..5d2231c85d1796c542d9f1baecc923591d50a43c 100644 |
| --- a/LayoutTests/css3/device-adapt/opera/constrain-008.html |
| +++ b/LayoutTests/css3/device-adapt/opera/constrain-008.html |
| @@ -49,14 +49,10 @@ |
| if (window.testRunner) { |
| viewport.fontSize = parseInt(getComputedStyle(testElm, "").fontSize); |
| - viewport.deviceWidth = 320; |
| - viewport.deviceHeight = 480; |
| viewport.initialWidth = 320; |
| viewport.initialHeight = 352; |
| var vpString = internals.configurationForViewport(document, 1, |
|
kenneth.r.christiansen
2013/08/15 18:36:35
Maybe we could rename this at the same time to som
rune
2013/08/15 20:40:08
Done.
|
| - viewport.deviceWidth, |
| - viewport.deviceHeight, |
| viewport.initialWidth, |
| viewport.initialHeight); |