gecko-dev/layout/reftests/high-contrast
Emilio Cobos Álvarez b14f021e00 Bug 1632102 - Only override to default color in high-contrast / forced-colors mode if inheriting from transparent. r=morgan
That way elements inside links, form controls, etc have the right
contrast, even if the page overrides the color.

We can't do it when inheriting from transparent because we've already
forgotten about the "right" color to inherit, so the default color makes
sense. But that is a pretty unlikely edge case.

Differential Revision: https://phabricator.services.mozilla.com/D73069
2020-04-30 00:09:19 +00:00
..
ahem.css
background-transparent-form-control-ref.html Bug 1625036 - Tweak background: transparent handling so that color: transparent doesn't override UA sheet backgrounds. r=morgan 2020-03-30 15:09:33 +00:00
background-transparent-form-control.html Bug 1625036 - Tweak background: transparent handling so that color: transparent doesn't override UA sheet backgrounds. r=morgan 2020-03-30 15:09:33 +00:00
backplate-bg-image-001-ref.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-bg-image-001.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-bg-image-002-ref.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-bg-image-002.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-bg-image-003-ref.html
backplate-bg-image-003.html
backplate-bg-image-004-ref.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-bg-image-004.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-bg-image-005-ref.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-bg-image-005.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-bg-image-006-ref.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-bg-image-006.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-bg-image-007-ref.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-bg-image-007.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-bg-image-008-ref.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-bg-image-008.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-bg-image-009-ref.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-bg-image-009.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-bg-image-010-ref.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-bg-image-010.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-bg-image-011-ref.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-bg-image-011.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-bg-image-012-ref.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-bg-image-012.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
backplate-select-001-ref.html
backplate-select-001.html
bg-image-div-001-ref.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
bg-image-div-001.html Bug 1619701 - Respect the cascade properly when in high-contrast mode. r=morgan 2020-03-04 21:25:24 +00:00
bg-image-root-001-ref.html Bug 1614921 - Ignore background-image on canvas in high-contrast mode. r=morgan 2020-02-20 15:55:58 +00:00
bg-image-root-001.html Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
blue.png Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
cascade-001.html Bug 1619701 - Respect the cascade properly when in high-contrast mode. r=morgan 2020-03-04 21:25:24 +00:00
color-transparent-001.html
color-transparent-002.html
green.png Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
links-2.html Bug 1632102 - Only override to default color in high-contrast / forced-colors mode if inheriting from transparent. r=morgan 2020-04-30 00:09:19 +00:00
links-ref.html
links.html
non-themed-button-001-ref.html Bug 1612291 - Fix two issues with themed widgets in high contrast mode. r=heycam 2020-02-10 00:37:36 +00:00
non-themed-button-001.html Bug 1612291 - Fix two issues with themed widgets in high contrast mode. r=heycam 2020-02-10 00:37:36 +00:00
non-themed-button-002-ref.html Bug 1612291 - Fix two issues with themed widgets in high contrast mode. r=heycam 2020-02-10 00:37:36 +00:00
non-themed-button-002.html Bug 1612291 - Fix two issues with themed widgets in high contrast mode. r=heycam 2020-02-10 00:37:36 +00:00
red.png Bug 1617678: Modify background image styling to only apply URL-sourced images when backplate is enabled. r=emilio 2020-03-04 01:19:41 +00:00
reftest.list Bug 1632102 - Only override to default color in high-contrast / forced-colors mode if inheriting from transparent. r=morgan 2020-04-30 00:09:19 +00:00
selection-001-ref.html Bug 1604200 - Second attempt at making reftest selection-001.html more reliable. r=dholbert 2020-03-09 19:37:13 +00:00
selection-001.html Bug 1604200 - Second attempt at making reftest selection-001.html more reliable. r=dholbert 2020-03-09 19:37:13 +00:00