Skip to content

Commit

Permalink
Rename Mozfield / Mozfieldtext to Field and Fieldtext
Browse files Browse the repository at this point in the history
Split off of Bug 1590894
Rename these to support unprefixed version
Also add alias to keep compatibility

Differential Revision: https://phabricator.services.mozilla.com/D50989

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1592389
gecko-commit: ff9cd9a275796006bc19d706b77b7319fd335d0c
gecko-integration-branch: autoland
gecko-reviewers: emilio
  • Loading branch information
SamMauldin authored and moz-wptsync-bot committed Nov 4, 2019
1 parent 1fcf5ab commit 5450f27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/css-color/parsing/color-valid.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
test_valid_value("color", "rgb(100, 200, 300)", "rgb(100, 200, 255)");
test_valid_value("color", "rgb(20, 10, 0, -10)", "rgba(20, 10, 0, 0)"); // Not supported by Edge/Safari.
test_valid_value("color", "rgb(100%, 200%, 300%)", "rgb(255, 255, 255)");
test_valid_value("color", "field");
test_valid_value("color", "fieldtext");
</script>
</body>
</html>

0 comments on commit 5450f27

Please sign in to comment.