⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 277160 in webkit


Ignore:
Timestamp:
May 6, 2021, 11:11:16 PM (5 years ago)
Author:
ntim@apple.com
Message:

Re-import css/mediaqueries/test_media_queries.html WPT
https://bugs.webkit.org/show_bug.cgi?id=225469

Unreviewed. Test gardening.

Pulls in https://github.com/web-platform-tests/wpt/pull/28881 to fix device specific test failures.
Also removes platform-specific test expectations which were added to that issue.

LayoutTests/imported/w3c:

  • web-platform-tests/css/mediaqueries/test_media_queries-expected.txt:
  • web-platform-tests/css/mediaqueries/test_media_queries.html:

LayoutTests:

  • platform/gtk/imported/w3c/web-platform-tests/css/mediaqueries/test_media_queries-expected.txt: Removed.
  • platform/wpe/imported/w3c/web-platform-tests/css/mediaqueries/test_media_queries-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r277159 r277160  
     12021-05-06  Tim Nguyen  <ntim@apple.com>
     2
     3        Re-import css/mediaqueries/test_media_queries.html WPT
     4        https://bugs.webkit.org/show_bug.cgi?id=225469
     5
     6        Unreviewed. Test gardening.
     7
     8        Pulls in https://github.com/web-platform-tests/wpt/pull/28881 to fix device specific test failures.
     9        Also removes platform-specific test expectations which were added to that issue.
     10
     11        * platform/gtk/imported/w3c/web-platform-tests/css/mediaqueries/test_media_queries-expected.txt: Removed.
     12        * platform/wpe/imported/w3c/web-platform-tests/css/mediaqueries/test_media_queries-expected.txt: Removed.
     13
    1142021-05-06  Lauro Moura  <lmoura@igalia.com>
    215
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r277091 r277160  
     12021-05-06  Tim Nguyen  <ntim@apple.com>
     2
     3        Re-import css/mediaqueries/test_media_queries.html WPT
     4        https://bugs.webkit.org/show_bug.cgi?id=225469
     5
     6        Unreviewed. Test gardening.
     7
     8        Pulls in https://github.com/web-platform-tests/wpt/pull/28881 to fix device specific test failures.
     9        Also removes platform-specific test expectations which were added to that issue.
     10
     11        * web-platform-tests/css/mediaqueries/test_media_queries-expected.txt:
     12        * web-platform-tests/css/mediaqueries/test_media_queries.html:
     13
    1142021-05-06  Tim Nguyen  <ntim@apple.com>
    215
  • trunk/LayoutTests/imported/w3c/web-platform-tests/css/mediaqueries/test_media_queries-expected.txt

    r277071 r277160  
    397397PASS subtest_393
    398398PASS subtest_394
    399 PASS subtest_395: all and (width: 117px) should apply
    400 FAIL subtest_396: all and (width = 117px) should apply assert_true: expected true got false
    401 PASS subtest_397: all and (width: 118px) should not apply
    402 PASS subtest_398: all and (width: 116px) should not apply
    403 PASS subtest_399: all and (width = 118px) should not apply
    404 PASS subtest_400: all and (width = 116px) should not apply
    405 PASS subtest_401: all and (min-width: 117px) should apply
    406 PASS subtest_402: all and (min-width: 118px) should not apply
    407 PASS subtest_403: all and (min-width: 116px) should apply
    408 PASS subtest_404: all and (max-width: 117px) should apply
    409 PASS subtest_405: all and (max-width: 118px) should apply
    410 PASS subtest_406: all and (max-width: 116px) should not apply
    411 PASS subtest_407: all and (min-width: 9em) should not apply
    412 PASS subtest_408: all and (min-width: 6em) should apply
    413 PASS subtest_409: all and (max-width: 9em) should apply
    414 PASS subtest_410: all and (max-width: 6em) should not apply
    415 FAIL subtest_411: (width <= 117px) should apply assert_true: expected true got false
    416 FAIL subtest_412: (width >= 117px) should apply assert_true: expected true got false
    417 PASS subtest_413: (width < 117px) should not apply
    418 PASS subtest_414: (width > 117px) should not apply
    419 FAIL subtest_415: (width < 118px) should apply assert_true: expected true got false
    420 FAIL subtest_416: (width <= 118px) should apply assert_true: expected true got false
    421 PASS subtest_417: (width > 118px) should not apply
    422 PASS subtest_418: (width >= 118px) should not apply
    423 FAIL subtest_419: (width > 116px) should apply assert_true: expected true got false
    424 FAIL subtest_420: (width >= 116px) should apply assert_true: expected true got false
    425 PASS subtest_421: (width < 116px) should not apply
    426 PASS subtest_422: (width <= 116px) should not apply
    427 PASS subtest_423: all and (height: 76px) should apply
    428 FAIL subtest_424: all and (height = 76px) should apply assert_true: expected true got false
    429 PASS subtest_425: all and (height: 77px) should not apply
    430 PASS subtest_426: all and (height: 75px) should not apply
    431 PASS subtest_427: all and (height = 77px) should not apply
    432 PASS subtest_428: all and (height = 75px) should not apply
    433 PASS subtest_429: all and (min-height: 76px) should apply
    434 PASS subtest_430: all and (min-height: 77px) should not apply
    435 PASS subtest_431: all and (min-height: 75px) should apply
    436 PASS subtest_432: all and (max-height: 76px) should apply
    437 PASS subtest_433: all and (max-height: 77px) should apply
    438 PASS subtest_434: all and (max-height: 75px) should not apply
    439 PASS subtest_435: all and (min-height: 6em) should not apply
    440 PASS subtest_436: all and (min-height: 3em) should apply
    441 PASS subtest_437: all and (max-height: 6em) should apply
    442 PASS subtest_438: all and (max-height: 3em) should not apply
    443 FAIL subtest_439: (height <= 76px) should apply assert_true: expected true got false
    444 FAIL subtest_440: (height >= 76px) should apply assert_true: expected true got false
    445 PASS subtest_441: (height < 76px) should not apply
    446 PASS subtest_442: (height > 76px) should not apply
    447 FAIL subtest_443: (height < 77px) should apply assert_true: expected true got false
    448 FAIL subtest_444: (height <= 77px) should apply assert_true: expected true got false
    449 PASS subtest_445: (height > 77px) should not apply
    450 PASS subtest_446: (height >= 77px) should not apply
    451 FAIL subtest_447: (height > 75px) should apply assert_true: expected true got false
    452 FAIL subtest_448: (height >= 75px) should apply assert_true: expected true got false
    453 PASS subtest_449: (height < 75px) should not apply
    454 PASS subtest_450: (height <= 75px) should not apply
    455 PASS subtest_451: all and (device-width: 1920px) should apply
    456 FAIL subtest_452: all and (device-width = 1920px) should apply assert_true: expected true got false
    457 PASS subtest_453: all and (device-width: 1921px) should not apply
    458 PASS subtest_454: all and (device-width: 1919px) should not apply
    459 PASS subtest_455: all and (device-width = 1921px) should not apply
    460 PASS subtest_456: all and (device-width = 1919px) should not apply
    461 PASS subtest_457: all and (min-device-width: 1920px) should apply
    462 PASS subtest_458: all and (min-device-width: 1921px) should not apply
    463 PASS subtest_459: all and (min-device-width: 1919px) should apply
    464 PASS subtest_460: all and (max-device-width: 1920px) should apply
    465 PASS subtest_461: all and (max-device-width: 1921px) should apply
    466 PASS subtest_462: all and (max-device-width: 1919px) should not apply
    467 PASS subtest_463: all and (min-device-width: 121em) should not apply
    468 PASS subtest_464: all and (min-device-width: 119em) should apply
    469 PASS subtest_465: all and (max-device-width: 121em) should apply
    470 PASS subtest_466: all and (max-device-width: 119em) should not apply
    471 FAIL subtest_467: (device-width <= 1920px) should apply assert_true: expected true got false
    472 FAIL subtest_468: (device-width >= 1920px) should apply assert_true: expected true got false
    473 PASS subtest_469: (device-width < 1920px) should not apply
    474 PASS subtest_470: (device-width > 1920px) should not apply
    475 FAIL subtest_471: (device-width < 1921px) should apply assert_true: expected true got false
    476 FAIL subtest_472: (device-width <= 1921px) should apply assert_true: expected true got false
    477 PASS subtest_473: (device-width > 1921px) should not apply
    478 PASS subtest_474: (device-width >= 1921px) should not apply
    479 FAIL subtest_475: (device-width > 1919px) should apply assert_true: expected true got false
    480 FAIL subtest_476: (device-width >= 1919px) should apply assert_true: expected true got false
    481 PASS subtest_477: (device-width < 1919px) should not apply
    482 PASS subtest_478: (device-width <= 1919px) should not apply
    483 PASS subtest_479: all and (device-height: 1080px) should apply
    484 FAIL subtest_480: all and (device-height = 1080px) should apply assert_true: expected true got false
    485 PASS subtest_481: all and (device-height: 1081px) should not apply
    486 PASS subtest_482: all and (device-height: 1079px) should not apply
    487 PASS subtest_483: all and (device-height = 1081px) should not apply
    488 PASS subtest_484: all and (device-height = 1079px) should not apply
    489 PASS subtest_485: all and (min-device-height: 1080px) should apply
    490 PASS subtest_486: all and (min-device-height: 1081px) should not apply
    491 PASS subtest_487: all and (min-device-height: 1079px) should apply
    492 PASS subtest_488: all and (max-device-height: 1080px) should apply
    493 PASS subtest_489: all and (max-device-height: 1081px) should apply
    494 PASS subtest_490: all and (max-device-height: 1079px) should not apply
    495 PASS subtest_491: all and (min-device-height: 69em) should not apply
    496 PASS subtest_492: all and (min-device-height: 66em) should apply
    497 PASS subtest_493: all and (max-device-height: 69em) should apply
    498 PASS subtest_494: all and (max-device-height: 66em) should not apply
    499 FAIL subtest_495: (device-height <= 1080px) should apply assert_true: expected true got false
    500 FAIL subtest_496: (device-height >= 1080px) should apply assert_true: expected true got false
    501 PASS subtest_497: (device-height < 1080px) should not apply
    502 PASS subtest_498: (device-height > 1080px) should not apply
    503 FAIL subtest_499: (device-height < 1081px) should apply assert_true: expected true got false
    504 FAIL subtest_500: (device-height <= 1081px) should apply assert_true: expected true got false
    505 PASS subtest_501: (device-height > 1081px) should not apply
    506 PASS subtest_502: (device-height >= 1081px) should not apply
    507 FAIL subtest_503: (device-height > 1079px) should apply assert_true: expected true got false
    508 FAIL subtest_504: (device-height >= 1079px) should apply assert_true: expected true got false
    509 PASS subtest_505: (device-height < 1079px) should not apply
    510 PASS subtest_506: (device-height <= 1079px) should not apply
    511 PASS subtest_507: all and (height) should apply
    512 PASS subtest_508: all and (width) should not apply
    513 PASS subtest_509: all and (height) should not apply
    514 PASS subtest_510: all and (width) should not apply
    515 PASS subtest_511: all and (device-height) should apply
    516 PASS subtest_512: all and (device-width) should apply
    517 PASS subtest_513: all and (height) should not apply
    518 PASS subtest_514: all and (width) should apply
    519 PASS subtest_515: all and (height) should apply
    520 PASS subtest_516: all and (width) should apply
     399PASS subtest_395
     400FAIL subtest_396 assert_true: all and (width = 117px) should apply expected true got false
     401PASS subtest_397
     402PASS subtest_398
     403PASS subtest_399
     404PASS subtest_400
     405PASS subtest_401
     406PASS subtest_402
     407PASS subtest_403
     408PASS subtest_404
     409PASS subtest_405
     410PASS subtest_406
     411PASS subtest_407
     412PASS subtest_408
     413PASS subtest_409
     414PASS subtest_410
     415FAIL subtest_411 assert_true: (width <= 117px) should apply expected true got false
     416FAIL subtest_412 assert_true: (width >= 117px) should apply expected true got false
     417PASS subtest_413
     418PASS subtest_414
     419FAIL subtest_415 assert_true: (width < 118px) should apply expected true got false
     420FAIL subtest_416 assert_true: (width <= 118px) should apply expected true got false
     421PASS subtest_417
     422PASS subtest_418
     423FAIL subtest_419 assert_true: (width > 116px) should apply expected true got false
     424FAIL subtest_420 assert_true: (width >= 116px) should apply expected true got false
     425PASS subtest_421
     426PASS subtest_422
     427PASS subtest_423
     428FAIL subtest_424 assert_true: all and (height = 76px) should apply expected true got false
     429PASS subtest_425
     430PASS subtest_426
     431PASS subtest_427
     432PASS subtest_428
     433PASS subtest_429
     434PASS subtest_430
     435PASS subtest_431
     436PASS subtest_432
     437PASS subtest_433
     438PASS subtest_434
     439PASS subtest_435
     440PASS subtest_436
     441PASS subtest_437
     442PASS subtest_438
     443FAIL subtest_439 assert_true: (height <= 76px) should apply expected true got false
     444FAIL subtest_440 assert_true: (height >= 76px) should apply expected true got false
     445PASS subtest_441
     446PASS subtest_442
     447FAIL subtest_443 assert_true: (height < 77px) should apply expected true got false
     448FAIL subtest_444 assert_true: (height <= 77px) should apply expected true got false
     449PASS subtest_445
     450PASS subtest_446
     451FAIL subtest_447 assert_true: (height > 75px) should apply expected true got false
     452FAIL subtest_448 assert_true: (height >= 75px) should apply expected true got false
     453PASS subtest_449
     454PASS subtest_450
     455PASS subtest_451
     456FAIL subtest_452 assert_true: all and (device-width = 1440px) should apply expected true got false
     457PASS subtest_453
     458PASS subtest_454
     459PASS subtest_455
     460PASS subtest_456
     461PASS subtest_457
     462PASS subtest_458
     463PASS subtest_459
     464PASS subtest_460
     465PASS subtest_461
     466PASS subtest_462
     467PASS subtest_463
     468PASS subtest_464
     469PASS subtest_465
     470PASS subtest_466
     471FAIL subtest_467 assert_true: (device-width <= 1440px) should apply expected true got false
     472FAIL subtest_468 assert_true: (device-width >= 1440px) should apply expected true got false
     473PASS subtest_469
     474PASS subtest_470
     475FAIL subtest_471 assert_true: (device-width < 1441px) should apply expected true got false
     476FAIL subtest_472 assert_true: (device-width <= 1441px) should apply expected true got false
     477PASS subtest_473
     478PASS subtest_474
     479FAIL subtest_475 assert_true: (device-width > 1439px) should apply expected true got false
     480FAIL subtest_476 assert_true: (device-width >= 1439px) should apply expected true got false
     481PASS subtest_477
     482PASS subtest_478
     483PASS subtest_479
     484FAIL subtest_480 assert_true: all and (device-height = 900px) should apply expected true got false
     485PASS subtest_481
     486PASS subtest_482
     487PASS subtest_483
     488PASS subtest_484
     489PASS subtest_485
     490PASS subtest_486
     491PASS subtest_487
     492PASS subtest_488
     493PASS subtest_489
     494PASS subtest_490
     495PASS subtest_491
     496PASS subtest_492
     497PASS subtest_493
     498PASS subtest_494
     499FAIL subtest_495 assert_true: (device-height <= 900px) should apply expected true got false
     500FAIL subtest_496 assert_true: (device-height >= 900px) should apply expected true got false
     501PASS subtest_497
     502PASS subtest_498
     503FAIL subtest_499 assert_true: (device-height < 901px) should apply expected true got false
     504FAIL subtest_500 assert_true: (device-height <= 901px) should apply expected true got false
     505PASS subtest_501
     506PASS subtest_502
     507FAIL subtest_503 assert_true: (device-height > 899px) should apply expected true got false
     508FAIL subtest_504 assert_true: (device-height >= 899px) should apply expected true got false
     509PASS subtest_505
     510PASS subtest_506
     511PASS subtest_507
     512PASS subtest_508
     513PASS subtest_509
     514PASS subtest_510
     515PASS subtest_511
     516PASS subtest_512
     517PASS subtest_513
     518PASS subtest_514
     519PASS subtest_515
     520PASS subtest_516
    521521PASS subtest_517
    522522PASS subtest_518
     
    528528PASS subtest_524
    529529PASS subtest_525
    530 PASS subtest_526: (orientation) should apply
    531 PASS subtest_527: (orientation: landscape) should apply
    532 PASS subtest_528: (orientation: portrait) should not apply
    533 PASS subtest_529: not all and (orientation: portrait) should apply
    534 PASS subtest_530: (orientation) should apply
    535 PASS subtest_531: (orientation: landscape) should not apply
    536 PASS subtest_532: not all and (orientation: landscape) should apply
    537 PASS subtest_533: (orientation: portrait) should apply
    538 PASS subtest_534: (aspect-ratio: 59/80) should apply
    539 PASS subtest_535: (aspect-ratio: 58/80) should not apply
    540 PASS subtest_536: (aspect-ratio: 59/81) should not apply
    541 PASS subtest_537: (aspect-ratio: 60/80) should not apply
    542 PASS subtest_538: (aspect-ratio: 59/79) should not apply
    543 PASS subtest_539: (aspect-ratio: 177/240) should apply
    544 PASS subtest_540: (aspect-ratio: 413/560) should apply
    545 PASS subtest_541: (aspect-ratio: 5900/8000) should apply
    546 PASS subtest_542: (aspect-ratio: 5901/8000) should not apply
    547 PASS subtest_543: (aspect-ratio: 5899/8000) should not apply
    548 PASS subtest_544: (aspect-ratio: 5900/8001) should not apply
    549 PASS subtest_545: (aspect-ratio: 5900/7999) should not apply
    550 PASS subtest_546: (aspect-ratio) should apply
    551 PASS subtest_547: (min-aspect-ratio: 59/80) should apply
    552 PASS subtest_548: (min-aspect-ratio: 58/80) should apply
    553 PASS subtest_549: (min-aspect-ratio: 59/81) should apply
    554 PASS subtest_550: (min-aspect-ratio: 60/80) should not apply
    555 PASS subtest_551: (min-aspect-ratio: 59/79) should not apply
     530PASS subtest_526
     531PASS subtest_527
     532PASS subtest_528
     533PASS subtest_529
     534PASS subtest_530
     535PASS subtest_531
     536PASS subtest_532
     537PASS subtest_533
     538PASS subtest_534
     539PASS subtest_535
     540PASS subtest_536
     541PASS subtest_537
     542PASS subtest_538
     543PASS subtest_539
     544PASS subtest_540
     545PASS subtest_541
     546PASS subtest_542
     547PASS subtest_543
     548PASS subtest_544
     549PASS subtest_545
     550PASS subtest_546
     551PASS subtest_547
     552PASS subtest_548
     553PASS subtest_549
     554PASS subtest_550
     555PASS subtest_551
    556556PASS subtest_552
    557 PASS subtest_553: (max-aspect-ratio: 59/80) should apply
    558 PASS subtest_554: (max-aspect-ratio: 58/80) should not apply
    559 PASS subtest_555: (max-aspect-ratio: 59/81) should not apply
    560 PASS subtest_556: (max-aspect-ratio: 60/80) should apply
    561 PASS subtest_557: (max-aspect-ratio: 59/79) should apply
     557PASS subtest_553
     558PASS subtest_554
     559PASS subtest_555
     560PASS subtest_556
     561PASS subtest_557
    562562PASS subtest_558
    563 PASS subtest_559: (device-aspect-ratio: 1920/1080) should apply
    564 PASS subtest_560: not all and (device-aspect-ratio: 1921/1080) should apply
    565 PASS subtest_561: all and (device-aspect-ratio: 1920/1079) should not apply
    566 PASS subtest_562: all and (device-aspect-ratio: 1919/1080) should not apply
    567 PASS subtest_563: not all and (device-aspect-ratio: 1920/1081) should apply
    568 PASS subtest_564: (device-aspect-ratio) should apply
    569 PASS subtest_565: (min-device-aspect-ratio: 1920/1080) should apply
    570 PASS subtest_566: all and (min-device-aspect-ratio: 1921/1080) should not apply
    571 PASS subtest_567: not all and (min-device-aspect-ratio: 1920/1079) should apply
    572 PASS subtest_568: not all and (min-device-aspect-ratio: 1919/1080) should not apply
    573 PASS subtest_569: all and (min-device-aspect-ratio: 1920/1081) should apply
     563PASS subtest_559
     564PASS subtest_560
     565PASS subtest_561
     566PASS subtest_562
     567PASS subtest_563
     568PASS subtest_564
     569PASS subtest_565
     570PASS subtest_566
     571PASS subtest_567
     572PASS subtest_568
     573PASS subtest_569
    574574PASS subtest_570
    575 PASS subtest_571: all and (max-device-aspect-ratio: 1920/1080) should apply
    576 PASS subtest_572: (max-device-aspect-ratio: 1921/1080) should apply
    577 PASS subtest_573: (max-device-aspect-ratio: 1920/1079) should apply
    578 PASS subtest_574: all and (max-device-aspect-ratio: 1919/1080) should not apply
    579 PASS subtest_575: not all and (max-device-aspect-ratio: 1920/1081) should apply
     575PASS subtest_571
     576PASS subtest_572
     577PASS subtest_573
     578PASS subtest_574
     579PASS subtest_575
    580580PASS subtest_576
    581581PASS subtest_577
     
    621621PASS monochrome_and_color
    622622PASS find_depth
    623 PASS subtest_617: all and (color:8) should apply
    624 PASS subtest_618: all and (color:7) should not apply
    625 PASS subtest_619: all and (color:9) should not apply
    626 PASS subtest_620: all and (max-color:8) should apply
    627 PASS subtest_621: all and (max-color:7) should not apply
    628 PASS subtest_622: all and (max-color:9) should apply
    629 PASS subtest_623: all and (color) should apply
     623PASS subtest_617
     624PASS subtest_618
     625PASS subtest_619
     626PASS subtest_620
     627PASS subtest_621
     628PASS subtest_622
     629PASS subtest_623
    630630PASS subtest_624
    631631PASS subtest_625
    632 PASS subtest_626: all and (monochrome) should not apply
     632PASS subtest_626
    633633PASS subtest_627
    634634PASS subtest_628
    635 PASS subtest_629: not all and (monochrome) should apply
    636 PASS subtest_630: not all and (color) should not apply
    637 PASS subtest_631: only all and (color) should apply
    638 PASS subtest_632: only all and (monochrome) should not apply
     635PASS subtest_629
     636PASS subtest_630
     637PASS subtest_631
     638PASS subtest_632
    639639PASS subtest_633
    640640PASS subtest_634
     
    655655PASS subtest_649
    656656PASS subtest_650
    657 PASS subtest_651: (color-index: 0) should apply
    658 PASS subtest_652: (color-index: 1) should not apply
    659 PASS subtest_653: (min-color-index: 0) should apply
    660 PASS subtest_654: (min-color-index: 1) should not apply
    661 PASS subtest_655: (max-color-index: 0) should apply
    662 PASS subtest_656: (max-color-index: 1) should apply
    663 PASS subtest_657: (max-color-index: 157) should apply
     657PASS subtest_651
     658PASS subtest_652
     659PASS subtest_653
     660PASS subtest_654
     661PASS subtest_655
     662PASS subtest_656
     663PASS subtest_657
    664664PASS subtest_658
    665665PASS subtest_659
     
    705705PASS subtest_699
    706706FAIL find_resolution assert_false: expected false got true
    707 PASS subtest_700: (resolution: 10001dpi) should not apply
    708 PASS subtest_701: (resolution: 10000dpi) should not apply
    709 FAIL subtest_702: (min-resolution: 10000dpi) should apply assert_true: expected true got false
    710 FAIL subtest_703: not all and (min-resolution: 10000dpi) should not apply assert_false: expected false got true
    711 PASS subtest_704: not all and (min-resolution: 10001dpi) should apply
    712 PASS subtest_705: all and (min-resolution: 10001dpi) should not apply
    713 FAIL subtest_706: (min-resolution: 3937dpcm) should apply assert_true: expected true got false
    714 FAIL subtest_707: (max-resolution: 3938dpcm) should apply assert_true: expected true got false
    715 PASS subtest_708: (max-resolution: 3937dpcm) should not apply
    716 PASS subtest_709: not all and (min-resolution: 3938dpcm) should apply
     707PASS subtest_700
     708PASS subtest_701
     709FAIL subtest_702 assert_true: (min-resolution: 10000dpi) should apply expected true got false
     710FAIL subtest_703 assert_false: not all and (min-resolution: 10000dpi) should not apply expected false got true
     711PASS subtest_704
     712PASS subtest_705
     713FAIL subtest_706 assert_true: (min-resolution: 3937dpcm) should apply expected true got false
     714FAIL subtest_707 assert_true: (max-resolution: 3938dpcm) should apply expected true got false
     715PASS subtest_708
     716PASS subtest_709
    717717FAIL subtest_710 assert_true: expected true got false
    718718FAIL subtest_711 assert_true: expected true got false
     
    722722PASS subtest_715
    723723PASS subtest_716
    724 PASS subtest_717: (scan) should not apply
    725 PASS subtest_718: (scan: progressive) should not apply
    726 PASS subtest_719: (scan: interlace) should not apply
    727 FAIL subtest_720: not all and (scan) should apply assert_true: expected true got false
    728 FAIL subtest_721: not all and (scan: progressive) should apply assert_true: expected true got false
    729 FAIL subtest_722: not all and (scan: interlace) should apply assert_true: expected true got false
     724PASS subtest_717
     725PASS subtest_718
     726PASS subtest_719
     727FAIL subtest_720 assert_true: not all and (scan) should apply expected true got false
     728FAIL subtest_721 assert_true: not all and (scan: progressive) should apply expected true got false
     729FAIL subtest_722 assert_true: not all and (scan: interlace) should apply expected true got false
    730730PASS subtest_723
    731731PASS subtest_724
     
    737737PASS subtest_730
    738738PASS subtest_731
    739 PASS subtest_732: (grid) should not apply
    740 PASS subtest_733: (grid: 0) should apply
    741 PASS subtest_734: (grid: 1) should not apply
    742 PASS subtest_735: (grid: 2) should not apply
    743 PASS subtest_736: (grid: -1) should not apply
    744 FAIL subtest_737: (orientation should apply assert_true: expected true got false
    745 PASS subtest_738: not all and (orientation should not apply
    746 PASS subtest_739: (orientation: should not apply
    747 PASS subtest_740: (orientation:) should not apply
    748 PASS subtest_741: (orientation:  ) should not apply
    749 PASS subtest_742: all,(orientation: should apply
    750 PASS subtest_743: (orientation:,all should not apply
    751 FAIL subtest_744: not all and (grid should apply assert_true: expected true got false
    752 PASS subtest_745: only all and (grid should not apply
    753 PASS subtest_746: (grid should not apply
    754 PASS subtest_747: all,(grid should apply
    755 PASS subtest_748: (grid,all should not apply
    756 PASS subtest_749: ,all should apply
    757 PASS subtest_750: all, should apply
    758 PASS subtest_751: ,all, should apply
    759 PASS subtest_752: all,badmedium should apply
    760 PASS subtest_753: badmedium,all should apply
    761 PASS subtest_754: ,badmedium, should not apply
    762 PASS subtest_755: all,(badexpression) should apply
    763 PASS subtest_756: (badexpression),all should apply
    764 PASS subtest_757: (badexpression),badmedium should not apply
    765 PASS subtest_758: badmedium,(badexpression) should not apply
    766 PASS subtest_759: all,[badsyntax] should apply
    767 PASS subtest_760: [badsyntax],all should apply
    768 PASS subtest_761: badmedium,[badsyntax] should not apply
    769 PASS subtest_762: [badsyntax],badmedium should not apply
     739PASS subtest_732
     740PASS subtest_733
     741PASS subtest_734
     742PASS subtest_735
     743PASS subtest_736
     744FAIL subtest_737 assert_true: (orientation should apply expected true got false
     745PASS subtest_738
     746PASS subtest_739
     747PASS subtest_740
     748PASS subtest_741
     749PASS subtest_742
     750PASS subtest_743
     751FAIL subtest_744 assert_true: not all and (grid should apply expected true got false
     752PASS subtest_745
     753PASS subtest_746
     754PASS subtest_747
     755PASS subtest_748
     756PASS subtest_749
     757PASS subtest_750
     758PASS subtest_751
     759PASS subtest_752
     760PASS subtest_753
     761PASS subtest_754
     762PASS subtest_755
     763PASS subtest_756
     764PASS subtest_757
     765PASS subtest_758
     766PASS subtest_759
     767PASS subtest_760
     768PASS subtest_761
     769PASS subtest_762
    770770PASS subtest_763
    771771PASS subtest_764
    772 PASS subtest_765: all and min-color : 1 should not apply
    773 PASS subtest_766: (bogus) should not apply
    774 PASS subtest_767: not all and (bogus) should not apply
    775 PASS subtest_768: only all and (bogus) should not apply
     772PASS subtest_765
     773PASS subtest_766
     774PASS subtest_767
     775PASS subtest_768
    776776FAIL subtest_769 assert_true: expected true got false
    777777FAIL subtest_770 assert_true: expected true got false
  • trunk/LayoutTests/imported/w3c/web-platform-tests/css/mediaqueries/test_media_queries.html

    r277071 r277160  
    3333    function should_apply(q) {
    3434      test(function() {
    35         assert_true(query_applies(q));
    36       }, "subtest_" + ++testNum + ": " + q + " should apply");
     35        assert_true(query_applies(q), q + " should apply");
     36      }, "subtest_" + ++testNum);
    3737    }
    3838
    3939    function should_not_apply(q) {
    4040      test(function() {
    41         assert_false(query_applies(q));
    42       }, "subtest_" + ++testNum + ": " + q + " should not apply");
     41        assert_false(query_applies(q), q + " should not apply");
     42      }, "subtest_" + ++testNum);
    4343    }
    4444
Note: See TracChangeset for help on using the changeset viewer.