mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +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
|
@ -1,9 +0,0 @@
|
|||
[margin-block-inline-computed.html]
|
||||
[Property margin-block-end value '10%']
|
||||
expected: FAIL
|
||||
|
||||
[Property margin-block-start value 'calc(10% + 40px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property margin-inline-end value 'calc(10% + 40px)']
|
||||
expected: FAIL
|
|
@ -1,15 +0,0 @@
|
|||
[padding-block-inline-computed.html]
|
||||
[Property padding-block-end value '10%']
|
||||
expected: FAIL
|
||||
|
||||
[Property padding-block-start value 'calc(10% + 40px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property padding-block-end value 'calc(10% - 40px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property padding-inline-start value 'calc(10% - 40px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property padding-inline-end value 'calc(10% + 40px)']
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue