-
-
Notifications
You must be signed in to change notification settings - Fork 828
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Add edittext_selection_filter test
This test verifies that selection is rendered when filters are present.
- Loading branch information
1 parent
277390a
commit 3aa7c07
Showing
7 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
tests/tests/swfs/visual/cache_as_bitmap/edittext_selection_filters/input.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ "type": "Wait" }, | ||
{ "type": "Wait" }, | ||
{ "type": "TextControl", "code": "MoveLeft" }, | ||
{ "type": "TextControl", "code": "MoveRight" }, | ||
{ "type": "TextControl", "code": "MoveRight" }, | ||
{ "type": "Wait" } | ||
] |
Binary file added
BIN
+343 Bytes
...s/swfs/visual/cache_as_bitmap/edittext_selection_filters/output.01.expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+274 Bytes
...s/swfs/visual/cache_as_bitmap/edittext_selection_filters/output.02.expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+363 Bytes
...s/swfs/visual/cache_as_bitmap/edittext_selection_filters/output.03.expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Binary file added
BIN
+687 Bytes
tests/tests/swfs/visual/cache_as_bitmap/edittext_selection_filters/test.swf
Binary file not shown.
16 changes: 16 additions & 0 deletions
16
tests/tests/swfs/visual/cache_as_bitmap/edittext_selection_filters/test.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
num_ticks = 3 | ||
|
||
[image_comparisons."output.01"] | ||
trigger = 1 | ||
max_outliers = 5 | ||
|
||
[image_comparisons."output.02"] | ||
trigger = 2 | ||
max_outliers = 5 | ||
|
||
[image_comparisons."output.03"] | ||
trigger = 3 | ||
max_outliers = 5 | ||
|
||
[player_options] | ||
with_renderer = { optional = false, sample_count = 1 } |