diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /layout/reftests/border-dotted/reftest.list | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'layout/reftests/border-dotted/reftest.list')
-rw-r--r-- | layout/reftests/border-dotted/reftest.list | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/border-dotted/reftest.list b/layout/reftests/border-dotted/reftest.list new file mode 100644 index 000000000..af75f9d52 --- /dev/null +++ b/layout/reftests/border-dotted/reftest.list @@ -0,0 +1,13 @@ +# Composing dotted/dashed border rendering and not-filled or not-unfilled mask +# matches to full-filled box, using fuzzyy because of anti-aliasing. +# These check filled and unfilled regions with solid opaque color, +# so difference less than 80 is ignorable. +fuzzy(80,1500) == border-dotted-interaction.html masked.html +fuzzy(80,1500) == border-dotted-no-radius.html masked.html +fuzzy(80,1500) == border-dotted-radius.html masked.html +fuzzy(80,1500) == border-dashed-no-radius.html masked.html +fuzzy(80,1500) == border-dashed-radius.html masked.html +fuzzy(80,1500) == border-mixed.html masked.html +fuzzy(80,1500) == border-dashed-non-integer.html masked.html +fuzzy(80,1500) == border-dashed-radius-zoom.html masked-zoom.html +fuzzy(80,1500) == border-dotted-radius-zero.html masked-small.html |