reftest.list 791 B

1234567891011121314
  1. # Composing dotted/dashed border rendering and not-filled or not-unfilled mask
  2. # matches to full-filled box, using fuzzyy because of anti-aliasing.
  3. # These check filled and unfilled regions with solid opaque color,
  4. # so difference less than 80 is ignorable.
  5. fuzzy(80,1500) == border-dotted-interaction.html masked.html
  6. fuzzy(80,1500) == border-dotted-no-radius.html masked.html
  7. fuzzy(80,1500) == border-dotted-radius.html masked.html
  8. fuzzy(80,1500) == border-dashed-no-radius.html masked.html
  9. fuzzy(80,1500) == border-dashed-radius.html masked.html
  10. fuzzy(80,1500) == border-mixed.html masked.html
  11. fuzzy(80,1500) == border-dashed-non-integer.html masked.html
  12. fuzzy(80,1500) == border-dashed-radius-zoom.html masked-zoom.html
  13. fuzzy(80,1500) == border-dotted-radius-zero.html masked-small.html