moz-wptsync-bot
moz-wptsync-bot
In the past, mathvariant was cancelling the effect of legacy fontstyle/fontweight attributes by resetting the font-style/font-weight properties. These legacy attributes have been removed in bug 1783841, so remove this hack...
Differential Revision: https://phabricator.services.mozilla.com/D202163 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1880859 gecko-commit: f9f3f34a88396f07c5821dc9304fdc8a096d5054 gecko-reviewers: webdriver-reviewers, whimboo
Differential Revision: https://phabricator.services.mozilla.com/D202073 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1822171 gecko-commit: 577745e56c0253db013c729f4f0d54b24ebea00b gecko-reviewers: geckoview-reviewers, m_kato
This changeset adds tests for cached resources which will hit the http cache. It also adds a basic test for cached requests for the beforeRequestSent event, which was missing. Differential...
Implements https://github.com/web-platform-tests/rfcs/pull/133. Differential Revision: https://phabricator.services.mozilla.com/D200470 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1878347 gecko-commit: 400fd14b708738816caa78c5be9bec9f9aaf4705 gecko-reviewers: jgraham
Per the HTML-AAM spec, the contextual role restriction only applies to the element, not to any other instance of the ARIA contentinfo role. Even though maps to contentinfo, contentinfo does...
Differential Revision: https://phabricator.services.mozilla.com/D185203 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1846635 gecko-commit: 168ad53da9fdaa993c4f26b252848fb8e76169aa gecko-reviewers: emilio
As a short term fix this seems acceptable. Mark the test for the regressing bug as failing. Differential Revision: https://phabricator.services.mozilla.com/D208834 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1893127 gecko-commit: d8e23e8fad18a220e7a4516772daea31ded53357 gecko-reviewers: layout-reviewers, firefox-style-system-reviewers, boris
and use resource lengths available even when not the initial request. This has the effect of using the most recent indication of resource length. Differential Revision: https://phabricator.services.mozilla.com/D146276 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1765025 gecko-commit:...
This implements the: > If the first two non- values of rule’s prelude are > an whose value starts with "--" followed by a > , then... From https://drafts.csswg.org/css-syntax/#consume-qualified-rule Differential...