tests: Update `SoundChannel.position` test

Currently ignored, but add a test case for the cached position
behavior (#9952).
This commit is contained in:
Mike Welsh 2023-03-15 15:54:46 -07:00
parent 0c38f9a2e1
commit 4c672bbfb8
4 changed files with 5 additions and 1 deletions

View File

@ -134,3 +134,7 @@ Attempting to launch and connect to Player using URL I:\Code\ruffle\tests\tests\
1044.8979591836735
///lofisilence_channel.position
1044.8979591836735
///var cached_position_channel = silence.start();
///cached_position_channel.stop()
///cached_position_channel.position
0

View File

@ -1,2 +1,2 @@
num_frames = 75
num_frames = 95
ignore = true