Add one regression test to canvas exceptions

This commit is contained in:
Daniel Imms
2023-09-09 09:00:57 -07:00
parent b0868967cb
commit fe4528c9be
+1 -1
View File
@@ -1117,7 +1117,7 @@ export function injectSharedRendererTests(ctx: ISharedRendererTestContext): void
await pollFor(ctx.value.page, () => getCellColor(ctx.value, 1, 1), [0, 0, 0, 255]);
await pollFor(ctx.value.page, () => getCellColor(ctx.value, 2, 1), [0, 0, 0, 255]);
});
test('#4759: minimum contrast ratio should be respected on selected inverse text', async () => {
(ctx.skipCanvasExceptions ? test.skip : test)('#4759: minimum contrast ratio should be respected on selected inverse text', async () => {
const theme: ITheme = {
foreground: '#777777',
background: '#555555',