mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Update web-platform-tests to revision 1cb9daef513ee0c7e82a6689a6248946d0c580c0
This commit is contained in:
parent
b9404fcd48
commit
f397fef6e3
159 changed files with 2043 additions and 673 deletions
|
@ -90,7 +90,7 @@ promise_test(async t => {
|
|||
const new_transition = div.getAnimations()[0];
|
||||
await new_transition.ready;
|
||||
|
||||
assert_equals(getComputedStyle(div).left, '0px');
|
||||
assert_equals(getComputedStyle(div).left, '100px');
|
||||
}, 'After setting a transition\'s effect to null, a new transition can be started');
|
||||
|
||||
// This is a regression test for https://crbug.com/992668, where Chromium would
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue