WebGL and playwright different output when using the built in browser
Summary A production WebGL application rendered correctly in standard Chromium but produced intermittent visual artifacts only when run inside the Playwright automation browser. The issue manifested as incorrect ID-based coloring, “garbage” values, or leftover pixels in instanced geometry (specifically spheres), while other geometries (quads) remained stable. The root cause was identified as a precision loss … Read more