tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit c7e03c99997194fbca9b9fd5e2d43da0dc17a6a1
parent e1d672272f667cf85f1a0ad428e57fa558f55ff3
Author: Emilio Cobos Álvarez <emilio@crisal.io>
Date:   Thu,  2 Oct 2025 15:01:43 +0200

Bug 1962598 - Add some missing expectations that I forgot to git add.

position-area-value.html seems worth digging into, the rest are all
expected right now (no anchor-center and no flipping on try-tactic).

Diffstat:
Atesting/web-platform/meta/css/css-anchor-position/anchor-center-fallback-transition-behavior.html.ini | 3+++
Atesting/web-platform/meta/css/css-anchor-position/position-area-value.html.ini | 3+++
Atesting/web-platform/meta/css/css-anchor-position/try-tactic-percentage.html.ini | 90+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 96 insertions(+), 0 deletions(-)

diff --git a/testing/web-platform/meta/css/css-anchor-position/anchor-center-fallback-transition-behavior.html.ini b/testing/web-platform/meta/css/css-anchor-position/anchor-center-fallback-transition-behavior.html.ini @@ -0,0 +1,3 @@ +[anchor-center-fallback-transition-behavior.html] + [anchor-center aligned bottom anchored element overflowing IMCB] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-anchor-position/position-area-value.html.ini b/testing/web-platform/meta/css/css-anchor-position/position-area-value.html.ini @@ -0,0 +1,3 @@ +[position-area-value.html] + [top left] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-anchor-position/try-tactic-percentage.html.ini b/testing/web-platform/meta/css/css-anchor-position/try-tactic-percentage.html.ini @@ -0,0 +1,90 @@ +[try-tactic-percentage.html] + [flip-inline, left:anchor(10%), right:anchor(90%)] + expected: FAIL + + [flip-inline, left:anchor(calc(10% + 20%)), right:anchor(70%)] + expected: FAIL + + [flip-block, left:anchor(0%), left:anchor(0%)] + expected: FAIL + + [flip-block, left:anchor(100%), left:anchor(100%)] + expected: FAIL + + [flip-block, top:anchor(0%), bottom:anchor(100%)] + expected: FAIL + + [flip-block, top:anchor(100%), bottom:anchor(0%)] + expected: FAIL + + [flip-inline, left:anchor(0%), right:anchor(100%)] + expected: FAIL + + [flip-inline, left:anchor(100%), right:anchor(0%)] + expected: FAIL + + [flip-inline, top:anchor(0%), top:anchor(0%)] + expected: FAIL + + [flip-inline, top:anchor(100%), top:anchor(100%)] + expected: FAIL + + [flip-block flip-inline, left:anchor(0%), right:anchor(100%)] + expected: FAIL + + [flip-block flip-inline, left:anchor(100%), right:anchor(0%)] + expected: FAIL + + [flip-block flip-inline, top:anchor(0%), bottom:anchor(100%)] + expected: FAIL + + [flip-block flip-inline, top:anchor(100%), bottom:anchor(0%)] + expected: FAIL + + [flip-start, left:anchor(0%), top:anchor(0%)] + expected: FAIL + + [flip-start, left:anchor(100%), top:anchor(100%)] + expected: FAIL + + [flip-start, bottom:anchor(0%), right:anchor(0%)] + expected: FAIL + + [flip-start, bottom:anchor(100%), right:anchor(100%)] + expected: FAIL + + [flip-block flip-start, left:anchor(0%), top:anchor(0%)] + expected: FAIL + + [flip-block flip-start, left:anchor(100%), top:anchor(100%)] + expected: FAIL + + [flip-block flip-start, bottom:anchor(0%), left:anchor(100%)] + expected: FAIL + + [flip-block flip-start, bottom:anchor(100%), left:anchor(0%)] + expected: FAIL + + [flip-inline flip-start, left:anchor(0%), bottom:anchor(100%)] + expected: FAIL + + [flip-inline flip-start, left:anchor(100%), bottom:anchor(0%)] + expected: FAIL + + [flip-inline flip-start, bottom:anchor(0%), right:anchor(0%)] + expected: FAIL + + [flip-inline flip-start, bottom:anchor(100%), right:anchor(100%)] + expected: FAIL + + [flip-block flip-inline flip-start, left:anchor(0%), bottom:anchor(100%)] + expected: FAIL + + [flip-block flip-inline flip-start, left:anchor(100%), bottom:anchor(0%)] + expected: FAIL + + [flip-block flip-inline flip-start, bottom:anchor(0%), left:anchor(100%)] + expected: FAIL + + [flip-block flip-inline flip-start, bottom:anchor(100%), left:anchor(0%)] + expected: FAIL