.
Created attachment 429117 [details] Patch
Comment on attachment 429117 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=429117&action=review > Source/WebCore/page/CaptionUserPreferencesMediaAF.cpp:587 > + if (language.isEmpty() || label.contains(language) || userPreferredLanguages().contains(trackLanguageIdentifier)) `userPreferredLanguages().contains` _should_ include all of the user's configured languages (modulo the change made last year), not just the preferred language, so either this test is wrong or the bug title is wrong.
Comment on attachment 429117 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=429117&action=review >> Source/WebCore/page/CaptionUserPreferencesMediaAF.cpp:587 >> + if (language.isEmpty() || label.contains(language) || userPreferredLanguages().contains(trackLanguageIdentifier)) > > `userPreferredLanguages().contains` _should_ include all of the user's configured languages (modulo the change made last year), not just the preferred language, so either this test is wrong or the bug title is wrong. I'm working on fixing this now :)
I'll handle this in <https://webkit.org/b/226038>