mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Follow the HTML canvas specification and add missing 'setTransform(transform)' method to CanvasTransform interface. https://html.spec.whatwg.org/multipage/#dom-context-2d-settransform-matrix The third-party WebIDL doesn't support different extended attributes on different overloads of methods, so 'Throws' attribute was added to another 'setTransform(...)' method. https://bugzilla.mozilla.org/show_bug.cgi?id=1020975 Testing: Improvements in the tests - css/geometry/DOMMatrix* - html/canvas/element/transformations/2d.transformation.setTransform.multiple.html - html/canvas/offscreen/transformations/2d.transformation.setTransform.multiple New failing tests due to disabled 'paint worklet' feature - css/css-paint-api/setTransform-00*.https.html Signed-off-by: Andrei Volykhin <andrei.volykhin@gmail.com> |
||
---|---|---|
.. | ||
DOMMatrix-001.html.ini | ||
DOMMatrix-invert-preserves-2d.html.ini | ||
DOMMatrix2DInit-validate-fixup.html.ini | ||
DOMPoint-002.html.ini | ||
historical.html.ini | ||
idlharness.any.js.ini | ||
spec-examples.html.ini | ||
structured-serialization.html.ini |