mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Sync WPT with upstream (04-10-2023) (#30493)
* Update web-platform-tests to revision b'dfda99176a5d552fb1129fa353b7e4c69f6ed92c' * fix linter errors after WPT import Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> * Update expectations --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
92defbb4ef
commit
c06ec90151
2986 changed files with 82877 additions and 27441 deletions
|
@ -124,3 +124,9 @@
|
|||
|
||||
[calc(atan2(0,-1) / 4) should be used-value-equivalent to 45deg]
|
||||
expected: FAIL
|
||||
|
||||
[atan2(1rem + 1px - 1px, -1rem) should be used-value-equivalent to 135deg]
|
||||
expected: FAIL
|
||||
|
||||
[atan2(1vh + 0px, -1vh + 0px) should be used-value-equivalent to 135deg]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[attr-notype-fallback.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[clamp-length-computed.html]
|
||||
[Property letter-spacing value 'calc(0px - clamp(30px, 100px, 20px))']
|
||||
expected: FAIL
|
|
@ -0,0 +1,12 @@
|
|||
[clamp-length-serialize.html]
|
||||
[e.style['letter-spacing'\] = "calc(0px - clamp(30px, 100px, 20px))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['letter-spacing'\] = "calc(calc(0px - clamp(30px, 100px, 20px)))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['letter-spacing'\] = "calc(0px - clamp(1px, 1em, 1vh))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['letter-spacing'\] = "calc(calc(0px - clamp(1px, 1em, 1vh)))" should set the property value]
|
||||
expected: FAIL
|
3
tests/wpt/meta/css/css-values/lh-unit-005.html.ini
Normal file
3
tests/wpt/meta/css/css-values/lh-unit-005.html.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[lh-unit-005.html]
|
||||
[lh relative to line-height inherited from parent]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue