serenity icon indicating copy to clipboard operation
serenity copied to clipboard

LibWeb: Some fixes for failing WPT geometry tests

Open tcl3 opened this issue 1 year ago • 0 comments

This PR fixes issues exposed by some WPT geometry tests

Before: DOMMatrix-001 - crashed WebContent DOMMatrix-invert-preserves-2d - 1 fail DOMPoint-002 - 1 fail DOMQuad-001 - 1 fail DOMQuad-nan - 6 fail DOMRect-nan - 4 fail structured-serialization - 30 fail

After: DOMMatrix-001 - 12 fail DOMMatrix-invert-preserves-2d - 1 fail structured-serialization - 30 fail

tcl3 avatar Feb 17 '24 08:02 tcl3