mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
gfx: Paint dashed borders with nonzero radii the same way Gecko does.
It's not ideal, but it was easy to implement and will do for now. Closes #7157.
This commit is contained in:
parent
13e7de482c
commit
3f4487d81d
4 changed files with 129 additions and 26 deletions
|
@ -58,6 +58,7 @@ flaky_cpu == append_style_a.html append_style_b.html
|
|||
== border_collapse_missing_cell_a.html border_collapse_missing_cell_ref.html
|
||||
== border_collapse_simple_a.html border_collapse_simple_ref.html
|
||||
== border_radius_clip_a.html border_radius_clip_ref.html
|
||||
!= border_radius_dashed_a.html border_radius_dashed_ref.html
|
||||
== border_radius_overlapping_a.html border_radius_overlapping_ref.html
|
||||
== border_spacing_a.html border_spacing_ref.html
|
||||
== border_spacing_auto_layout_a.html border_spacing_ref.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue