diff options
author | Servo WPT Sync <32481905+servo-wpt-sync@users.noreply.github.com> | 2024-08-19 03:45:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-19 07:45:30 +0000 |
commit | d59a7f62f8f49c810a6d42b154d39bb8440eb11e (patch) | |
tree | 71865f83ba1f652b535b854e0af49a29871e4fdc /tests/wpt/meta/css/css-values/calc-size/calc-size-parsing.html.ini | |
parent | b5fe99ba5dd548b4e9d5b5afc3e798fe4811a5fe (diff) | |
download | servo-d59a7f62f8f49c810a6d42b154d39bb8440eb11e.tar.gz servo-d59a7f62f8f49c810a6d42b154d39bb8440eb11e.zip |
Update web-platform-tests to revision b'ebe057a1153d34042bac1ff3dc944220876f69ec' (#33116)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
Diffstat (limited to 'tests/wpt/meta/css/css-values/calc-size/calc-size-parsing.html.ini')
-rw-r--r-- | tests/wpt/meta/css/css-values/calc-size/calc-size-parsing.html.ini | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/wpt/meta/css/css-values/calc-size/calc-size-parsing.html.ini b/tests/wpt/meta/css/css-values/calc-size/calc-size-parsing.html.ini index 92f07e5b5b0..01f0b734aa4 100644 --- a/tests/wpt/meta/css/css-values/calc-size/calc-size-parsing.html.ini +++ b/tests/wpt/meta/css/css-values/calc-size/calc-size-parsing.html.ini @@ -124,3 +124,9 @@ [e.style['flex-basis'\] = "calc-size(content, size)" should set the property value] expected: FAIL + + [e.style['width'\] = "calc-size(calc-size(any, 30px), size)" should set the property value] + expected: FAIL + + [e.style['width'\] = "calc-size(0px, 0px)" should set the property value] + expected: FAIL |