mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Chore: Remove unused variable in transition-zero-duration-with-delay.html
(#37179)
Fix the mistake I made in #35978 Testing: No behaviour change. Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
parent
54f23a8e3d
commit
3bb7c71eb6
2 changed files with 1 additions and 2 deletions
2
tests/wpt/meta/MANIFEST.json
vendored
2
tests/wpt/meta/MANIFEST.json
vendored
|
@ -611439,7 +611439,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"transition-zero-duration-with-delay.html": [
|
"transition-zero-duration-with-delay.html": [
|
||||||
"0b6b9c37a9b2a1c225889c1f362beb9d559c25d7",
|
"308d8f3784feb674566b64e0b52ae78d43ac55e2",
|
||||||
[
|
[
|
||||||
null,
|
null,
|
||||||
{}
|
{}
|
||||||
|
|
|
@ -30,7 +30,6 @@ promise_test(async t => {
|
||||||
div.style.transition = 'width 0s linear 0.3s';
|
div.style.transition = 'width 0s linear 0.3s';
|
||||||
|
|
||||||
// Set width back to 0
|
// Set width back to 0
|
||||||
const startTime = performance.now();
|
|
||||||
div.style.width = '0px';
|
div.style.width = '0px';
|
||||||
// Immediate check - should NOT have changed yet
|
// Immediate check - should NOT have changed yet
|
||||||
const computedStart = getComputedStyle(div).width;
|
const computedStart = getComputedStyle(div).width;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue