Skip to content

Commit 21961f4

Browse files
committed
1 parent 9706477 commit 21961f4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

webxr/xrWebGLLayer_opaque_framebuffer_stencil.https.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,8 @@
210210

211211
const gl_props = { antialias: false, alpha: false, stencil: true, depth: true };
212212

213-
// mac has issues with readPixels from the default fbo.
214-
// skipping this test for Mac.
215-
if (navigator.platform.indexOf("Mac") == -1) {
216-
xr_session_promise_test(
217-
nonImmersiveTestName, testFunction, fakeDeviceInitParams, 'inline', {}, {}, gl_props, gl_props);
218-
}
213+
xr_session_promise_test(
214+
nonImmersiveTestName, testFunction, fakeDeviceInitParams, 'inline', {}, {}, gl_props, gl_props);
219215

220216
xr_session_promise_test(
221217
immersiveTestName, testFunction, fakeDeviceInitParams, 'immersive-vr', {}, {}, gl_props, gl_props);

0 commit comments

Comments
 (0)