Skip to content

Commit

Permalink
Make shorthand serializer for "column-rule"
Browse files Browse the repository at this point in the history
Make function GetShorthandValueForColumnRule to omit initial values
during shorthand serialization

Bug: 1429866
Change-Id: Ief5c04aed4c24c4f8d8412a978755d08d1cd89b3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4546749
Reviewed-by: Anders Hartvoll Ruud <[email protected]>
Commit-Queue: Hyomin Kim <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1147743}
  • Loading branch information
Hyomin Kim authored and pull[bot] committed Aug 2, 2023
1 parent c898ec9 commit 3dcff20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/css-multicol/parsing/column-rule-valid.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
test_valid_value("column-rule", "red");

test_valid_value("column-rule", "currentcolor hidden medium", "hidden");
test_valid_value("column-rule", "currentcolor none medium", "medium");
</script>
</body>
</html>

0 comments on commit 3dcff20

Please sign in to comment.