Changeset 277160 in webkit
- Timestamp:
- May 6, 2021, 11:11:16 PM (5 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 deleted
- 4 edited
-
ChangeLog (modified) (1 diff)
-
imported/w3c/ChangeLog (modified) (1 diff)
-
imported/w3c/web-platform-tests/css/mediaqueries/test_media_queries-expected.txt (modified) (7 diffs)
-
imported/w3c/web-platform-tests/css/mediaqueries/test_media_queries.html (modified) (1 diff)
-
platform/gtk/imported/w3c/web-platform-tests/css/mediaqueries (deleted)
-
platform/wpe/imported/w3c/web-platform-tests/css/mediaqueries/test_media_queries-expected.txt (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r277159 r277160 1 2021-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 1 14 2021-05-06 Lauro Moura <lmoura@igalia.com> 2 15 -
trunk/LayoutTests/imported/w3c/ChangeLog
r277091 r277160 1 2021-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 1 14 2021-05-06 Tim Nguyen <ntim@apple.com> 2 15 -
trunk/LayoutTests/imported/w3c/web-platform-tests/css/mediaqueries/test_media_queries-expected.txt
r277071 r277160 397 397 PASS subtest_393 398 398 PASS subtest_394 399 PASS subtest_395 : all and (width: 117px) should apply400 FAIL subtest_396 : all and (width = 117px) should apply assert_true:expected true got false401 PASS subtest_397 : all and (width: 118px) should not apply402 PASS subtest_398 : all and (width: 116px) should not apply403 PASS subtest_399 : all and (width = 118px) should not apply404 PASS subtest_400 : all and (width = 116px) should not apply405 PASS subtest_401 : all and (min-width: 117px) should apply406 PASS subtest_402 : all and (min-width: 118px) should not apply407 PASS subtest_403 : all and (min-width: 116px) should apply408 PASS subtest_404 : all and (max-width: 117px) should apply409 PASS subtest_405 : all and (max-width: 118px) should apply410 PASS subtest_406 : all and (max-width: 116px) should not apply411 PASS subtest_407 : all and (min-width: 9em) should not apply412 PASS subtest_408 : all and (min-width: 6em) should apply413 PASS subtest_409 : all and (max-width: 9em) should apply414 PASS subtest_410 : all and (max-width: 6em) should not apply415 FAIL subtest_411 : (width <= 117px) should apply assert_true:expected true got false416 FAIL subtest_412 : (width >= 117px) should apply assert_true:expected true got false417 PASS subtest_413 : (width < 117px) should not apply418 PASS subtest_414 : (width > 117px) should not apply419 FAIL subtest_415 : (width < 118px) should apply assert_true:expected true got false420 FAIL subtest_416 : (width <= 118px) should apply assert_true:expected true got false421 PASS subtest_417 : (width > 118px) should not apply422 PASS subtest_418 : (width >= 118px) should not apply423 FAIL subtest_419 : (width > 116px) should apply assert_true:expected true got false424 FAIL subtest_420 : (width >= 116px) should apply assert_true:expected true got false425 PASS subtest_421 : (width < 116px) should not apply426 PASS subtest_422 : (width <= 116px) should not apply427 PASS subtest_423 : all and (height: 76px) should apply428 FAIL subtest_424 : all and (height = 76px) should apply assert_true:expected true got false429 PASS subtest_425 : all and (height: 77px) should not apply430 PASS subtest_426 : all and (height: 75px) should not apply431 PASS subtest_427 : all and (height = 77px) should not apply432 PASS subtest_428 : all and (height = 75px) should not apply433 PASS subtest_429 : all and (min-height: 76px) should apply434 PASS subtest_430 : all and (min-height: 77px) should not apply435 PASS subtest_431 : all and (min-height: 75px) should apply436 PASS subtest_432 : all and (max-height: 76px) should apply437 PASS subtest_433 : all and (max-height: 77px) should apply438 PASS subtest_434 : all and (max-height: 75px) should not apply439 PASS subtest_435 : all and (min-height: 6em) should not apply440 PASS subtest_436 : all and (min-height: 3em) should apply441 PASS subtest_437 : all and (max-height: 6em) should apply442 PASS subtest_438 : all and (max-height: 3em) should not apply443 FAIL subtest_439 : (height <= 76px) should apply assert_true:expected true got false444 FAIL subtest_440 : (height >= 76px) should apply assert_true:expected true got false445 PASS subtest_441 : (height < 76px) should not apply446 PASS subtest_442 : (height > 76px) should not apply447 FAIL subtest_443 : (height < 77px) should apply assert_true:expected true got false448 FAIL subtest_444 : (height <= 77px) should apply assert_true:expected true got false449 PASS subtest_445 : (height > 77px) should not apply450 PASS subtest_446 : (height >= 77px) should not apply451 FAIL subtest_447 : (height > 75px) should apply assert_true:expected true got false452 FAIL subtest_448 : (height >= 75px) should apply assert_true:expected true got false453 PASS subtest_449 : (height < 75px) should not apply454 PASS subtest_450 : (height <= 75px) should not apply455 PASS subtest_451 : all and (device-width: 1920px) should apply456 FAIL subtest_452 : all and (device-width = 1920px) should apply assert_true:expected true got false457 PASS subtest_453 : all and (device-width: 1921px) should not apply458 PASS subtest_454 : all and (device-width: 1919px) should not apply459 PASS subtest_455 : all and (device-width = 1921px) should not apply460 PASS subtest_456 : all and (device-width = 1919px) should not apply461 PASS subtest_457 : all and (min-device-width: 1920px) should apply462 PASS subtest_458 : all and (min-device-width: 1921px) should not apply463 PASS subtest_459 : all and (min-device-width: 1919px) should apply464 PASS subtest_460 : all and (max-device-width: 1920px) should apply465 PASS subtest_461 : all and (max-device-width: 1921px) should apply466 PASS subtest_462 : all and (max-device-width: 1919px) should not apply467 PASS subtest_463 : all and (min-device-width: 121em) should not apply468 PASS subtest_464 : all and (min-device-width: 119em) should apply469 PASS subtest_465 : all and (max-device-width: 121em) should apply470 PASS subtest_466 : all and (max-device-width: 119em) should not apply471 FAIL subtest_467 : (device-width <= 1920px) should apply assert_true:expected true got false472 FAIL subtest_468 : (device-width >= 1920px) should apply assert_true:expected true got false473 PASS subtest_469 : (device-width < 1920px) should not apply474 PASS subtest_470 : (device-width > 1920px) should not apply475 FAIL subtest_471 : (device-width < 1921px) should apply assert_true:expected true got false476 FAIL subtest_472 : (device-width <= 1921px) should apply assert_true:expected true got false477 PASS subtest_473 : (device-width > 1921px) should not apply478 PASS subtest_474 : (device-width >= 1921px) should not apply479 FAIL subtest_475 : (device-width > 1919px) should apply assert_true:expected true got false480 FAIL subtest_476 : (device-width >= 1919px) should apply assert_true:expected true got false481 PASS subtest_477 : (device-width < 1919px) should not apply482 PASS subtest_478 : (device-width <= 1919px) should not apply483 PASS subtest_479 : all and (device-height: 1080px) should apply484 FAIL subtest_480 : all and (device-height = 1080px) should apply assert_true:expected true got false485 PASS subtest_481 : all and (device-height: 1081px) should not apply486 PASS subtest_482 : all and (device-height: 1079px) should not apply487 PASS subtest_483 : all and (device-height = 1081px) should not apply488 PASS subtest_484 : all and (device-height = 1079px) should not apply489 PASS subtest_485 : all and (min-device-height: 1080px) should apply490 PASS subtest_486 : all and (min-device-height: 1081px) should not apply491 PASS subtest_487 : all and (min-device-height: 1079px) should apply492 PASS subtest_488 : all and (max-device-height: 1080px) should apply493 PASS subtest_489 : all and (max-device-height: 1081px) should apply494 PASS subtest_490 : all and (max-device-height: 1079px) should not apply495 PASS subtest_491 : all and (min-device-height: 69em) should not apply496 PASS subtest_492 : all and (min-device-height: 66em) should apply497 PASS subtest_493 : all and (max-device-height: 69em) should apply498 PASS subtest_494 : all and (max-device-height: 66em) should not apply499 FAIL subtest_495 : (device-height <= 1080px) should apply assert_true:expected true got false500 FAIL subtest_496 : (device-height >= 1080px) should apply assert_true:expected true got false501 PASS subtest_497 : (device-height < 1080px) should not apply502 PASS subtest_498 : (device-height > 1080px) should not apply503 FAIL subtest_499 : (device-height < 1081px) should apply assert_true:expected true got false504 FAIL subtest_500 : (device-height <= 1081px) should apply assert_true:expected true got false505 PASS subtest_501 : (device-height > 1081px) should not apply506 PASS subtest_502 : (device-height >= 1081px) should not apply507 FAIL subtest_503 : (device-height > 1079px) should apply assert_true:expected true got false508 FAIL subtest_504 : (device-height >= 1079px) should apply assert_true:expected true got false509 PASS subtest_505 : (device-height < 1079px) should not apply510 PASS subtest_506 : (device-height <= 1079px) should not apply511 PASS subtest_507 : all and (height) should apply512 PASS subtest_508 : all and (width) should not apply513 PASS subtest_509 : all and (height) should not apply514 PASS subtest_510 : all and (width) should not apply515 PASS subtest_511 : all and (device-height) should apply516 PASS subtest_512 : all and (device-width) should apply517 PASS subtest_513 : all and (height) should not apply518 PASS subtest_514 : all and (width) should apply519 PASS subtest_515 : all and (height) should apply520 PASS subtest_516 : all and (width) should apply399 PASS subtest_395 400 FAIL subtest_396 assert_true: all and (width = 117px) should apply expected true got false 401 PASS subtest_397 402 PASS subtest_398 403 PASS subtest_399 404 PASS subtest_400 405 PASS subtest_401 406 PASS subtest_402 407 PASS subtest_403 408 PASS subtest_404 409 PASS subtest_405 410 PASS subtest_406 411 PASS subtest_407 412 PASS subtest_408 413 PASS subtest_409 414 PASS subtest_410 415 FAIL subtest_411 assert_true: (width <= 117px) should apply expected true got false 416 FAIL subtest_412 assert_true: (width >= 117px) should apply expected true got false 417 PASS subtest_413 418 PASS subtest_414 419 FAIL subtest_415 assert_true: (width < 118px) should apply expected true got false 420 FAIL subtest_416 assert_true: (width <= 118px) should apply expected true got false 421 PASS subtest_417 422 PASS subtest_418 423 FAIL subtest_419 assert_true: (width > 116px) should apply expected true got false 424 FAIL subtest_420 assert_true: (width >= 116px) should apply expected true got false 425 PASS subtest_421 426 PASS subtest_422 427 PASS subtest_423 428 FAIL subtest_424 assert_true: all and (height = 76px) should apply expected true got false 429 PASS subtest_425 430 PASS subtest_426 431 PASS subtest_427 432 PASS subtest_428 433 PASS subtest_429 434 PASS subtest_430 435 PASS subtest_431 436 PASS subtest_432 437 PASS subtest_433 438 PASS subtest_434 439 PASS subtest_435 440 PASS subtest_436 441 PASS subtest_437 442 PASS subtest_438 443 FAIL subtest_439 assert_true: (height <= 76px) should apply expected true got false 444 FAIL subtest_440 assert_true: (height >= 76px) should apply expected true got false 445 PASS subtest_441 446 PASS subtest_442 447 FAIL subtest_443 assert_true: (height < 77px) should apply expected true got false 448 FAIL subtest_444 assert_true: (height <= 77px) should apply expected true got false 449 PASS subtest_445 450 PASS subtest_446 451 FAIL subtest_447 assert_true: (height > 75px) should apply expected true got false 452 FAIL subtest_448 assert_true: (height >= 75px) should apply expected true got false 453 PASS subtest_449 454 PASS subtest_450 455 PASS subtest_451 456 FAIL subtest_452 assert_true: all and (device-width = 1440px) should apply expected true got false 457 PASS subtest_453 458 PASS subtest_454 459 PASS subtest_455 460 PASS subtest_456 461 PASS subtest_457 462 PASS subtest_458 463 PASS subtest_459 464 PASS subtest_460 465 PASS subtest_461 466 PASS subtest_462 467 PASS subtest_463 468 PASS subtest_464 469 PASS subtest_465 470 PASS subtest_466 471 FAIL subtest_467 assert_true: (device-width <= 1440px) should apply expected true got false 472 FAIL subtest_468 assert_true: (device-width >= 1440px) should apply expected true got false 473 PASS subtest_469 474 PASS subtest_470 475 FAIL subtest_471 assert_true: (device-width < 1441px) should apply expected true got false 476 FAIL subtest_472 assert_true: (device-width <= 1441px) should apply expected true got false 477 PASS subtest_473 478 PASS subtest_474 479 FAIL subtest_475 assert_true: (device-width > 1439px) should apply expected true got false 480 FAIL subtest_476 assert_true: (device-width >= 1439px) should apply expected true got false 481 PASS subtest_477 482 PASS subtest_478 483 PASS subtest_479 484 FAIL subtest_480 assert_true: all and (device-height = 900px) should apply expected true got false 485 PASS subtest_481 486 PASS subtest_482 487 PASS subtest_483 488 PASS subtest_484 489 PASS subtest_485 490 PASS subtest_486 491 PASS subtest_487 492 PASS subtest_488 493 PASS subtest_489 494 PASS subtest_490 495 PASS subtest_491 496 PASS subtest_492 497 PASS subtest_493 498 PASS subtest_494 499 FAIL subtest_495 assert_true: (device-height <= 900px) should apply expected true got false 500 FAIL subtest_496 assert_true: (device-height >= 900px) should apply expected true got false 501 PASS subtest_497 502 PASS subtest_498 503 FAIL subtest_499 assert_true: (device-height < 901px) should apply expected true got false 504 FAIL subtest_500 assert_true: (device-height <= 901px) should apply expected true got false 505 PASS subtest_501 506 PASS subtest_502 507 FAIL subtest_503 assert_true: (device-height > 899px) should apply expected true got false 508 FAIL subtest_504 assert_true: (device-height >= 899px) should apply expected true got false 509 PASS subtest_505 510 PASS subtest_506 511 PASS subtest_507 512 PASS subtest_508 513 PASS subtest_509 514 PASS subtest_510 515 PASS subtest_511 516 PASS subtest_512 517 PASS subtest_513 518 PASS subtest_514 519 PASS subtest_515 520 PASS subtest_516 521 521 PASS subtest_517 522 522 PASS subtest_518 … … 528 528 PASS subtest_524 529 529 PASS subtest_525 530 PASS subtest_526 : (orientation) should apply531 PASS subtest_527 : (orientation: landscape) should apply532 PASS subtest_528 : (orientation: portrait) should not apply533 PASS subtest_529 : not all and (orientation: portrait) should apply534 PASS subtest_530 : (orientation) should apply535 PASS subtest_531 : (orientation: landscape) should not apply536 PASS subtest_532 : not all and (orientation: landscape) should apply537 PASS subtest_533 : (orientation: portrait) should apply538 PASS subtest_534 : (aspect-ratio: 59/80) should apply539 PASS subtest_535 : (aspect-ratio: 58/80) should not apply540 PASS subtest_536 : (aspect-ratio: 59/81) should not apply541 PASS subtest_537 : (aspect-ratio: 60/80) should not apply542 PASS subtest_538 : (aspect-ratio: 59/79) should not apply543 PASS subtest_539 : (aspect-ratio: 177/240) should apply544 PASS subtest_540 : (aspect-ratio: 413/560) should apply545 PASS subtest_541 : (aspect-ratio: 5900/8000) should apply546 PASS subtest_542 : (aspect-ratio: 5901/8000) should not apply547 PASS subtest_543 : (aspect-ratio: 5899/8000) should not apply548 PASS subtest_544 : (aspect-ratio: 5900/8001) should not apply549 PASS subtest_545 : (aspect-ratio: 5900/7999) should not apply550 PASS subtest_546 : (aspect-ratio) should apply551 PASS subtest_547 : (min-aspect-ratio: 59/80) should apply552 PASS subtest_548 : (min-aspect-ratio: 58/80) should apply553 PASS subtest_549 : (min-aspect-ratio: 59/81) should apply554 PASS subtest_550 : (min-aspect-ratio: 60/80) should not apply555 PASS subtest_551 : (min-aspect-ratio: 59/79) should not apply530 PASS subtest_526 531 PASS subtest_527 532 PASS subtest_528 533 PASS subtest_529 534 PASS subtest_530 535 PASS subtest_531 536 PASS subtest_532 537 PASS subtest_533 538 PASS subtest_534 539 PASS subtest_535 540 PASS subtest_536 541 PASS subtest_537 542 PASS subtest_538 543 PASS subtest_539 544 PASS subtest_540 545 PASS subtest_541 546 PASS subtest_542 547 PASS subtest_543 548 PASS subtest_544 549 PASS subtest_545 550 PASS subtest_546 551 PASS subtest_547 552 PASS subtest_548 553 PASS subtest_549 554 PASS subtest_550 555 PASS subtest_551 556 556 PASS subtest_552 557 PASS subtest_553 : (max-aspect-ratio: 59/80) should apply558 PASS subtest_554 : (max-aspect-ratio: 58/80) should not apply559 PASS subtest_555 : (max-aspect-ratio: 59/81) should not apply560 PASS subtest_556 : (max-aspect-ratio: 60/80) should apply561 PASS subtest_557 : (max-aspect-ratio: 59/79) should apply557 PASS subtest_553 558 PASS subtest_554 559 PASS subtest_555 560 PASS subtest_556 561 PASS subtest_557 562 562 PASS subtest_558 563 PASS subtest_559 : (device-aspect-ratio: 1920/1080) should apply564 PASS subtest_560 : not all and (device-aspect-ratio: 1921/1080) should apply565 PASS subtest_561 : all and (device-aspect-ratio: 1920/1079) should not apply566 PASS subtest_562 : all and (device-aspect-ratio: 1919/1080) should not apply567 PASS subtest_563 : not all and (device-aspect-ratio: 1920/1081) should apply568 PASS subtest_564 : (device-aspect-ratio) should apply569 PASS subtest_565 : (min-device-aspect-ratio: 1920/1080) should apply570 PASS subtest_566 : all and (min-device-aspect-ratio: 1921/1080) should not apply571 PASS subtest_567 : not all and (min-device-aspect-ratio: 1920/1079) should apply572 PASS subtest_568 : not all and (min-device-aspect-ratio: 1919/1080) should not apply573 PASS subtest_569 : all and (min-device-aspect-ratio: 1920/1081) should apply563 PASS subtest_559 564 PASS subtest_560 565 PASS subtest_561 566 PASS subtest_562 567 PASS subtest_563 568 PASS subtest_564 569 PASS subtest_565 570 PASS subtest_566 571 PASS subtest_567 572 PASS subtest_568 573 PASS subtest_569 574 574 PASS subtest_570 575 PASS subtest_571 : all and (max-device-aspect-ratio: 1920/1080) should apply576 PASS subtest_572 : (max-device-aspect-ratio: 1921/1080) should apply577 PASS subtest_573 : (max-device-aspect-ratio: 1920/1079) should apply578 PASS subtest_574 : all and (max-device-aspect-ratio: 1919/1080) should not apply579 PASS subtest_575 : not all and (max-device-aspect-ratio: 1920/1081) should apply575 PASS subtest_571 576 PASS subtest_572 577 PASS subtest_573 578 PASS subtest_574 579 PASS subtest_575 580 580 PASS subtest_576 581 581 PASS subtest_577 … … 621 621 PASS monochrome_and_color 622 622 PASS find_depth 623 PASS subtest_617 : all and (color:8) should apply624 PASS subtest_618 : all and (color:7) should not apply625 PASS subtest_619 : all and (color:9) should not apply626 PASS subtest_620 : all and (max-color:8) should apply627 PASS subtest_621 : all and (max-color:7) should not apply628 PASS subtest_622 : all and (max-color:9) should apply629 PASS subtest_623 : all and (color) should apply623 PASS subtest_617 624 PASS subtest_618 625 PASS subtest_619 626 PASS subtest_620 627 PASS subtest_621 628 PASS subtest_622 629 PASS subtest_623 630 630 PASS subtest_624 631 631 PASS subtest_625 632 PASS subtest_626 : all and (monochrome) should not apply632 PASS subtest_626 633 633 PASS subtest_627 634 634 PASS subtest_628 635 PASS subtest_629 : not all and (monochrome) should apply636 PASS subtest_630 : not all and (color) should not apply637 PASS subtest_631 : only all and (color) should apply638 PASS subtest_632 : only all and (monochrome) should not apply635 PASS subtest_629 636 PASS subtest_630 637 PASS subtest_631 638 PASS subtest_632 639 639 PASS subtest_633 640 640 PASS subtest_634 … … 655 655 PASS subtest_649 656 656 PASS subtest_650 657 PASS subtest_651 : (color-index: 0) should apply658 PASS subtest_652 : (color-index: 1) should not apply659 PASS subtest_653 : (min-color-index: 0) should apply660 PASS subtest_654 : (min-color-index: 1) should not apply661 PASS subtest_655 : (max-color-index: 0) should apply662 PASS subtest_656 : (max-color-index: 1) should apply663 PASS subtest_657 : (max-color-index: 157) should apply657 PASS subtest_651 658 PASS subtest_652 659 PASS subtest_653 660 PASS subtest_654 661 PASS subtest_655 662 PASS subtest_656 663 PASS subtest_657 664 664 PASS subtest_658 665 665 PASS subtest_659 … … 705 705 PASS subtest_699 706 706 FAIL find_resolution assert_false: expected false got true 707 PASS subtest_700 : (resolution: 10001dpi) should not apply708 PASS subtest_701 : (resolution: 10000dpi) should not apply709 FAIL subtest_702 : (min-resolution: 10000dpi) should apply assert_true:expected true got false710 FAIL subtest_703 : not all and (min-resolution: 10000dpi) should not apply assert_false:expected false got true711 PASS subtest_704 : not all and (min-resolution: 10001dpi) should apply712 PASS subtest_705 : all and (min-resolution: 10001dpi) should not apply713 FAIL subtest_706 : (min-resolution: 3937dpcm) should apply assert_true:expected true got false714 FAIL subtest_707 : (max-resolution: 3938dpcm) should apply assert_true:expected true got false715 PASS subtest_708 : (max-resolution: 3937dpcm) should not apply716 PASS subtest_709 : not all and (min-resolution: 3938dpcm) should apply707 PASS subtest_700 708 PASS subtest_701 709 FAIL subtest_702 assert_true: (min-resolution: 10000dpi) should apply expected true got false 710 FAIL subtest_703 assert_false: not all and (min-resolution: 10000dpi) should not apply expected false got true 711 PASS subtest_704 712 PASS subtest_705 713 FAIL subtest_706 assert_true: (min-resolution: 3937dpcm) should apply expected true got false 714 FAIL subtest_707 assert_true: (max-resolution: 3938dpcm) should apply expected true got false 715 PASS subtest_708 716 PASS subtest_709 717 717 FAIL subtest_710 assert_true: expected true got false 718 718 FAIL subtest_711 assert_true: expected true got false … … 722 722 PASS subtest_715 723 723 PASS subtest_716 724 PASS subtest_717 : (scan) should not apply725 PASS subtest_718 : (scan: progressive) should not apply726 PASS subtest_719 : (scan: interlace) should not apply727 FAIL subtest_720 : not all and (scan) should apply assert_true:expected true got false728 FAIL subtest_721 : not all and (scan: progressive) should apply assert_true:expected true got false729 FAIL subtest_722 : not all and (scan: interlace) should apply assert_true:expected true got false724 PASS subtest_717 725 PASS subtest_718 726 PASS subtest_719 727 FAIL subtest_720 assert_true: not all and (scan) should apply expected true got false 728 FAIL subtest_721 assert_true: not all and (scan: progressive) should apply expected true got false 729 FAIL subtest_722 assert_true: not all and (scan: interlace) should apply expected true got false 730 730 PASS subtest_723 731 731 PASS subtest_724 … … 737 737 PASS subtest_730 738 738 PASS subtest_731 739 PASS subtest_732 : (grid) should not apply740 PASS subtest_733 : (grid: 0) should apply741 PASS subtest_734 : (grid: 1) should not apply742 PASS subtest_735 : (grid: 2) should not apply743 PASS subtest_736 : (grid: -1) should not apply744 FAIL subtest_737 : (orientation should apply assert_true:expected true got false745 PASS subtest_738 : not all and (orientation should not apply746 PASS subtest_739 : (orientation: should not apply747 PASS subtest_740 : (orientation:) should not apply748 PASS subtest_741 : (orientation: ) should not apply749 PASS subtest_742 : all,(orientation: should apply750 PASS subtest_743 : (orientation:,all should not apply751 FAIL subtest_744 : not all and (grid should apply assert_true:expected true got false752 PASS subtest_745 : only all and (grid should not apply753 PASS subtest_746 : (grid should not apply754 PASS subtest_747 : all,(grid should apply755 PASS subtest_748 : (grid,all should not apply756 PASS subtest_749 : ,all should apply757 PASS subtest_750 : all, should apply758 PASS subtest_751 : ,all, should apply759 PASS subtest_752 : all,badmedium should apply760 PASS subtest_753 : badmedium,all should apply761 PASS subtest_754 : ,badmedium, should not apply762 PASS subtest_755 : all,(badexpression) should apply763 PASS subtest_756 : (badexpression),all should apply764 PASS subtest_757 : (badexpression),badmedium should not apply765 PASS subtest_758 : badmedium,(badexpression) should not apply766 PASS subtest_759 : all,[badsyntax] should apply767 PASS subtest_760 : [badsyntax],all should apply768 PASS subtest_761 : badmedium,[badsyntax] should not apply769 PASS subtest_762 : [badsyntax],badmedium should not apply739 PASS subtest_732 740 PASS subtest_733 741 PASS subtest_734 742 PASS subtest_735 743 PASS subtest_736 744 FAIL subtest_737 assert_true: (orientation should apply expected true got false 745 PASS subtest_738 746 PASS subtest_739 747 PASS subtest_740 748 PASS subtest_741 749 PASS subtest_742 750 PASS subtest_743 751 FAIL subtest_744 assert_true: not all and (grid should apply expected true got false 752 PASS subtest_745 753 PASS subtest_746 754 PASS subtest_747 755 PASS subtest_748 756 PASS subtest_749 757 PASS subtest_750 758 PASS subtest_751 759 PASS subtest_752 760 PASS subtest_753 761 PASS subtest_754 762 PASS subtest_755 763 PASS subtest_756 764 PASS subtest_757 765 PASS subtest_758 766 PASS subtest_759 767 PASS subtest_760 768 PASS subtest_761 769 PASS subtest_762 770 770 PASS subtest_763 771 771 PASS subtest_764 772 PASS subtest_765 : all and min-color : 1 should not apply773 PASS subtest_766 : (bogus) should not apply774 PASS subtest_767 : not all and (bogus) should not apply775 PASS subtest_768 : only all and (bogus) should not apply772 PASS subtest_765 773 PASS subtest_766 774 PASS subtest_767 775 PASS subtest_768 776 776 FAIL subtest_769 assert_true: expected true got false 777 777 FAIL subtest_770 assert_true: expected true got false -
trunk/LayoutTests/imported/w3c/web-platform-tests/css/mediaqueries/test_media_queries.html
r277071 r277160 33 33 function should_apply(q) { 34 34 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); 37 37 } 38 38 39 39 function should_not_apply(q) { 40 40 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); 43 43 } 44 44
Note:
See TracChangeset
for help on using the changeset viewer.