mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision abd18b3e018d25ed668d179c905b7869dca5e239
This commit is contained in:
parent
908a642063
commit
158f7eec0e
117 changed files with 2997 additions and 434 deletions
|
@ -1,7 +1,7 @@
|
|||
// Returns a reference to a worklet object corresponding to a given type.
|
||||
function get_worklet(type) {
|
||||
if (type == 'animation')
|
||||
return window.animationWorklet;
|
||||
return CSS.animationWorklet;
|
||||
if (type == 'layout')
|
||||
return CSS.layoutWorklet;
|
||||
if (type == 'paint')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue