You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it('should support webgl @smoke',async({ page, browserName, platform })=>{
105
-
it.fixme(browserName==='chromium'&&platform==='darwin'&&os.arch()==='arm64','SwiftShader is not available on macOS-arm64 - https://github.com/microsoft/playwright/issues/28216');
102
+
it('should support webgl @smoke',async({ page })=>{
it.skip(browserName==='webkit','WebKit doesn\'t have webgl2 enabled yet upstream.');
110
+
it('should support webgl 2 @smoke',async({ page, browserName, isWindows })=>{
115
111
it.fixme(browserName==='firefox'&&isWindows);
116
-
it.fixme(browserName==='chromium'&&!headless,'chromium doesn\'t like webgl2 when running under xvfb');
117
-
it.fixme(browserName==='chromium'&&platform==='darwin'&&os.arch()==='arm64','SwiftShader is not available on macOS-arm64 - https://github.com/microsoft/playwright/issues/28216');
118
112
119
113
consthasWebGL2=awaitpage.evaluate(()=>{
120
114
constcanvas=document.createElement('canvas');
@@ -131,7 +125,6 @@ it('should not crash on page with mp4 @smoke', async ({ page, server, platform,
131
125
132
126
it('should not crash on showDirectoryPicker',async({ page, server, browserName, browserMajorVersion })=>{
0 commit comments