Files
tubestation/testing
Emilio Cobos Álvarez 69ee4c252e Bug 1590247 - Fix some pre-existing dynamic restyling issues with scrollbar-width. r=dholbert
This was pre-existing but caught by some scrollbar-width tests. A
test-case that reproduces on current nightly:

  data:text/html,<html style="overflow: scroll; scrollbar-color: red red; scrollbar-width: thin">

Toggling the `scrollbar-width` declaration in devtools doesn't change
the effective scrollbar width. Ensure we correctly reflow the scrollbars
in this case.

Differential Revision: https://phabricator.services.mozilla.com/D128515
2021-10-14 21:19:14 +00:00
..

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff