mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Auto merge of #26953 - mrobinson:cancel-reparent, r=nox
Cancel animations for nodes which are removed from the DOM This includes nodes which are being reparented. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] There are tests for these changes <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
commit
f35f671f45
8 changed files with 32 additions and 31 deletions
|
@ -1,8 +0,0 @@
|
|||
[disconnected-element-001.html]
|
||||
expected: TIMEOUT
|
||||
[Transitions are canceled when an element is re-parented to the same node]
|
||||
expected: NOTRUN
|
||||
|
||||
[Transitions are canceled when an element is re-parented]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -212,9 +212,6 @@
|
|||
[text-indent length(in) / events]
|
||||
expected: FAIL
|
||||
|
||||
[visibility visibility(keyword) / events]
|
||||
expected: FAIL
|
||||
|
||||
[text-indent length(pc) / events]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -227,9 +224,6 @@
|
|||
[text-indent length(cm) / events]
|
||||
expected: FAIL
|
||||
|
||||
[visibility visibility(keyword) / values]
|
||||
expected: FAIL
|
||||
|
||||
[outline-width length(cm) / events]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -104,9 +104,6 @@
|
|||
[vertical-align length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[visibility visibility(keyword) / events]
|
||||
expected: FAIL
|
||||
|
||||
[vertical-align length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -212,9 +212,6 @@
|
|||
[text-indent length(in) / events]
|
||||
expected: FAIL
|
||||
|
||||
[visibility visibility(keyword) / events]
|
||||
expected: FAIL
|
||||
|
||||
[text-indent length(pc) / events]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -227,9 +224,6 @@
|
|||
[text-indent length(cm) / events]
|
||||
expected: FAIL
|
||||
|
||||
[visibility visibility(keyword) / values]
|
||||
expected: FAIL
|
||||
|
||||
[outline-width length(cm) / events]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
[disconnected-element-001.html]
|
||||
expected: TIMEOUT
|
||||
[Transitions are canceled when an element is re-parented to the same node]
|
||||
expected: NOTRUN
|
||||
|
||||
[Transitions are canceled when an element is re-parented]
|
||||
expected: TIMEOUT
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue