layout/reftests/bugs/1798297-1-notref.html
deleted100644 → 0
+0
−17
Loading
This "notref" file relied on a 'palt' font-feature of the "Yu Gothic" font that's bundled with Windows; and the != comparison is only valid if that font-feature is present. And the "palt" font-feature was in fact removed from this font in a recent Windows upgrade (no longer present as of Yu Gothic version 1.95). So the notref comparison is no longer valid/meaningful. So let's just remove this part of the test. This test was a regression-test for bug 1798297 which was specifically about adding a special-case for the "palt" font-feature in this specific font; so it's not too concerning to be nerfing the test, given that this font-feature is being removed from this font. Original Revision: https://phabricator.services.mozilla.com/D285548 Differential Revision: https://phabricator.services.mozilla.com/D297963