You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjust WPT fieldset-generated-content.html to better-target font styling.
Without this change, the test *results* are impossible to read (they're
rendered with the Ahem font) when you run this test directly, because the test
results are stored in nodes that get appended to the body, which means they
inherit the body's "font" declaration.
This avoids that problem by targeting the font CSS to a subtree of test
content (which excludes the test results).
Differential Revision: https://phabricator.services.mozilla.com/D264159
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1987504
gecko-commit: f69c37a305adf3592f7380921c0ff137c7acfce9
gecko-reviewers: layout-reviewers, hiro
0 commit comments