Support vendor prefix keyframes rule.

If there are multiple prefixed/non-prefixed @keyframes with the same name;

* non-prefixed rule overrides earlier rules.
* prefixed rule overrides earlier prefixed rules.
This commit is contained in:
Hiroyuki Ikezoe 2017-04-21 12:17:20 +09:00
parent 17dc598d99
commit 973d8287a9
7 changed files with 73 additions and 23 deletions

View file

@ -245,7 +245,8 @@ fn test_parse_stylesheet() {
Importance::Normal),
]))),
})),
]
],
vendor_prefix: None,
})))
], &stylesheet.shared_lock),