Skip to content

Commit

Permalink
Fix grid shorthand parsing to not incorrectly ignore the last token i…
Browse files Browse the repository at this point in the history
…n one case.

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

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1774791
gecko-commit: 77dca66144deaff050008026c46ad56df2e88838
gecko-reviewers: dholbert
  • Loading branch information
emilio authored and moz-wptsync-bot committed Jun 18, 2022
1 parent 6411a0b commit bd23d17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/css-grid/parsing/grid-shorthand-invalid.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
test_invalid_value("grid", 'auto-flow / auto-flow');
test_invalid_value("grid", 'auto-flow 1fr / auto-flow 1fr');
test_invalid_value("grid", 'dense auto-flow / dense auto-flow');
test_invalid_value("grid", 'auto / auto-flow foo()');
// FIXME: add more values to test full syntax

</script>
Expand Down

0 comments on commit bd23d17

Please sign in to comment.