Skip to content

Commit 333cebe

Browse files
committed
tests: Enable visual/shumway_acid_tests/acid_textfield_scroll
Changed quality to high & introduced tolerance.
1 parent 04f9eea commit 333cebe

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
-309 Bytes
Loading
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Test adapted from Shumway at https://github.com/mozilla/shumway/tree/master/test/swfs/acid
22

33
num_frames = 1
4-
known_failure = true # https://github.com/ruffle-rs/ruffle/issues/12124
54

5+
# FIXME We can do better here, seems that font hinting is the problem?
66
[image_comparisons.output]
7-
tolerance = 0
7+
tolerance = 128
8+
max_outliers = 600
89

910
[player_options]
10-
with_renderer = { optional = false, sample_count = 1 }
11+
with_renderer = { optional = true, sample_count = 4 }

0 commit comments

Comments
 (0)