| Index: LayoutTests/css3/device-adapt/viewport-properties-validation.html
|
| diff --git a/LayoutTests/css3/device-adapt/viewport-properties-validation.html b/LayoutTests/css3/device-adapt/viewport-properties-validation.html
|
| index 86e757eb68d53b81a09346e875e0e68dc1a1fddf..08abbeba4d49943163bf87dea06b40aa40db54ab 100644
|
| --- a/LayoutTests/css3/device-adapt/viewport-properties-validation.html
|
| +++ b/LayoutTests/css3/device-adapt/viewport-properties-validation.html
|
| @@ -158,8 +158,6 @@
|
| "@viewport {" +
|
| " min-width: 50%;" +
|
| " max-width: 100px;" +
|
| - " min-height: device-width;" +
|
| - " max-height: device-height;" +
|
| " min-zoom: 50%;" +
|
| " max-zoom: 0.5;" +
|
| " orientation: landscape;" +
|
| @@ -182,8 +180,6 @@
|
| test(function() {
|
| assert_equals(rules.item(9).cssText,
|
| "@viewport {" +
|
| - " min-width: device-width;" +
|
| - " max-width: device-height;" +
|
| " min-height: 500px;" +
|
| " max-height: 50%;" +
|
| " min-zoom: 0.5;" +
|
|
|