All checks were successful
ci / fast (linux) (push) Successful in 7m6s
- Clip background images to rounded corners using is_inside_rounded_rect - Implement groove, ridge, and double border styles for rounded borders via depth-based per-pixel rendering - Change CornerRadii from f32 to (f32, f32) tuples for elliptical radii - Parse CSS border-radius shorthand "/" syntax and two-value longhands - Add CssValue::Pair variant for horizontal/vertical radius pairs - Resolve percentage radii correctly (horizontal vs width, vertical vs height) - Zero-normalize radii: if either rx or ry is 0, both become 0 per CSS spec - Promote 8 WPT border-radius tests from known_fail to pass Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>