diff options
author | Servo WPT Sync <32481905+servo-wpt-sync@users.noreply.github.com> | 2023-10-05 20:51:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-06 00:51:48 +0000 |
commit | c06ec90151a27a4e2f8578188312a690f478059b (patch) | |
tree | fd9aca9284f9e6f92f7caf7c4e69ea3b7c36f356 /tests/wpt/meta/css/css-values | |
parent | 92defbb4ef030ffaae29ada5fba236f5ee82c791 (diff) | |
download | servo-c06ec90151a27a4e2f8578188312a690f478059b.tar.gz servo-c06ec90151a27a4e2f8578188312a690f478059b.zip |
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>
Diffstat (limited to 'tests/wpt/meta/css/css-values')
5 files changed, 26 insertions, 0 deletions
diff --git a/tests/wpt/meta/css/css-values/acos-asin-atan-atan2-computed.html.ini b/tests/wpt/meta/css/css-values/acos-asin-atan-atan2-computed.html.ini index 11c22e299d5..3b8371f8577 100644 --- a/tests/wpt/meta/css/css-values/acos-asin-atan-atan2-computed.html.ini +++ b/tests/wpt/meta/css/css-values/acos-asin-atan-atan2-computed.html.ini @@ -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 diff --git a/tests/wpt/meta/css/css-values/attr-notype-fallback.html.ini b/tests/wpt/meta/css/css-values/attr-notype-fallback.html.ini new file mode 100644 index 00000000000..bf0e390649f --- /dev/null +++ b/tests/wpt/meta/css/css-values/attr-notype-fallback.html.ini @@ -0,0 +1,2 @@ +[attr-notype-fallback.html] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/clamp-length-computed.html.ini b/tests/wpt/meta/css/css-values/clamp-length-computed.html.ini new file mode 100644 index 00000000000..dc0b1693871 --- /dev/null +++ b/tests/wpt/meta/css/css-values/clamp-length-computed.html.ini @@ -0,0 +1,3 @@ +[clamp-length-computed.html] + [Property letter-spacing value 'calc(0px - clamp(30px, 100px, 20px))'] + expected: FAIL diff --git a/tests/wpt/meta/css/css-values/clamp-length-serialize.html.ini b/tests/wpt/meta/css/css-values/clamp-length-serialize.html.ini new file mode 100644 index 00000000000..944c6860e3e --- /dev/null +++ b/tests/wpt/meta/css/css-values/clamp-length-serialize.html.ini @@ -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 diff --git a/tests/wpt/meta/css/css-values/lh-unit-005.html.ini b/tests/wpt/meta/css/css-values/lh-unit-005.html.ini new file mode 100644 index 00000000000..e2cc94a5f11 --- /dev/null +++ b/tests/wpt/meta/css/css-values/lh-unit-005.html.ini @@ -0,0 +1,3 @@ +[lh-unit-005.html] + [lh relative to line-height inherited from parent] + expected: FAIL |