gecko-dev/gfx/wr/wrench/reftests/border/border-double-1px-ref.yaml
Glenn Watson 1870b572f5 Bug 1526504 - border-style is not drawn with double r=emilio
The WR double style border shader has a condition to check if the
widths of the edges are too small to apply the style, in which case
it draws the border segment as solid. However, the check was
incorrectly skipping when the width of the inner / outer edge
was exactly one pixel.

Differential Revision: https://phabricator.services.mozilla.com/D19440

--HG--
extra : moz-landing-system : lando
2019-02-12 01:20:50 +00:00

18 lines
368 B
YAML

---
root:
items:
- type: stacking-context
items:
- type: border
bounds: [ 10, 10, 100, 20 ]
width: 1
border-type: normal
style: solid
color: red
- type: border
bounds: [ 12, 12, 96, 16 ]
width: 1
border-type: normal
style: solid
color: red