style: Update scroll-timeline shorthand syntax in WPT

The syntax of scroll-timeline shorthand is:
  `[ <'scroll-timeline-name'> <'scroll-timeline-axis'>? ]#`.

This patch just updates WPT to match the spec.
Our fix will be together with Bug 1809005.

Differential Revision: https://phabricator.services.mozilla.com/D166595
This commit is contained in:
Boris Chiou 2023-01-24 23:50:10 +00:00 committed by Martin Robinson
parent 1bb98a9e16
commit 6542bb135e

View file

@ -332,7 +332,7 @@ macro_rules! try_parse_one {
let mut name = None;
let mut axis = None;
// FIXME: Bug 1804573: The order of |name| and |axis| should be fixed.
// FIXME: Bug 1809005: The order of |name| and |axis| should be fixed.
loop {
// Note: When parsing positionally-ambiguous keywords in a property value, a
// <custom-ident> production can only claim the keyword if no other unfulfilled