Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Implement
animation-fill-mode
Fixes #26460.
- Loading branch information
Showing
16 changed files
with
240 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/wpt/metadata/css/css-animations/animation-delay-010.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[animation-delay-010.html] | ||
bug: https://github.com/servo/servo/issues/17335 | ||
expected: TIMEOUT | ||
expected: FAIL |
3 changes: 0 additions & 3 deletions
3
...metadata/css/css-variables/variable-animation-substitute-into-keyframe-shorthand.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
[variable-animation-substitute-into-keyframe-shorthand.html] | ||
bug: https://github.com/servo/servo/issues/21564 | ||
[Verify border-bottom-color before animation] | ||
expected: FAIL | ||
|
3 changes: 0 additions & 3 deletions
3
tests/wpt/metadata/css/css-variables/variable-animation-substitute-into-keyframe.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
[variable-animation-substitute-into-keyframe.html] | ||
bug: https://github.com/servo/servo/issues/21564 | ||
[Verify color before animation] | ||
expected: FAIL | ||
|
3 changes: 0 additions & 3 deletions
3
...etadata/css/css-variables/variable-animation-substitute-within-keyframe-fallback.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
[variable-animation-substitute-within-keyframe-fallback.html] | ||
bug: https://github.com/servo/servo/issues/21564 | ||
[Verify color before animation] | ||
expected: FAIL | ||
|
||
[Verify color after animation] | ||
expected: FAIL | ||
|
3 changes: 0 additions & 3 deletions
3
...etadata/css/css-variables/variable-animation-substitute-within-keyframe-multiple.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
[variable-animation-substitute-within-keyframe-multiple.html] | ||
bug: https://github.com/servo/servo/issues/21564 | ||
[Verify color before animation] | ||
expected: FAIL | ||
|
||
[Verify color after animation] | ||
expected: FAIL | ||
|
3 changes: 0 additions & 3 deletions
3
tests/wpt/metadata/css/css-variables/variable-animation-substitute-within-keyframe.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
[variable-animation-substitute-within-keyframe.html] | ||
bug: https://github.com/servo/servo/issues/21564 | ||
[Verify color before animation] | ||
expected: FAIL | ||
|
||
[Verify color after animation] | ||
expected: FAIL | ||
|
4 changes: 0 additions & 4 deletions
4
tests/wpt/metadata/css/cssom/getComputedStyle-animations-replaced-into-ib-split.html.ini
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
tests/wpt/mozilla/meta-layout-2020/css/animations/__dir__.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
prefs: ["layout.animations.test.enabled:true", | ||
"dom.testbinding.enabled:true"] |
Oops, something went wrong.