Commit 46b010c3 authored by Jan Keitel's avatar Jan Keitel Committed by moz-wptsync-bot
Browse files

Bug 1757390 [wpt PR 32999] - Add CSS system color ButtonBorder., a=testonly

Automatic update from web-platform-tests
Add CSS system color ButtonBorder.

CSS Color Module Level 4 defines new system colors of which
ButtonBorder is one. In particular, ButtonBorder is a prerequisite
for deprecating CSS2 system colors, as several deprecated colors are
now supposed to map to ButtonBorder.

Bug: 1299441
Change-Id: I4b38f7781dda77aa57ef2914ca0cde3be743bd8d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3494696


Reviewed-by: default avatarMason Freed <masonf@chromium.org>
Commit-Queue: Stephen Chenney <schenney@chromium.org>
Cr-Commit-Position: refs/heads/main@{#981707}

--

wpt-commits: 256772d27220b1241470b1542222654e9a01a451
wpt-pr: 32999
parent 89c4a83c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
<body>
<script>
test_valid_value("color", "ActiveText", "activetext");
test_valid_value("color", "ButtonBorder", "buttonborder");
test_valid_value("color", "ButtonFace", "buttonface");
test_valid_value("color", "ButtonText", "buttontext");
test_valid_value("color", "Canvas", "canvas");