Skip to content

Commit cf4a05c

Browse files
Test gfx.prefer-mesa-llvmpipe config for Firefox CI tests
1 parent 7529eb9 commit cf4a05c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

wgpu/webdriver.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"moz:firefoxOptions": {
3+
"prefs": {
4+
"gfx.prefer-mesa-llvmpipe": true
5+
},
6+
"args": [
7+
]
8+
},
9+
"goog:chromeOptions": {
10+
"args": [
11+
]
12+
}
13+
}

0 commit comments

Comments
 (0)