I found if the test can pass if [`media.cache_size`](https://searchfox.org/mozilla-central/rev/56bb74ea8e04bdac57c33cbe9b54d889b9262ade/testing/profiles/unittest-required/user.js#154) is over than `5307` (`media.cache_size >= 5308`). The `media.cache_size` used in the test is `1000` by default. However, I am not able to reproduce it with Firefox itself, even I adjust the `media.cache_size` to `1000`. Not sure why. I would need to take a look at the code.
Bug 1646719 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I found the test can pass if [`media.cache_size`](https://searchfox.org/mozilla-central/rev/56bb74ea8e04bdac57c33cbe9b54d889b9262ade/testing/profiles/unittest-required/user.js#154) is over than `5307` (`media.cache_size >= 5308`). The `media.cache_size` used in the test is `1000` by default. However, I am not able to reproduce it with Firefox itself, even I adjust the `media.cache_size` to `1000`. Not sure why. I would need to take a look at the code.
I found the test can pass if [`media.cache_size`](https://searchfox.org/mozilla-central/rev/56bb74ea8e04bdac57c33cbe9b54d889b9262ade/testing/profiles/unittest-required/user.js#154) is large than `5307` (`media.cache_size >= 5308`). The `media.cache_size` used in the test is `1000` by default. However, I am not able to reproduce it with Firefox itself, even I adjust the `media.cache_size` to `1000`. Not sure why. I would need to take a look at the code.
I found the test can pass if [`media.cache_size`](https://searchfox.org/mozilla-central/rev/56bb74ea8e04bdac57c33cbe9b54d889b9262ade/testing/profiles/unittest-required/user.js#154) is large than `5307` (`media.cache_size >= 5308`). The `media.cache_size` used in the test is `1000` by default. However, I am not able to reproduce it without web-platform-test framework, even I adjust the `media.cache_size` to `1000`. Not sure why. I would need to take a look at the code.