зеркало из https://github.com/mozilla/gecko-dev.git
288e33c678
The sheet in here is added as an user agent sheet so it matches also anonymous content. It can cause some invariants we rely on for scrollbar caching to break. In particular, we assert that the style we cache and the style we get match, but this rule causes it to not match. Make sure to reset transition to the initial value so that scrollbar styles don't change. This shouldn't change behavior since transition-duration is zero anyways, but should avoid the assertion firing. An alternative would be to use something like `:not(:-moz-native-anonymous)` or such instead. Differential Revision: https://phabricator.services.mozilla.com/D123319 |
||
---|---|---|
.. | ||
client | ||
docs | ||
perfdocs | ||
platform | ||
server | ||
shared | ||
startup | ||
.eslintrc.js | ||
.eslintrc.xpcshell.js | ||
CODE_OF_CONDUCT.md | ||
moz.build | ||
templates.mozbuild | ||
tsconfig.json |