mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 00:02:31 +00:00
test(e2e): run IME renderer matrix with WebGL available
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
|
||||
for (const dpr of [1, 1.25, 2]) {
|
||||
for (const gpu of ['on', 'off'] as const) {
|
||||
test.describe(`IME preedit grid DPR ${dpr} GPU ${gpu}`, () => {
|
||||
test.describe(`IME preedit grid DPR ${dpr} GPU ${gpu} @headful`, () => {
|
||||
test.use({ orcaAppExtraArgs: [`--force-device-scale-factor=${dpr}`] })
|
||||
|
||||
test('matches committed character advances across font and spacing changes', async ({
|
||||
|
||||
Reference in New Issue
Block a user