tor-browser

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

commit d5e61729e16c05aeed9271e181c6a813e6ed9e96
parent ba689cf5385d54997bffbb93df294859aa8732c9
Author: Sam Sneddon <gsnedders@apple.com>
Date:   Fri,  7 Nov 2025 08:47:44 +0000

Bug 1998482 [wpt PR 55864] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=301728, a=testonly

Automatic update from web-platform-tests
WebKit export of https://bugs.webkit.org/show_bug.cgi?id=301728

--

wpt-commits: 21961f4352e974004e0311059fe0edfa110570b9
wpt-pr: 55864

Diffstat:
Mtesting/web-platform/tests/webxr/xrWebGLLayer_opaque_framebuffer_stencil.https.html | 8++------
1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/testing/web-platform/tests/webxr/xrWebGLLayer_opaque_framebuffer_stencil.https.html b/testing/web-platform/tests/webxr/xrWebGLLayer_opaque_framebuffer_stencil.https.html @@ -210,12 +210,8 @@ let testFunction = const gl_props = { antialias: false, alpha: false, stencil: true, depth: true }; -// mac has issues with readPixels from the default fbo. -// skipping this test for Mac. -if (navigator.platform.indexOf("Mac") == -1) { - xr_session_promise_test( - nonImmersiveTestName, testFunction, fakeDeviceInitParams, 'inline', {}, {}, gl_props, gl_props); -} +xr_session_promise_test( + nonImmersiveTestName, testFunction, fakeDeviceInitParams, 'inline', {}, {}, gl_props, gl_props); xr_session_promise_test( immersiveTestName, testFunction, fakeDeviceInitParams, 'immersive-vr', {}, {}, gl_props, gl_props);