mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
layout: support CSS will-change (#35787)
* support CSS `will-change` * update wpt-test result * Enable css-will-change test * Update css-will-change test results * Check transformable before will-change; update wpt-results * Solve merge conflict * Update Cargo.toml and Cargo.lock * Mark new failing test-cases --------- Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
parent
66583ce3c9
commit
4d73de3dde
20 changed files with 84 additions and 71 deletions
2
tests/wpt/meta/css/css-will-change/will-change-abspos-cb-003.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-will-change/will-change-abspos-cb-003.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[will-change-abspos-cb-003.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-will-change/will-change-fixedpos-cb-003.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-will-change/will-change-fixedpos-cb-003.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[will-change-fixedpos-cb-003.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-will-change/will-change-fixedpos-cb-004.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-will-change/will-change-fixedpos-cb-004.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[will-change-fixedpos-cb-004.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-will-change/will-change-fixedpos-cb-005.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-will-change/will-change-fixedpos-cb-005.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[will-change-fixedpos-cb-005.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-will-change/will-change-fixpos-cb-contain-1.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-will-change/will-change-fixpos-cb-contain-1.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[will-change-fixpos-cb-contain-1.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-will-change/will-change-fixpos-cb-offset-path-1.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-will-change/will-change-fixpos-cb-offset-path-1.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[will-change-fixpos-cb-offset-path-1.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-will-change/will-change-fixpos-cb-webkit-perspective-1.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-will-change/will-change-fixpos-cb-webkit-perspective-1.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[will-change-fixpos-cb-webkit-perspective-1.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-will-change/will-change-stacking-context-backdrop-filter-1.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-will-change/will-change-stacking-context-backdrop-filter-1.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[will-change-stacking-context-backdrop-filter-1.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-will-change/will-change-stacking-context-mask-1.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-will-change/will-change-stacking-context-mask-1.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[will-change-stacking-context-mask-1.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-will-change/will-change-stacking-context-mask-image-1.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-will-change/will-change-stacking-context-mask-image-1.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[will-change-stacking-context-mask-image-1.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-will-change/will-change-stacking-context-offset-path-1.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-will-change/will-change-stacking-context-offset-path-1.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[will-change-stacking-context-offset-path-1.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[will-change-stacking-context-view-transition-name-1.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue