Skip to content

Commit

Permalink
Style system and plumbing for mix-blend-mode: plus-lighter.
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D137951

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1746248
gecko-commit: e4d4cbdd2bea6aaaca590320e5dc3d7414758f23
gecko-reviewers: jrmuizel, layout-reviewers, boris
  • Loading branch information
emilio authored and mattwoodrow committed Feb 15, 2022
1 parent 87261fa commit 38894f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/compositing/mix-blend-mode/mix-blend-mode-parsing.html
Expand Up @@ -22,7 +22,7 @@
}

var blendModes = ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn",
"hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"];
"hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity", "plus-lighter"];

for (var i = 0; i < blendModes.length; i++) {
test(function() {assert_equals(testParse("mix-blend-mode: " + blendModes[i]), blendModes[i] )}, "Mix-blend-mode " + blendModes[i]);
Expand Down

0 comments on commit 38894f5

Please sign in to comment.