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
ORDER of adopted styles in shadow DOM must be the same as in light DOM
url() functions in css are resolved relative to the css file in any browser. (was broken (or correct :D) in safari)
The url issue led to broken (to font files relative to the location path) requests created by elements that were adopting the css with the font-family.
The text was updated successfully, but these errors were encountered:
quarkus
changed the title
Global Styles / Create Test for constructed sytlesheets
[TESTS] add Global Styles / Create Test for constructed sytlesheets
Sep 16, 2024
Tests should cover:
The url issue led to broken (to font files relative to the location path) requests created by elements that were adopting the css with the font-family.
The text was updated successfully, but these errors were encountered: