Some media tests failed because they had special cases for desktop Linux and checked for `navigator.userAgent.includes("Linux")`, which now matches both desktop Linux and Android. https://searchfox.org/mozilla-central/search?q=navigator.%2BLinux&path=dom%2Fmedia&case=true®exp=true
Bug 1860417 Comment 24 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Some media tests failed because they had special cases for desktop Linux and checked for `navigator.userAgent.includes("Linux")`, which now matches both desktop Linux and Android. I will update the tests to check for "Linux && !Android". https://searchfox.org/mozilla-central/search?q=navigator.%2BLinux&path=dom%2Fmedia&case=true®exp=true