| Index: LayoutTests/fast/media/w3c/test_media_queries.html
|
| diff --git a/LayoutTests/fast/media/w3c/test_media_queries.html b/LayoutTests/fast/media/w3c/test_media_queries.html
|
| index c1b51c7a492cd9aff108ec378e03b82602446c28..1bacc1c5d44e6de6422f2e3c62998fa735e17a5d 100644
|
| --- a/LayoutTests/fast/media/w3c/test_media_queries.html
|
| +++ b/LayoutTests/fast/media/w3c/test_media_queries.html
|
| @@ -8,6 +8,373 @@
|
| <link rel="help" href="http://www.w3.org/TR/css3-mediaqueries/">
|
| <script type="text/javascript" src="../../../resources/testharness.js"></script>
|
| <script type="text/javascript" src="../../../resources/testharnessreport.js"></script>
|
| +<script id="metadata_cache">/*
|
| +{
|
| + "subtest_1": { "assert": "query (orientation) should be parseable" },
|
| + "subtest_2": { "assert": "query not (orientation) should not be parseable" },
|
| + "subtest_3": { "assert": "query only (orientation) should not be parseable" },
|
| + "subtest_4": { "assert": "query all and (orientation) should be parseable" },
|
| + "subtest_5": { "assert": "query not all and (orientation) should be parseable" },
|
| + "subtest_6": { "assert": "query only all and (orientation) should be parseable" },
|
| + "subtest_7": { "assert": "expression width should be parseable" },
|
| + "subtest_8": { "assert": "expression width: 0 should be parseable" },
|
| + "subtest_9": { "assert": "expression width: 0px should be parseable" },
|
| + "subtest_10": { "assert": "expression width: 0em should be parseable" },
|
| + "subtest_11": { "assert": "expression width: -0 should be parseable" },
|
| + "subtest_12": { "assert": "expression min-width: -0 should be parseable" },
|
| + "subtest_13": { "assert": "expression max-width: -0 should be parseable" },
|
| + "subtest_14": { "assert": "expression width: -0cm should be parseable" },
|
| + "subtest_15": { "assert": "expression width: 1px should be parseable" },
|
| + "subtest_16": { "assert": "expression width: 0.001mm should be parseable" },
|
| + "subtest_17": { "assert": "expression width: 100000px should be parseable" },
|
| + "subtest_18": { "assert": "expression width: -1px should not be parseable" },
|
| + "subtest_19": { "assert": "expression min-width: -1px should not be parseable" },
|
| + "subtest_20": { "assert": "expression max-width: -1px should not be parseable" },
|
| + "subtest_21": { "assert": "expression width: -0.00001mm should not be parseable" },
|
| + "subtest_22": { "assert": "expression width: -100000em should not be parseable" },
|
| + "subtest_23": { "assert": "expression min-width should not be parseable" },
|
| + "subtest_24": { "assert": "expression max-width should not be parseable" },
|
| + "subtest_25": { "assert": "expression height should be parseable" },
|
| + "subtest_26": { "assert": "expression height: 0 should be parseable" },
|
| + "subtest_27": { "assert": "expression height: 0px should be parseable" },
|
| + "subtest_28": { "assert": "expression height: 0em should be parseable" },
|
| + "subtest_29": { "assert": "expression height: -0 should be parseable" },
|
| + "subtest_30": { "assert": "expression min-height: -0 should be parseable" },
|
| + "subtest_31": { "assert": "expression max-height: -0 should be parseable" },
|
| + "subtest_32": { "assert": "expression height: -0cm should be parseable" },
|
| + "subtest_33": { "assert": "expression height: 1px should be parseable" },
|
| + "subtest_34": { "assert": "expression height: 0.001mm should be parseable" },
|
| + "subtest_35": { "assert": "expression height: 100000px should be parseable" },
|
| + "subtest_36": { "assert": "expression height: -1px should not be parseable" },
|
| + "subtest_37": { "assert": "expression min-height: -1px should not be parseable" },
|
| + "subtest_38": { "assert": "expression max-height: -1px should not be parseable" },
|
| + "subtest_39": { "assert": "expression height: -0.00001mm should not be parseable" },
|
| + "subtest_40": { "assert": "expression height: -100000em should not be parseable" },
|
| + "subtest_41": { "assert": "expression min-height should not be parseable" },
|
| + "subtest_42": { "assert": "expression max-height should not be parseable" },
|
| + "subtest_43": { "assert": "expression device-width should be parseable" },
|
| + "subtest_44": { "assert": "expression device-width: 0 should be parseable" },
|
| + "subtest_45": { "assert": "expression device-width: 0px should be parseable" },
|
| + "subtest_46": { "assert": "expression device-width: 0em should be parseable" },
|
| + "subtest_47": { "assert": "expression device-width: -0 should be parseable" },
|
| + "subtest_48": { "assert": "expression min-device-width: -0 should be parseable" },
|
| + "subtest_49": { "assert": "expression max-device-width: -0 should be parseable" },
|
| + "subtest_50": { "assert": "expression device-width: -0cm should be parseable" },
|
| + "subtest_51": { "assert": "expression device-width: 1px should be parseable" },
|
| + "subtest_52": { "assert": "expression device-width: 0.001mm should be parseable" },
|
| + "subtest_53": { "assert": "expression device-width: 100000px should be parseable" },
|
| + "subtest_54": { "assert": "expression device-width: -1px should not be parseable" },
|
| + "subtest_55": { "assert": "expression min-device-width: -1px should not be parseable" },
|
| + "subtest_56": { "assert": "expression max-device-width: -1px should not be parseable" },
|
| + "subtest_57": { "assert": "expression device-width: -0.00001mm should not be parseable" },
|
| + "subtest_58": { "assert": "expression device-width: -100000em should not be parseable" },
|
| + "subtest_59": { "assert": "expression min-device-width should not be parseable" },
|
| + "subtest_60": { "assert": "expression max-device-width should not be parseable" },
|
| + "subtest_61": { "assert": "expression device-height should be parseable" },
|
| + "subtest_62": { "assert": "expression device-height: 0 should be parseable" },
|
| + "subtest_63": { "assert": "expression device-height: 0px should be parseable" },
|
| + "subtest_64": { "assert": "expression device-height: 0em should be parseable" },
|
| + "subtest_65": { "assert": "expression device-height: -0 should be parseable" },
|
| + "subtest_66": { "assert": "expression min-device-height: -0 should be parseable" },
|
| + "subtest_67": { "assert": "expression max-device-height: -0 should be parseable" },
|
| + "subtest_68": { "assert": "expression device-height: -0cm should be parseable" },
|
| + "subtest_69": { "assert": "expression device-height: 1px should be parseable" },
|
| + "subtest_70": { "assert": "expression device-height: 0.001mm should be parseable" },
|
| + "subtest_71": { "assert": "expression device-height: 100000px should be parseable" },
|
| + "subtest_72": { "assert": "expression device-height: -1px should not be parseable" },
|
| + "subtest_73": { "assert": "expression min-device-height: -1px should not be parseable" },
|
| + "subtest_74": { "assert": "expression max-device-height: -1px should not be parseable" },
|
| + "subtest_75": { "assert": "expression device-height: -0.00001mm should not be parseable" },
|
| + "subtest_76": { "assert": "expression device-height: -100000em should not be parseable" },
|
| + "subtest_77": { "assert": "expression min-device-height should not be parseable" },
|
| + "subtest_78": { "assert": "expression max-device-height should not be parseable" },
|
| + "subtest_79": { "assert": "all and (width: 117px) should apply" },
|
| + "subtest_80": { "assert": "all and (width: 118px) should not apply" },
|
| + "subtest_81": { "assert": "all and (width: 116px) should not apply" },
|
| + "subtest_82": { "assert": "all and (min-width: 117px) should apply" },
|
| + "subtest_83": { "assert": "all and (min-width: 118px) should not apply" },
|
| + "subtest_84": { "assert": "all and (min-width: 116px) should apply" },
|
| + "subtest_85": { "assert": "all and (max-width: 117px) should apply" },
|
| + "subtest_86": { "assert": "all and (max-width: 118px) should apply" },
|
| + "subtest_87": { "assert": "all and (max-width: 116px) should not apply" },
|
| + "subtest_88": { "assert": "all and (min-width: 9em) should not apply" },
|
| + "subtest_89": { "assert": "all and (min-width: 6em) should apply" },
|
| + "subtest_90": { "assert": "all and (max-width: 9em) should apply" },
|
| + "subtest_91": { "assert": "all and (max-width: 6em) should not apply" },
|
| + "subtest_92": { "assert": "all and (height: 76px) should apply" },
|
| + "subtest_93": { "assert": "all and (height: 77px) should not apply" },
|
| + "subtest_94": { "assert": "all and (height: 75px) should not apply" },
|
| + "subtest_95": { "assert": "all and (min-height: 76px) should apply" },
|
| + "subtest_96": { "assert": "all and (min-height: 77px) should not apply" },
|
| + "subtest_97": { "assert": "all and (min-height: 75px) should apply" },
|
| + "subtest_98": { "assert": "all and (max-height: 76px) should apply" },
|
| + "subtest_99": { "assert": "all and (max-height: 77px) should apply" },
|
| + "subtest_100": { "assert": "all and (max-height: 75px) should not apply" },
|
| + "subtest_101": { "assert": "all and (min-height: 6em) should not apply" },
|
| + "subtest_102": { "assert": "all and (min-height: 3em) should apply" },
|
| + "subtest_103": { "assert": "all and (max-height: 6em) should apply" },
|
| + "subtest_104": { "assert": "all and (max-height: 3em) should not apply" },
|
| + "subtest_105": { "assert": "all and (device-width: 1920px) should apply" },
|
| + "subtest_106": { "assert": "all and (device-width: 1921px) should not apply" },
|
| + "subtest_107": { "assert": "all and (device-width: 1919px) should not apply" },
|
| + "subtest_108": { "assert": "all and (min-device-width: 1920px) should apply" },
|
| + "subtest_109": { "assert": "all and (min-device-width: 1921px) should not apply" },
|
| + "subtest_110": { "assert": "all and (min-device-width: 1919px) should apply" },
|
| + "subtest_111": { "assert": "all and (max-device-width: 1920px) should apply" },
|
| + "subtest_112": { "assert": "all and (max-device-width: 1921px) should apply" },
|
| + "subtest_113": { "assert": "all and (max-device-width: 1919px) should not apply" },
|
| + "subtest_114": { "assert": "all and (min-device-width: 121em) should not apply" },
|
| + "subtest_115": { "assert": "all and (min-device-width: 119em) should apply" },
|
| + "subtest_116": { "assert": "all and (max-device-width: 121em) should apply" },
|
| + "subtest_117": { "assert": "all and (max-device-width: 119em) should not apply" },
|
| + "subtest_118": { "assert": "all and (device-height: 1200px) should apply" },
|
| + "subtest_119": { "assert": "all and (device-height: 1201px) should not apply" },
|
| + "subtest_120": { "assert": "all and (device-height: 1199px) should not apply" },
|
| + "subtest_121": { "assert": "all and (min-device-height: 1200px) should apply" },
|
| + "subtest_122": { "assert": "all and (min-device-height: 1201px) should not apply" },
|
| + "subtest_123": { "assert": "all and (min-device-height: 1199px) should apply" },
|
| + "subtest_124": { "assert": "all and (max-device-height: 1200px) should apply" },
|
| + "subtest_125": { "assert": "all and (max-device-height: 1201px) should apply" },
|
| + "subtest_126": { "assert": "all and (max-device-height: 1199px) should not apply" },
|
| + "subtest_127": { "assert": "all and (min-device-height: 76em) should not apply" },
|
| + "subtest_128": { "assert": "all and (min-device-height: 74em) should apply" },
|
| + "subtest_129": { "assert": "all and (max-device-height: 76em) should apply" },
|
| + "subtest_130": { "assert": "all and (max-device-height: 74em) should not apply" },
|
| + "subtest_131": { "assert": "all and (height) should apply" },
|
| + "subtest_132": { "assert": "all and (width) should not apply" },
|
| + "subtest_133": { "assert": "all and (height) should not apply" },
|
| + "subtest_134": { "assert": "all and (width) should not apply" },
|
| + "subtest_135": { "assert": "all and (device-height) should apply" },
|
| + "subtest_136": { "assert": "all and (device-width) should apply" },
|
| + "subtest_137": { "assert": "all and (height) should not apply" },
|
| + "subtest_138": { "assert": "all and (width) should apply" },
|
| + "subtest_139": { "assert": "all and (height) should apply" },
|
| + "subtest_140": { "assert": "all and (width) should apply" },
|
| + "subtest_141": { "assert": "expression orientation should be parseable" },
|
| + "subtest_142": { "assert": "expression orientation: portrait should be parseable" },
|
| + "subtest_143": { "assert": "expression orientation: landscape should be parseable" },
|
| + "subtest_144": { "assert": "expression min-orientation should not be parseable" },
|
| + "subtest_145": { "assert": "expression min-orientation: portrait should not be parseable" },
|
| + "subtest_146": { "assert": "expression min-orientation: landscape should not be parseable" },
|
| + "subtest_147": { "assert": "expression max-orientation should not be parseable" },
|
| + "subtest_148": { "assert": "expression max-orientation: portrait should not be parseable" },
|
| + "subtest_149": { "assert": "expression max-orientation: landscape should not be parseable" },
|
| + "subtest_150": { "assert": "(orientation) should apply" },
|
| + "subtest_151": { "assert": "(orientation: landscape) should apply" },
|
| + "subtest_152": { "assert": "(orientation: portrait) should not apply" },
|
| + "subtest_153": { "assert": "not all and (orientation: portrait) should apply" },
|
| + "subtest_154": { "assert": "(orientation) should apply" },
|
| + "subtest_155": { "assert": "(orientation: landscape) should not apply" },
|
| + "subtest_156": { "assert": "not all and (orientation: landscape) should apply" },
|
| + "subtest_157": { "assert": "(orientation: portrait) should apply" },
|
| + "subtest_158": { "assert": "(aspect-ratio: 59/80) should apply" },
|
| + "subtest_159": { "assert": "(aspect-ratio: 58/80) should not apply" },
|
| + "subtest_160": { "assert": "(aspect-ratio: 59/81) should not apply" },
|
| + "subtest_161": { "assert": "(aspect-ratio: 60/80) should not apply" },
|
| + "subtest_162": { "assert": "(aspect-ratio: 59/79) should not apply" },
|
| + "subtest_163": { "assert": "(aspect-ratio: 177/240) should apply" },
|
| + "subtest_164": { "assert": "(aspect-ratio: 413/560) should apply" },
|
| + "subtest_165": { "assert": "(aspect-ratio: 5900/8000) should apply" },
|
| + "subtest_166": { "assert": "(aspect-ratio: 5901/8000) should not apply" },
|
| + "subtest_167": { "assert": "(aspect-ratio: 5899/8000) should not apply" },
|
| + "subtest_168": { "assert": "(aspect-ratio: 5900/8001) should not apply" },
|
| + "subtest_169": { "assert": "(aspect-ratio: 5900/7999) should not apply" },
|
| + "subtest_170": { "assert": "(aspect-ratio) should apply" },
|
| + "subtest_171": { "assert": "(min-aspect-ratio: 59/80) should apply" },
|
| + "subtest_172": { "assert": "(min-aspect-ratio: 58/80) should apply" },
|
| + "subtest_173": { "assert": "(min-aspect-ratio: 59/81) should apply" },
|
| + "subtest_174": { "assert": "(min-aspect-ratio: 60/80) should not apply" },
|
| + "subtest_175": { "assert": "(min-aspect-ratio: 59/79) should not apply" },
|
| + "subtest_176": { "assert": "expression min-aspect-ratio should not be parseable" },
|
| + "subtest_177": { "assert": "(max-aspect-ratio: 59/80) should apply" },
|
| + "subtest_178": { "assert": "(max-aspect-ratio: 58/80) should not apply" },
|
| + "subtest_179": { "assert": "(max-aspect-ratio: 59/81) should not apply" },
|
| + "subtest_180": { "assert": "(max-aspect-ratio: 60/80) should apply" },
|
| + "subtest_181": { "assert": "(max-aspect-ratio: 59/79) should apply" },
|
| + "subtest_182": { "assert": "expression max-aspect-ratio should not be parseable" },
|
| + "subtest_183": { "assert": "(device-aspect-ratio: 1920/1200) should apply" },
|
| + "subtest_184": { "assert": "not all and (device-aspect-ratio: 1921/1200) should apply" },
|
| + "subtest_185": { "assert": "all and (device-aspect-ratio: 1920/1199) should not apply" },
|
| + "subtest_186": { "assert": "all and (device-aspect-ratio: 1919/1200) should not apply" },
|
| + "subtest_187": { "assert": "not all and (device-aspect-ratio: 1920/1201) should apply" },
|
| + "subtest_188": { "assert": "(device-aspect-ratio) should apply" },
|
| + "subtest_189": { "assert": "(min-device-aspect-ratio: 1920/1200) should apply" },
|
| + "subtest_190": { "assert": "all and (min-device-aspect-ratio: 1921/1200) should not apply" },
|
| + "subtest_191": { "assert": "not all and (min-device-aspect-ratio: 1920/1199) should apply" },
|
| + "subtest_192": { "assert": "not all and (min-device-aspect-ratio: 1919/1200) should not apply" },
|
| + "subtest_193": { "assert": "all and (min-device-aspect-ratio: 1920/1201) should apply" },
|
| + "subtest_194": { "assert": "expression min-device-aspect-ratio should not be parseable" },
|
| + "subtest_195": { "assert": "all and (max-device-aspect-ratio: 1920/1200) should apply" },
|
| + "subtest_196": { "assert": "(max-device-aspect-ratio: 1921/1200) should apply" },
|
| + "subtest_197": { "assert": "(max-device-aspect-ratio: 1920/1199) should apply" },
|
| + "subtest_198": { "assert": "all and (max-device-aspect-ratio: 1919/1200) should not apply" },
|
| + "subtest_199": { "assert": "not all and (max-device-aspect-ratio: 1920/1201) should apply" },
|
| + "subtest_200": { "assert": "expression max-device-aspect-ratio should not be parseable" },
|
| + "subtest_201": { "assert": "expression max-aspect-ratio: 1/1 should be parseable" },
|
| + "subtest_202": { "assert": "expression max-aspect-ratio: 1 /1 should be parseable" },
|
| + "subtest_203": { "assert": "expression max-aspect-ratio: 1 / \t\n1 should be parseable" },
|
| + "subtest_204": { "assert": "expression max-aspect-ratio: 1/\r1 should be parseable" },
|
| + "subtest_205": { "assert": "expression max-aspect-ratio: 1 should not be parseable" },
|
| + "subtest_206": { "assert": "expression max-aspect-ratio: 0.5 should not be parseable" },
|
| + "subtest_207": { "assert": "expression max-aspect-ratio: 1.0/1 should not be parseable" },
|
| + "subtest_208": { "assert": "expression max-aspect-ratio: 1/1.0 should not be parseable" },
|
| + "subtest_209": { "assert": "expression max-aspect-ratio: 1.0/1.0 should not be parseable" },
|
| + "subtest_210": { "assert": "expression max-aspect-ratio: 0/1 should not be parseable" },
|
| + "subtest_211": { "assert": "expression max-aspect-ratio: 1/0 should not be parseable" },
|
| + "subtest_212": { "assert": "expression max-aspect-ratio: 0/0 should not be parseable" },
|
| + "subtest_213": { "assert": "expression max-aspect-ratio: -1/1 should not be parseable" },
|
| + "subtest_214": { "assert": "expression max-aspect-ratio: 1/-1 should not be parseable" },
|
| + "subtest_215": { "assert": "expression max-aspect-ratio: -1/-1 should not be parseable" },
|
| + "subtest_216": { "assert": "expression device-aspect-ratio: 1/1 should be parseable" },
|
| + "subtest_217": { "assert": "expression device-aspect-ratio: 1 /1 should be parseable" },
|
| + "subtest_218": { "assert": "expression device-aspect-ratio: 1 / \t\n1 should be parseable" },
|
| + "subtest_219": { "assert": "expression device-aspect-ratio: 1/\r1 should be parseable" },
|
| + "subtest_220": { "assert": "expression device-aspect-ratio: 1 should not be parseable" },
|
| + "subtest_221": { "assert": "expression device-aspect-ratio: 0.5 should not be parseable" },
|
| + "subtest_222": { "assert": "expression device-aspect-ratio: 1.0/1 should not be parseable" },
|
| + "subtest_223": { "assert": "expression device-aspect-ratio: 1/1.0 should not be parseable" },
|
| + "subtest_224": { "assert": "expression device-aspect-ratio: 1.0/1.0 should not be parseable" },
|
| + "subtest_225": { "assert": "expression device-aspect-ratio: 0/1 should not be parseable" },
|
| + "subtest_226": { "assert": "expression device-aspect-ratio: 1/0 should not be parseable" },
|
| + "subtest_227": { "assert": "expression device-aspect-ratio: 0/0 should not be parseable" },
|
| + "subtest_228": { "assert": "expression device-aspect-ratio: -1/1 should not be parseable" },
|
| + "subtest_229": { "assert": "expression device-aspect-ratio: 1/-1 should not be parseable" },
|
| + "subtest_230": { "assert": "expression device-aspect-ratio: -1/-1 should not be parseable" },
|
| + "monochrome_and_color": {},
|
| + "find_depth": {},
|
| + "subtest_231": { "assert": "all and (color:8) should apply" },
|
| + "subtest_232": { "assert": "all and (color:7) should not apply" },
|
| + "subtest_233": { "assert": "all and (color:9) should not apply" },
|
| + "subtest_234": { "assert": "all and (max-color:8) should apply" },
|
| + "subtest_235": { "assert": "all and (max-color:7) should not apply" },
|
| + "subtest_236": { "assert": "all and (max-color:9) should apply" },
|
| + "subtest_237": { "assert": "all and (color) should apply" },
|
| + "subtest_238": { "assert": "expression max-color should not be parseable" },
|
| + "subtest_239": { "assert": "expression min-color should not be parseable" },
|
| + "subtest_240": { "assert": "all and (monochrome) should not apply" },
|
| + "subtest_241": { "assert": "expression max-monochrome should not be parseable" },
|
| + "subtest_242": { "assert": "expression min-monochrome should not be parseable" },
|
| + "subtest_243": { "assert": "not all and (monochrome) should apply" },
|
| + "subtest_244": { "assert": "not all and (color) should not apply" },
|
| + "subtest_245": { "assert": "only all and (color) should apply" },
|
| + "subtest_246": { "assert": "only all and (monochrome) should not apply" },
|
| + "subtest_247": { "assert": "expression color: 1 should be parseable" },
|
| + "subtest_248": { "assert": "expression color: 327 should be parseable" },
|
| + "subtest_249": { "assert": "expression color: 0 should be parseable" },
|
| + "subtest_250": { "assert": "expression color: 1.0 should not be parseable" },
|
| + "subtest_251": { "assert": "expression color: -1 should not be parseable" },
|
| + "subtest_252": { "assert": "expression color: 1/1 should not be parseable" },
|
| + "subtest_253": { "assert": "expression min-monochrome: 1 should be parseable" },
|
| + "subtest_254": { "assert": "expression min-monochrome: 327 should be parseable" },
|
| + "subtest_255": { "assert": "expression min-monochrome: 0 should be parseable" },
|
| + "subtest_256": { "assert": "expression min-monochrome: 1.0 should not be parseable" },
|
| + "subtest_257": { "assert": "expression min-monochrome: -1 should not be parseable" },
|
| + "subtest_258": { "assert": "expression min-monochrome: 1/1 should not be parseable" },
|
| + "subtest_259": { "assert": "expression max-color-index: 1 should be parseable" },
|
| + "subtest_260": { "assert": "expression max-color-index: 327 should be parseable" },
|
| + "subtest_261": { "assert": "expression max-color-index: 0 should be parseable" },
|
| + "subtest_262": { "assert": "expression max-color-index: 1.0 should not be parseable" },
|
| + "subtest_263": { "assert": "expression max-color-index: -1 should not be parseable" },
|
| + "subtest_264": { "assert": "expression max-color-index: 1/1 should not be parseable" },
|
| + "subtest_265": { "assert": "(color-index: 0) should apply" },
|
| + "subtest_266": { "assert": "(color-index: 1) should not apply" },
|
| + "subtest_267": { "assert": "(min-color-index: 0) should apply" },
|
| + "subtest_268": { "assert": "(min-color-index: 1) should not apply" },
|
| + "subtest_269": { "assert": "(max-color-index: 0) should apply" },
|
| + "subtest_270": { "assert": "(max-color-index: 1) should apply" },
|
| + "subtest_271": { "assert": "(max-color-index: 157) should apply" },
|
| + "subtest_272": { "assert": "expression resolution: 3dpi should be parseable" },
|
| + "subtest_273": { "assert": "expression resolution:3dpi should be parseable" },
|
| + "subtest_274": { "assert": "expression resolution: 3.0dpi should be parseable" },
|
| + "subtest_275": { "assert": "expression resolution: 3.4dpi should be parseable" },
|
| + "subtest_276": { "assert": "expression resolution\t: 120dpcm should be parseable" },
|
| + "subtest_277": { "assert": "expression resolution: 0dpi should not be parseable" },
|
| + "subtest_278": { "assert": "expression resolution: -3dpi should not be parseable" },
|
| + "subtest_279": { "assert": "expression min-resolution: 3dpi should be parseable" },
|
| + "subtest_280": { "assert": "expression min-resolution:3dpi should be parseable" },
|
| + "subtest_281": { "assert": "expression min-resolution: 3.0dpi should be parseable" },
|
| + "subtest_282": { "assert": "expression min-resolution: 3.4dpi should be parseable" },
|
| + "subtest_283": { "assert": "expression min-resolution\t: 120dpcm should be parseable" },
|
| + "subtest_284": { "assert": "expression min-resolution: 0dpi should not be parseable" },
|
| + "subtest_285": { "assert": "expression min-resolution: -3dpi should not be parseable" },
|
| + "subtest_286": { "assert": "expression max-resolution: 3dpi should be parseable" },
|
| + "subtest_287": { "assert": "expression max-resolution:3dpi should be parseable" },
|
| + "subtest_288": { "assert": "expression max-resolution: 3.0dpi should be parseable" },
|
| + "subtest_289": { "assert": "expression max-resolution: 3.4dpi should be parseable" },
|
| + "subtest_290": { "assert": "expression max-resolution\t: 120dpcm should be parseable" },
|
| + "subtest_291": { "assert": "expression max-resolution: 0dpi should not be parseable" },
|
| + "subtest_292": { "assert": "expression max-resolution: -3dpi should not be parseable" },
|
| + "find_resolution": {},
|
| + "subtest_293": { "assert": "(resolution: 133dpi) should apply" },
|
| + "subtest_294": { "assert": "(resolution: 134dpi) should not apply" },
|
| + "subtest_295": { "assert": "(resolution: 132dpi) should not apply" },
|
| + "subtest_296": { "assert": "(min-resolution: 132dpi) should apply" },
|
| + "subtest_297": { "assert": "not all and (min-resolution: 132dpi) should not apply" },
|
| + "subtest_298": { "assert": "not all and (min-resolution: 134dpi) should apply" },
|
| + "subtest_299": { "assert": "all and (min-resolution: 134dpi) should not apply" },
|
| + "subtest_300": { "assert": "(min-resolution: 51dpcm) should apply" },
|
| + "subtest_301": { "assert": "(max-resolution: 53dpcm) should apply" },
|
| + "subtest_302": { "assert": "(max-resolution: 51dpcm) should not apply" },
|
| + "subtest_303": { "assert": "not all and (min-resolution: 53dpcm) should apply" },
|
| + "subtest_304": { "assert": "expression scan should be parseable" },
|
| + "subtest_305": { "assert": "expression scan: progressive should be parseable" },
|
| + "subtest_306": { "assert": "expression scan:interlace should be parseable" },
|
| + "subtest_307": { "assert": "expression min-scan:interlace should not be parseable" },
|
| + "subtest_308": { "assert": "expression scan: 1 should not be parseable" },
|
| + "subtest_309": { "assert": "expression max-scan should not be parseable" },
|
| + "subtest_310": { "assert": "expression max-scan: progressive should not be parseable" },
|
| + "subtest_311": { "assert": "(scan) should not apply" },
|
| + "subtest_312": { "assert": "(scan: progressive) should not apply" },
|
| + "subtest_313": { "assert": "(scan: interlace) should not apply" },
|
| + "subtest_314": { "assert": "not all and (scan) should apply" },
|
| + "subtest_315": { "assert": "not all and (scan: progressive) should apply" },
|
| + "subtest_316": { "assert": "not all and (scan: interlace) should apply" },
|
| + "subtest_317": { "assert": "expression grid should be parseable" },
|
| + "subtest_318": { "assert": "expression grid: 0 should be parseable" },
|
| + "subtest_319": { "assert": "expression grid: 1 should be parseable" },
|
| + "subtest_320": { "assert": "expression grid: 1 should be parseable" },
|
| + "subtest_321": { "assert": "expression min-grid should not be parseable" },
|
| + "subtest_322": { "assert": "expression min-grid:0 should not be parseable" },
|
| + "subtest_323": { "assert": "expression max-grid: 1 should not be parseable" },
|
| + "subtest_324": { "assert": "expression grid: 2 should not be parseable" },
|
| + "subtest_325": { "assert": "expression grid: -1 should not be parseable" },
|
| + "subtest_326": { "assert": "(grid) should not apply" },
|
| + "subtest_327": { "assert": "(grid: 0) should apply" },
|
| + "subtest_328": { "assert": "(grid: 1) should not apply" },
|
| + "subtest_329": { "assert": "(grid: 2) should not apply" },
|
| + "subtest_330": { "assert": "(grid: -1) should not apply" },
|
| + "subtest_331": { "assert": "(orientation should apply" },
|
| + "subtest_332": { "assert": "not all and (orientation should not apply" },
|
| + "subtest_333": { "assert": "(orientation: should not apply" },
|
| + "subtest_334": { "assert": "all,(orientation: should apply" },
|
| + "subtest_335": { "assert": "(orientation:,all should not apply" },
|
| + "subtest_336": { "assert": "not all and (grid should apply" },
|
| + "subtest_337": { "assert": "only all and (grid should not apply" },
|
| + "subtest_338": { "assert": "(grid should not apply" },
|
| + "subtest_339": { "assert": "all,(grid should apply" },
|
| + "subtest_340": { "assert": "(grid,all should not apply" },
|
| + "subtest_341": { "assert": ",all should apply" },
|
| + "subtest_342": { "assert": "all, should apply" },
|
| + "subtest_343": { "assert": ",all, should apply" },
|
| + "subtest_344": { "assert": "all,badmedium should apply" },
|
| + "subtest_345": { "assert": "badmedium,all should apply" },
|
| + "subtest_346": { "assert": ",badmedium, should not apply" },
|
| + "subtest_347": { "assert": "all,(badexpression) should apply" },
|
| + "subtest_348": { "assert": "(badexpression),all should apply" },
|
| + "subtest_349": { "assert": "(badexpression),badmedium should not apply" },
|
| + "subtest_350": { "assert": "badmedium,(badexpression) should not apply" },
|
| + "subtest_351": { "assert": "all,[badsyntax] should apply" },
|
| + "subtest_352": { "assert": "[badsyntax],all should apply" },
|
| + "subtest_353": { "assert": "badmedium,[badsyntax] should not apply" },
|
| + "subtest_354": { "assert": "[badsyntax],badmedium should not apply" },
|
| + "subtest_355": { "assert": "query all and color : should not be parseable" },
|
| + "subtest_356": { "assert": "query all and color : 1 should not be parseable" },
|
| + "subtest_357": { "assert": "all and min-color : 1 should not apply" },
|
| + "subtest_358": { "assert": "(bogus) should not apply" },
|
| + "subtest_359": { "assert": "not all and (bogus) should not apply" },
|
| + "subtest_360": { "assert": "only all and (bogus) should not apply" }
|
| +}
|
| +*/</script>
|
| </head>
|
| <body onload="run()">
|
| <div id=log></div>
|
| @@ -17,45 +384,29 @@
|
| <script type="text/javascript">
|
| setup({ "explicit_done": true });
|
|
|
| -function assert_false_wrapper(fnc) {
|
| - try {
|
| - assert_false(fnc);
|
| - } catch (e) {
|
| - throw {message: e.message, stack: undefined};
|
| - }
|
| -}
|
| -
|
| -function assert_true_wrapper(fnc) {
|
| - try {
|
| - assert_true(fnc);
|
| - } catch (e) {
|
| - throw {message: e.message, stack: undefined};
|
| - }
|
| -}
|
| -
|
| -
|
| function run() {
|
| var subdoc = document.getElementById("subdoc").contentDocument;
|
| var subwin = document.getElementById("subdoc").contentWindow;
|
| var style = subdoc.getElementById("style");
|
| var iframe_style = document.getElementById("subdoc").style;
|
| var body_cs = subdoc.defaultView.getComputedStyle(subdoc.body, "");
|
| + var testNum = 0;
|
|
|
| function query_applies(q) {
|
| style.setAttribute("media", q);
|
| return body_cs.getPropertyValue("text-decoration") == "underline";
|
| }
|
|
|
| - function should_apply(q, message) {
|
| + function should_apply(q) {
|
| test(function() {
|
| - assert_true_wrapper(query_applies(q));
|
| - }, (message !== undefined ? message : q) + " should apply");
|
| + assert_true(query_applies(q));
|
| + }, "subtest_" + ++testNum, {assert: q + " should apply"});
|
| }
|
|
|
| - function should_not_apply(q, message) {
|
| + function should_not_apply(q) {
|
| test(function() {
|
| - assert_false_wrapper(query_applies(q));
|
| - }, (message !== undefined ? message : q) + " should not apply");
|
| + assert_false(query_applies(q));
|
| + }, "subtest_" + ++testNum, {assert: q + " should not apply"});
|
| }
|
|
|
| /*
|
| @@ -83,14 +434,14 @@ function run() {
|
|
|
| function query_should_be_parseable(q) {
|
| test(function() {
|
| - assert_true_wrapper(query_is_parseable(q))
|
| - },"query " + q + " should be parseable");
|
| + assert_true(query_is_parseable(q))
|
| + }, "subtest_" + ++testNum, {assert: "query " + q + " should be parseable"});
|
| }
|
|
|
| function query_should_not_be_parseable(q) {
|
| test(function() {
|
| - assert_false_wrapper(query_is_parseable(q))
|
| - },"query " + q + " should not be parseable");
|
| + assert_false(query_is_parseable(q))
|
| + }, "subtest_" + ++testNum, {assert: "query " + q + " should not be parseable"});
|
| }
|
|
|
| /*
|
| @@ -103,14 +454,14 @@ function run() {
|
|
|
| function expression_should_be_parseable(e) {
|
| test(function() {
|
| - assert_true_wrapper(expression_is_parseable(e));
|
| - },"expression " + e + " should be parseable");
|
| + assert_true(expression_is_parseable(e));
|
| + }, "subtest_" + ++testNum, {assert: "expression " + e + " should be parseable"});
|
| }
|
|
|
| function expression_should_not_be_parseable(e) {
|
| test(function() {
|
| - assert_false_wrapper(expression_is_parseable(e));
|
| - },"expression " + e + " should not be parseable");
|
| + assert_false(expression_is_parseable(e));
|
| + }, "subtest_" + ++testNum, {assert: "expression " + e + " should not be parseable"});
|
| }
|
|
|
| // The no-type syntax doesn't mix with the not and only keywords.
|
| @@ -119,8 +470,7 @@ function run() {
|
| query_should_not_be_parseable("only (orientation)");
|
| query_should_be_parseable("all and (orientation)");
|
| query_should_be_parseable("not all and (orientation)");
|
| - query_should_be_parseable("only all and (orientation)")
|
| - query_should_not_be_parseable("(orientation: 'landscape')");
|
| + query_should_be_parseable("only all and (orientation)");
|
|
|
| var features = [ "width", "height", "device-width", "device-height" ];
|
| var feature;
|
| @@ -139,11 +489,8 @@ function run() {
|
| expression_should_be_parseable(feature + ": 0.001mm");
|
| expression_should_be_parseable(feature + ": 100000px");
|
| expression_should_not_be_parseable(feature + ": -1px");
|
| - expression_should_not_be_parseable(feature + ": '20px'");
|
| expression_should_not_be_parseable("min-" + feature + ": -1px");
|
| expression_should_not_be_parseable("max-" + feature + ": -1px");
|
| - expression_should_not_be_parseable("min-" + feature + ": '10px'");
|
| - expression_should_not_be_parseable("max-" + feature + ": '10px'");
|
| expression_should_not_be_parseable(feature + ": -0.00001mm");
|
| expression_should_not_be_parseable(feature + ": -100000em");
|
| expression_should_not_be_parseable("min-" + feature);
|
| @@ -168,23 +515,23 @@ function run() {
|
| "device-height": device_height };
|
| for (feature in features) {
|
| var value = features[feature];
|
| - should_apply("all and (" + feature + ": " + value + "px)", "all and (" + feature + ": " + feature + " px)");
|
| - should_not_apply("all and (" + feature + ": " + (value + 1) + "px)", "all and (" + feature + ": " + feature + " +1 px)");
|
| - should_not_apply("all and (" + feature + ": " + (value - 1) + "px)", "all and (" + feature + ": " + feature + " -1 px)");
|
| - should_apply("all and (min-" + feature + ": " + value + "px)", "all and (min-" + feature + ": " + feature + " px)");
|
| - should_not_apply("all and (min-" + feature + ": " + (value + 1) + "px)", "all and (min-" + feature + ": " + feature + " +1 px)");
|
| - should_apply("all and (min-" + feature + ": " + (value - 1) + "px)", "all and (min-" + feature + ": " + feature + " -1 px)");
|
| - should_apply("all and (max-" + feature + ": " + value + "px)", "all and (max-" + feature + ": " + feature + " px)");
|
| - should_apply("all and (max-" + feature + ": " + (value + 1) + "px)", "all and (max-" + feature + ": " + feature + " +1 px)");
|
| - should_not_apply("all and (max-" + feature + ": " + (value - 1) + "px)", "all and (max-" + feature + ": " + feature + " +1 px)");
|
| + should_apply("all and (" + feature + ": " + value + "px)");
|
| + should_not_apply("all and (" + feature + ": " + (value + 1) + "px)");
|
| + should_not_apply("all and (" + feature + ": " + (value - 1) + "px)");
|
| + should_apply("all and (min-" + feature + ": " + value + "px)");
|
| + should_not_apply("all and (min-" + feature + ": " + (value + 1) + "px)");
|
| + should_apply("all and (min-" + feature + ": " + (value - 1) + "px)");
|
| + should_apply("all and (max-" + feature + ": " + value + "px)");
|
| + should_apply("all and (max-" + feature + ": " + (value + 1) + "px)");
|
| + should_not_apply("all and (max-" + feature + ": " + (value - 1) + "px)");
|
| should_not_apply("all and (min-" + feature + ": " +
|
| - (Math.ceil(value/em_size) + 1) + "em)", "all and (min-" + feature + ": " + feature + " +1 em)");
|
| + (Math.ceil(value/em_size) + 1) + "em)");
|
| should_apply("all and (min-" + feature + ": " +
|
| - (Math.floor(value/em_size) - 1) + "em)", "all and (min-" + feature + ": " + feature + " -1 em)");
|
| + (Math.floor(value/em_size) - 1) + "em)");
|
| should_apply("all and (max-" + feature + ": " +
|
| - (Math.ceil(value/em_size) + 1) + "em)", "all and (max-" + feature + ": " + feature + " +1 em)");
|
| + (Math.ceil(value/em_size) + 1) + "em)");
|
| should_not_apply("all and (max-" + feature + ": " +
|
| - (Math.floor(value/em_size) - 1) + "em)", "all and (max-" + feature + ": " + feature + " -1 em)");
|
| + (Math.floor(value/em_size) - 1) + "em)");
|
| }
|
|
|
| iframe_style.width = "0";
|
| @@ -258,25 +605,25 @@ function run() {
|
| var high_dar_2 = device_width + "/" + (device_height - 1);
|
| var low_dar_1 = (device_width - 1) + "/" + device_height;
|
| var low_dar_2 = device_width + "/" + (device_height + 1);
|
| - should_apply("(device-aspect-ratio: " + real_dar + ")", "(device-aspect-ratio: device-width / device-height)");
|
| - should_apply("not all and (device-aspect-ratio: " + high_dar_1 + ")", "not all and (device-aspect-ratio: device-width + 1 / device-height)");
|
| - should_not_apply("all and (device-aspect-ratio: " + high_dar_2 + ")", "all and (device-aspect-ratio: device-width / device-height - 1)");
|
| - should_not_apply("all and (device-aspect-ratio: " + low_dar_1 + ")", "all and (device-aspect-ratio: device-width - 1 / device-height)");
|
| - should_apply("not all and (device-aspect-ratio: " + low_dar_2 + ")", "not all and (device-aspect-ratio: device-width / device-height + 1)");
|
| + should_apply("(device-aspect-ratio: " + real_dar + ")");
|
| + should_apply("not all and (device-aspect-ratio: " + high_dar_1 + ")");
|
| + should_not_apply("all and (device-aspect-ratio: " + high_dar_2 + ")");
|
| + should_not_apply("all and (device-aspect-ratio: " + low_dar_1 + ")");
|
| + should_apply("not all and (device-aspect-ratio: " + low_dar_2 + ")");
|
| should_apply("(device-aspect-ratio)");
|
|
|
| - should_apply("(min-device-aspect-ratio: " + real_dar + ")", "(min-device-aspect-ratio: device-width / device-height)");
|
| - should_not_apply("all and (min-device-aspect-ratio: " + high_dar_1 + ")", "not all and (device-aspect-ratio: device-width + 1 / device-height)");
|
| - should_apply("not all and (min-device-aspect-ratio: " + high_dar_2 + ")", "not all and (min-device-aspect-ratio: device-width / device-height - 1)");
|
| - should_not_apply("not all and (min-device-aspect-ratio: " + low_dar_1 + ")", "not all and (min-device-aspect-ratio: device-width - 1 / device-height)" );
|
| - should_apply("all and (min-device-aspect-ratio: " + low_dar_2 + ")", "all and (min-device-aspect-ratio: device-width / device-height + 1)");
|
| + should_apply("(min-device-aspect-ratio: " + real_dar + ")");
|
| + should_not_apply("all and (min-device-aspect-ratio: " + high_dar_1 + ")");
|
| + should_apply("not all and (min-device-aspect-ratio: " + high_dar_2 + ")");
|
| + should_not_apply("not all and (min-device-aspect-ratio: " + low_dar_1 + ")");
|
| + should_apply("all and (min-device-aspect-ratio: " + low_dar_2 + ")");
|
| expression_should_not_be_parseable("min-device-aspect-ratio");
|
|
|
| - should_apply("all and (max-device-aspect-ratio: " + real_dar + ")", "all and (max-device-aspect-ratio: device-width / device-height)");
|
| - should_apply("(max-device-aspect-ratio: " + high_dar_1 + ")", "(max-device-aspect-ratio: device-width + 1 / device-height)");
|
| - should_apply("(max-device-aspect-ratio: " + high_dar_2 + ")", "(max-device-aspect-ratio: device-width / device-height - 1");
|
| - should_not_apply("all and (max-device-aspect-ratio: " + low_dar_1 + ")", "all and (max-device-aspect-ratio: device-width - 1 / device-height)");
|
| - should_apply("not all and (max-device-aspect-ratio: " + low_dar_2 + ")", "not all and (max-device-aspect-ratio: device-width / device-height + 1)");
|
| + should_apply("all and (max-device-aspect-ratio: " + real_dar + ")");
|
| + should_apply("(max-device-aspect-ratio: " + high_dar_1 + ")");
|
| + should_apply("(max-device-aspect-ratio: " + high_dar_2 + ")");
|
| + should_not_apply("all and (max-device-aspect-ratio: " + low_dar_1 + ")");
|
| + should_apply("not all and (max-device-aspect-ratio: " + low_dar_2 + ")");
|
| expression_should_not_be_parseable("max-device-aspect-ratio");
|
|
|
| features = [ "max-aspect-ratio", "device-aspect-ratio" ];
|
| @@ -301,13 +648,12 @@ function run() {
|
|
|
| var is_monochrome = query_applies("all and (min-monochrome: 1)");
|
| var is_color = query_applies("all and (min-color: 1)");
|
| - var colorString = is_color ? "color" : "monochrome";
|
| test(function() {
|
| assert_not_equals(is_monochrome, is_color, "should be either monochrome or color");
|
| }, "monochrome_and_color");
|
|
|
| function depth_query(prefix, depth) {
|
| - return "all and (" + prefix + colorString +
|
| + return "all and (" + prefix + (is_color ? "color" : "monochrome") +
|
| ":" + depth + ")";
|
| }
|
|
|
| @@ -318,16 +664,16 @@ function run() {
|
| }
|
| } while (query_applies(depth_query("min-", ++depth)));
|
| test(function() {
|
| - assert_false_wrapper(50 < depth);
|
| + assert_false(50 < depth);
|
| }, "find_depth");
|
| --depth;
|
|
|
| - should_apply(depth_query("", depth), "all and (" + colorString + ": depth)");
|
| - should_not_apply(depth_query("", depth - 1), "all and (" + colorString + ": depth - 1)");
|
| - should_not_apply(depth_query("", depth + 1), "all and (" + colorString + ": depth + 1)");
|
| - should_apply(depth_query("max-", depth), "all and (max-" + colorString + ": depth)");
|
| - should_not_apply(depth_query("max-", depth - 1), "all and (max-" + colorString + ": depth - 1)");
|
| - should_apply(depth_query("max-", depth + 1), "all and (max-" + colorString + ": depth + 1)");
|
| + should_apply(depth_query("", depth));
|
| + should_not_apply(depth_query("", depth - 1));
|
| + should_not_apply(depth_query("", depth + 1));
|
| + should_apply(depth_query("max-", depth));
|
| + should_not_apply(depth_query("max-", depth - 1));
|
| + should_apply(depth_query("max-", depth + 1));
|
|
|
| (is_color ? should_apply : should_not_apply)("all and (color)");
|
| expression_should_not_be_parseable("max-color");
|
| @@ -340,7 +686,7 @@ function run() {
|
| (is_color ? should_apply : should_not_apply)("only all and (color)");
|
| (is_color ? should_not_apply : should_apply)("only all and (monochrome)");
|
|
|
| - features = [ "color", "min-monochrome" ];
|
| + features = [ "color", "min-monochrome", "max-color-index" ];
|
| for (i in features) {
|
| feature = features[i];
|
| expression_should_be_parseable(feature + ": 1");
|
| @@ -351,56 +697,84 @@ function run() {
|
| expression_should_not_be_parseable(feature + ": 1/1");
|
| }
|
|
|
| - // Find the resolution using max-resolution
|
| - var resolution = 0;
|
| - var max_resolution = 1000;
|
| -
|
| - if (query_applies("(resolution)")) {
|
| - do {
|
| - ++resolution;
|
| - if (resolution > max_resolution) {
|
| - break;
|
| - }
|
| - } while (!query_applies("(max-resolution: " + resolution + "dpi)"));
|
| - } else {
|
| - resolution = max_resolution + 1;
|
| + // Presume that we never support indexed color (at least not usefully
|
| + // enough to call it indexed color).
|
| + should_apply("(color-index: 0)");
|
| + should_not_apply("(color-index: 1)");
|
| + should_apply("(min-color-index: 0)");
|
| + should_not_apply("(min-color-index: 1)");
|
| + should_apply("(max-color-index: 0)");
|
| + should_apply("(max-color-index: 1)");
|
| + should_apply("(max-color-index: 157)");
|
| +
|
| + features = [ "resolution", "min-resolution", "max-resolution" ];
|
| + for (i in features) {
|
| + feature = features[i];
|
| + expression_should_be_parseable(feature + ": 3dpi");
|
| + expression_should_be_parseable(feature + ":3dpi");
|
| + expression_should_be_parseable(feature + ": 3.0dpi");
|
| + expression_should_be_parseable(feature + ": 3.4dpi");
|
| + expression_should_be_parseable(feature + "\t: 120dpcm");
|
| + expression_should_not_be_parseable(feature + ": 0dpi");
|
| + expression_should_not_be_parseable(feature + ": -3dpi");
|
| }
|
|
|
| + // Find the resolution using max-resolution
|
| + var resolution = 0;
|
| + do {
|
| + ++resolution;
|
| + if (resolution > 10000) {
|
| + break;
|
| + }
|
| + } while (!query_applies("(max-resolution: " + resolution + "dpi)"));
|
| test(function() {
|
| - assert_false_wrapper(max_resolution < resolution);
|
| + assert_false(10000 < resolution);
|
| }, "find_resolution");
|
|
|
| // resolution should now be Math.ceil() of the actual resolution.
|
| var dpi_high;
|
| var dpi_low = resolution - 1;
|
| - var dpi_low_str = "dpi - 1";
|
| - var dpi_high_str = "dpi + 1";
|
| if (query_applies("(min-resolution: " + resolution + "dpi)")) {
|
| // It's exact!
|
| - should_apply("(resolution: " + resolution + "dpi)", "(resolution: dpi)");
|
| - should_not_apply("(resolution: " + (resolution + 1) + "dpi)", "(resolution: dpi + 1)");
|
| - should_not_apply("(resolution: " + (resolution - 1) + "dpi)", "(resolution: dpi - 1)");
|
| + should_apply("(resolution: " + resolution + "dpi)");
|
| + should_not_apply("(resolution: " + (resolution + 1) + "dpi)");
|
| + should_not_apply("(resolution: " + (resolution - 1) + "dpi)");
|
| dpi_high = resolution + 1;
|
| } else {
|
| // We have no way to test resolution applying since it need not be
|
| // an integer.
|
| - should_not_apply("(resolution: " + resolution + "dpi)", "(resolution: dpi)");
|
| - should_not_apply("(resolution: " + (resolution - 1) + "dpi)", "(resolution: dpi + 1)");
|
| + should_not_apply("(resolution: " + resolution + "dpi)");
|
| + should_not_apply("(resolution: " + (resolution - 1) + "dpi)");
|
| dpi_high = resolution;
|
| }
|
|
|
| - should_apply("(min-resolution: " + dpi_low + "dpi)", "(min-resolution: " + dpi_low_str + " )");
|
| - should_not_apply("not all and (min-resolution: " + dpi_low + "dpi)", "not all and (min-resolution: " + dpi_low_str + " )");
|
| - should_apply("not all and (min-resolution: " + dpi_high + "dpi)", "not all and (min-resolution: " + dpi_high_str + " )");
|
| - should_not_apply("all and (min-resolution: " + dpi_high + "dpi)", "all and (min-resolution: " + dpi_high_str + " )");
|
| + should_apply("(min-resolution: " + dpi_low + "dpi)");
|
| + should_not_apply("not all and (min-resolution: " + dpi_low + "dpi)");
|
| + should_apply("not all and (min-resolution: " + dpi_high + "dpi)");
|
| + should_not_apply("all and (min-resolution: " + dpi_high + "dpi)");
|
|
|
| // Test dpcm units based on what we computed in dpi.
|
| var dpcm_high = Math.ceil(dpi_high / 2.54);
|
| var dpcm_low = Math.floor(dpi_low / 2.54);
|
| - should_apply("(min-resolution: " + dpcm_low + "dpcm)", "(min-resolution: dpcm (" + dpi_low_str + ") )");
|
| - should_apply("(max-resolution: " + dpcm_high + "dpcm)", "(max-resolution: dpcm (" + dpi_high_str + ") )");
|
| - should_not_apply("(max-resolution: " + dpcm_low + "dpcm)", "(max-resolution: dpcm (" + dpi_low_str + ") )");
|
| - should_apply("not all and (min-resolution: " + dpcm_high + "dpcm)", "not all and (min-resolution: dpcm (" + dpi_high_str + ") )");
|
| + should_apply("(min-resolution: " + dpcm_low + "dpcm)");
|
| + should_apply("(max-resolution: " + dpcm_high + "dpcm)");
|
| + should_not_apply("(max-resolution: " + dpcm_low + "dpcm)");
|
| + should_apply("not all and (min-resolution: " + dpcm_high + "dpcm)");
|
| +
|
| + expression_should_be_parseable("scan");
|
| + expression_should_be_parseable("scan: progressive");
|
| + expression_should_be_parseable("scan:interlace");
|
| + expression_should_not_be_parseable("min-scan:interlace");
|
| + expression_should_not_be_parseable("scan: 1");
|
| + expression_should_not_be_parseable("max-scan");
|
| + expression_should_not_be_parseable("max-scan: progressive");
|
| + // Assume we don't support tv devices.
|
| + should_not_apply("(scan)");
|
| + should_not_apply("(scan: progressive)");
|
| + should_not_apply("(scan: interlace)");
|
| + should_apply("not all and (scan)");
|
| + should_apply("not all and (scan: progressive)");
|
| + should_apply("not all and (scan: interlace)");
|
|
|
| expression_should_be_parseable("grid");
|
| expression_should_be_parseable("grid: 0");
|
| @@ -419,6 +793,42 @@ function run() {
|
| should_not_apply("(grid: 2)");
|
| should_not_apply("(grid: -1)");
|
|
|
| + // Parsing tests
|
| + // bug 454227
|
| + should_apply("(orientation");
|
| + should_not_apply("not all and (orientation");
|
| + should_not_apply("(orientation:");
|
| + should_apply("all,(orientation:");
|
| + should_not_apply("(orientation:,all");
|
| + should_apply("not all and (grid");
|
| + should_not_apply("only all and (grid");
|
| + should_not_apply("(grid");
|
| + should_apply("all,(grid");
|
| + should_not_apply("(grid,all");
|
| + // bug 454226
|
| + should_apply(",all");
|
| + should_apply("all,");
|
| + should_apply(",all,");
|
| + should_apply("all,badmedium");
|
| + should_apply("badmedium,all");
|
| + should_not_apply(",badmedium,");
|
| + should_apply("all,(badexpression)");
|
| + should_apply("(badexpression),all");
|
| + should_not_apply("(badexpression),badmedium");
|
| + should_not_apply("badmedium,(badexpression)");
|
| + should_apply("all,[badsyntax]");
|
| + should_apply("[badsyntax],all");
|
| + should_not_apply("badmedium,[badsyntax]");
|
| + should_not_apply("[badsyntax],badmedium");
|
| +
|
| + // Parsing tests based on Acid3
|
| + query_should_not_be_parseable("all and color :");
|
| + query_should_not_be_parseable("all and color : 1");
|
| + should_not_apply("all and min-color : 1");
|
| + should_not_apply("(bogus)");
|
| + should_not_apply("not all and (bogus)")
|
| + should_not_apply("only all and (bogus)")
|
| +
|
| done();
|
| }
|
|
|
|
|