Skip to content

Commit

Permalink
Bug 1695965 - Update test_scrollbar_colors expectations for windows+n…
Browse files Browse the repository at this point in the history
…nt. r=mstange

They're now much more similar to non-nnt with the arrows fixed.

Differential Revision: https://phabricator.services.mozilla.com/D106948
  • Loading branch information
emilio committed Mar 2, 2021
1 parent 3e09193 commit 3999a44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions widget/tests/test_scrollbar_colors.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@

const WIN_NNT_REFERENCES = [
// Yellow background
["255,255,0", 7396],
["255,255,0", 6889],
// Blue scrollbar face
["0,0,255", 1272],
["0,0,255", 612],
// Cyan scrollbar track
["0,255,255", 1204],
["0,255,255", 2355],
];

const MAC_NNT_REFERENCES = MAC_REFERENCES;
Expand Down

0 comments on commit 3999a44

Please sign in to comment.