mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Record source location for keyframes rule.
This commit is contained in:
parent
1c865ddc3c
commit
0c1fd2f26e
2 changed files with 10 additions and 3 deletions
|
@ -246,6 +246,10 @@ fn test_parse_stylesheet() {
|
|||
})),
|
||||
],
|
||||
vendor_prefix: None,
|
||||
source_location: SourceLocation {
|
||||
line: 16,
|
||||
column: 19,
|
||||
},
|
||||
})))
|
||||
|
||||
], &stylesheet.shared_lock),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue