| Index: Source/core/css/MediaQueryEvaluatorTest.cpp
|
| diff --git a/Source/core/css/MediaQueryEvaluatorTest.cpp b/Source/core/css/MediaQueryEvaluatorTest.cpp
|
| index 5b9ce59ee4032f99699c36f99ec3a501431d8f8a..09d59b934d0270bc1cb6527a2292b30762bcfc3f 100644
|
| --- a/Source/core/css/MediaQueryEvaluatorTest.cpp
|
| +++ b/Source/core/css/MediaQueryEvaluatorTest.cpp
|
| @@ -41,6 +41,10 @@ TestCase screenTestCases[] = {
|
| {"(resolution: 1dppx)", 0},
|
| {"(orientation: portrait)", 1},
|
| {"(orientation: landscape)", 0},
|
| + {"(orientation: url(portrait))", 0},
|
| + {"(orientation: #portrait)", 0},
|
| + {"(orientation: @portrait)", 0},
|
| + {"(orientation: 'portrait')", 0},
|
| {"tv and (scan: progressive)", 0},
|
| {"(pointer: coarse)", 0},
|
| {"(pointer: fine)", 1},
|
|
|