Record source location for keyframes rule.

This commit is contained in:
Xidorn Quan 2017-05-19 13:25:04 +10:00
parent 1c865ddc3c
commit 0c1fd2f26e
2 changed files with 10 additions and 3 deletions

View file

@ -246,6 +246,10 @@ fn test_parse_stylesheet() {
})),
],
vendor_prefix: None,
source_location: SourceLocation {
line: 16,
column: 19,
},
})))
], &stylesheet.shared_lock),