tor-browser

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

commit 67aa6342e5ca69ebad64b996168d97ee6e696c5a
parent 2f8f70d930c5d774ae46c062f3e2eaef8ceee882
Author: Cosmin Sabou <csabou@mozilla.com>
Date:   Tue, 16 Dec 2025 21:01:44 +0200

Bug 2006244 - Update three overflow tests that are flaky when useDrawSnapshot is used. a=test-only

Diffstat:
Atesting/web-platform/meta/css/css-overflow/overflow-img-border-radius.html.ini | 3+++
Dtesting/web-platform/meta/css/css-overflow/overflow-img-object-position.html.ini | 3---
Mtesting/web-platform/meta/css/css-overflow/overflow-img-svg.html.ini | 2+-
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/testing/web-platform/meta/css/css-overflow/overflow-img-border-radius.html.ini b/testing/web-platform/meta/css/css-overflow/overflow-img-border-radius.html.ini @@ -0,0 +1,3 @@ +[overflow-img-border-radius.html] + expected: + if useDrawSnapshot: [PASS, FAIL] diff --git a/testing/web-platform/meta/css/css-overflow/overflow-img-object-position.html.ini b/testing/web-platform/meta/css/css-overflow/overflow-img-object-position.html.ini @@ -1,3 +0,0 @@ -[overflow-img-object-position.html] - expected: - if useDrawSnapshot: FAIL diff --git a/testing/web-platform/meta/css/css-overflow/overflow-img-svg.html.ini b/testing/web-platform/meta/css/css-overflow/overflow-img-svg.html.ini @@ -1,3 +1,3 @@ [overflow-img-svg.html] expected: - if useDrawSnapshot: FAIL + if useDrawSnapshot: [PASS, FAIL]