We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f9eea commit 333cebeCopy full SHA for 333cebe
tests/tests/swfs/visual/shumway_acid_tests/acid_textfield_scroll/output.expected.png
-309 Bytes
tests/tests/swfs/visual/shumway_acid_tests/acid_textfield_scroll/test.toml
@@ -1,10 +1,11 @@
1
# Test adapted from Shumway at https://github.com/mozilla/shumway/tree/master/test/swfs/acid
2
3
num_frames = 1
4
-known_failure = true # https://github.com/ruffle-rs/ruffle/issues/12124
5
+# FIXME We can do better here, seems that font hinting is the problem?
6
[image_comparisons.output]
7
-tolerance = 0
+tolerance = 128
8
+max_outliers = 600
9
10
[player_options]
-with_renderer = { optional = false, sample_count = 1 }
11
+with_renderer = { optional = true, sample_count = 4 }
0 commit comments