tor-browser

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

commit 5b13ff9971da627712383f4b257ccda4acf0bdf0
parent c975493bd80c99eff218232f9ab09cb351ce14a5
Author: Masayuki Nakano <masayuki@d-toybox.com>
Date:   Wed, 17 Dec 2025 00:25:12 +0000

Bug 2006032 - Expect that `/selection/shadow-dom/cross-shadow-boundary-1.html` passes if using draw snapshot r=TYLin

If the task uses the draw snapshot, accessible carets are not rendered
in the result and the test fails with the odd result of the accessible
caret.  So, we can expect the fail is only when the task does not use
the draw snapshot.

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

Diffstat:
Mtesting/web-platform/meta/selection/shadow-dom/cross-shadow-boundary-1.html.ini | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testing/web-platform/meta/selection/shadow-dom/cross-shadow-boundary-1.html.ini b/testing/web-platform/meta/selection/shadow-dom/cross-shadow-boundary-1.html.ini @@ -1,2 +1,3 @@ [cross-shadow-boundary-1.html] - expected: FAIL + expected: + if not useDrawSnapshot: FAIL