Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Side by Side Diff: LayoutTests/fast/media/w3c/test_media_queries-expected.txt

Issue 14408004: Fix incorrect evaluation of resolution media queries (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « LayoutTests/fast/media/mq-resolution-expected.txt ('k') | Source/core/css/CSSParser.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 2
3 PASS query (orientation) should be parseable 3 PASS query (orientation) should be parseable
4 PASS query not (orientation) should not be parseable 4 PASS query not (orientation) should not be parseable
5 PASS query only (orientation) should not be parseable 5 PASS query only (orientation) should not be parseable
6 PASS query all and (orientation) should be parseable 6 PASS query all and (orientation) should be parseable
7 PASS query not all and (orientation) should be parseable 7 PASS query not all and (orientation) should be parseable
8 PASS query only all and (orientation) should be parseable 8 PASS query only all and (orientation) should be parseable
9 PASS query (orientation: 'landscape') should not be parseable 9 PASS query (orientation: 'landscape') should not be parseable
10 PASS expression width should be parseable 10 PASS expression width should be parseable
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 PASS expression color: 0 should be parseable 270 PASS expression color: 0 should be parseable
271 PASS expression color: 1.0 should not be parseable 271 PASS expression color: 1.0 should not be parseable
272 PASS expression color: -1 should not be parseable 272 PASS expression color: -1 should not be parseable
273 PASS expression color: 1/1 should not be parseable 273 PASS expression color: 1/1 should not be parseable
274 PASS expression min-monochrome: 1 should be parseable 274 PASS expression min-monochrome: 1 should be parseable
275 PASS expression min-monochrome: 327 should be parseable 275 PASS expression min-monochrome: 327 should be parseable
276 PASS expression min-monochrome: 0 should be parseable 276 PASS expression min-monochrome: 0 should be parseable
277 PASS expression min-monochrome: 1.0 should not be parseable 277 PASS expression min-monochrome: 1.0 should not be parseable
278 PASS expression min-monochrome: -1 should not be parseable 278 PASS expression min-monochrome: -1 should not be parseable
279 PASS expression min-monochrome: 1/1 should not be parseable 279 PASS expression min-monochrome: 1/1 should not be parseable
280 FAIL find_resolution assert_false: expected false got true 280 PASS find_resolution
281 PASS (resolution: dpi) should not apply 281 PASS (resolution: dpi) should apply
282 PASS (resolution: dpi + 1) should not apply 282 PASS (resolution: dpi + 1) should not apply
283 FAIL (min-resolution: dpi - 1 ) should apply assert_true: expected true got fals e 283 PASS (resolution: dpi - 1) should not apply
284 PASS (min-resolution: dpi - 1 ) should apply
284 PASS not all and (min-resolution: dpi - 1 ) should not apply 285 PASS not all and (min-resolution: dpi - 1 ) should not apply
285 FAIL not all and (min-resolution: dpi + 1 ) should apply assert_true: expected t rue got false 286 PASS not all and (min-resolution: dpi + 1 ) should apply
286 PASS all and (min-resolution: dpi + 1 ) should not apply 287 PASS all and (min-resolution: dpi + 1 ) should not apply
287 FAIL (min-resolution: dpcm (dpi - 1) ) should apply assert_true: expected true g ot false 288 PASS (min-resolution: dpcm (dpi - 1) ) should apply
288 FAIL (max-resolution: dpcm (dpi + 1) ) should apply assert_true: expected true got false 289 PASS (max-resolution: dpcm (dpi + 1) ) should apply
289 PASS (max-resolution: dpcm (dpi - 1) ) should not apply 290 PASS (max-resolution: dpcm (dpi - 1) ) should not apply
290 FAIL not all and (min-resolution: dpcm (dpi + 1) ) should apply assert_true: ex pected true got false 291 PASS not all and (min-resolution: dpcm (dpi + 1) ) should apply
291 PASS expression grid should be parseable 292 PASS expression grid should be parseable
292 PASS expression grid: 0 should be parseable 293 PASS expression grid: 0 should be parseable
293 PASS expression grid: 1 should be parseable 294 PASS expression grid: 1 should be parseable
294 PASS expression grid: 1 should be parseable 295 PASS expression grid: 1 should be parseable
295 PASS expression min-grid should not be parseable 296 PASS expression min-grid should not be parseable
296 PASS expression min-grid:0 should not be parseable 297 PASS expression min-grid:0 should not be parseable
297 PASS expression max-grid: 1 should not be parseable 298 PASS expression max-grid: 1 should not be parseable
298 PASS expression grid: 2 should not be parseable 299 PASS expression grid: 2 should not be parseable
299 PASS expression grid: -1 should not be parseable 300 PASS expression grid: -1 should not be parseable
300 PASS (grid) should not apply 301 PASS (grid) should not apply
301 PASS (grid: 0) should apply 302 PASS (grid: 0) should apply
302 PASS (grid: 1) should not apply 303 PASS (grid: 1) should not apply
303 PASS (grid: 2) should not apply 304 PASS (grid: 2) should not apply
304 PASS (grid: -1) should not apply 305 PASS (grid: -1) should not apply
305 306
OLDNEW
« no previous file with comments | « LayoutTests/fast/media/mq-resolution-expected.txt ('k') | Source/core/css/CSSParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698