github web-platform-tests/wpt merge_pr_48162

latest releases: merge_pr_49470, epochs/three_hourly/2024-12-03_06H, epochs/six_hourly/2024-12-03_06H...
5 months ago

Revert canonical order enforcement for position-try-fallbacks in WPT tests.

<try-tactic> is in fact order-dependent 1:

Given inline-start & end, block-start & end: 1 & 2, a & b:

  1. flip-start: a & 2, 1 & b
  2. flip-inline: 2 & a, 1 & b

And

  1. flip-inline: 2 & 1, a & b
  2. flip-start: a & 1, 2 & b

Are not equal.

Differential Revision: https://phabricator.services.mozilla.com/D222114

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1918670
gecko-commit: bf6dffc72a3452c98966164125201d146187ca35
gecko-reviewers: firefox-style-system-reviewers, emilio

Don't miss a new wpt release

NewReleases is sending notifications on new releases.