|
|
@@ -17,10 +17,9 @@
|
|
|
// axes for the chip and the trigger, and disjoint click areas — never
|
|
|
// absolute coordinates, whose pixel values depend on installed fonts and
|
|
|
// differ between macOS and Linux. The center hit-test is Playwright's
|
|
|
-// actionability check: clicking the chip
|
|
|
-// fails in a real engine when the element center does not receive pointer
|
|
|
-// events. jsdom resolves no layout, so only a real engine can answer any of
|
|
|
-// these facts.
|
|
|
+// actionability check: clicking the chip fails in a real engine when the
|
|
|
+// element center does not receive pointer events. jsdom resolves no
|
|
|
+// layout, so only a real engine can answer any of these facts.
|
|
|
import { readFile } from 'node:fs/promises'
|
|
|
import { mkdirSync } from 'node:fs'
|
|
|
import { fileURLToPath } from 'node:url'
|