Update web-platform-tests to revision b'3b3beee1bf2469013583bafe702f2d4821d76c1f' (#33000)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-08-10 21:31:50 -04:00 committed by GitHub
parent 71898dae17
commit 1af3ad8a74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
244 changed files with 5852 additions and 2215 deletions

View file

@ -19,3 +19,6 @@
[value at progress 0.75 in animation of "width" from "calc-size(fit-content, 20px)" to "calc-size(calc-size(fit-content, 3 * size + 10px), min(size + 20px, size * 2 - 30px) + size * 2 + 80px)"]
expected: FAIL
[value at progress 0.75 in animation of "height" from "auto" to "calc-size(any, 0px)"]
expected: FAIL

View file

@ -0,0 +1,39 @@
[calc-size-height-box-sizing.html]
[resolved height with styles {"height":"auto","box-sizing":"border-box"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(auto, size)","box-sizing":"border-box"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(auto, size * 2)"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(auto, size * 2)","box-sizing":"content-box"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(auto, size * 2)","box-sizing":"border-box"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(min-content, size * 2)"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(fit-content, size * 2)","box-sizing":"border-box"}]
expected: FAIL
[resolved height with styles {"min-height":"calc-size(min-content, size * 2)"}]
expected: FAIL
[resolved height with styles {"min-height":"calc-size(fit-content, size * 2)","box-sizing":"border-box"}]
expected: FAIL
[resolved height with styles {"height":"200px","max-height":"calc-size(min-content, size * 2)"}]
expected: FAIL
[resolved height with styles {"height":"200px","max-height":"calc-size(fit-content, size * 2)","box-sizing":"border-box"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(11px, size * 2)"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(11px, size * 2)","box-sizing":"border-box"}]
expected: FAIL

View file

@ -0,0 +1,2 @@
[calc-size-min-max-sizes-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[calc-size-min-max-sizes-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[calc-size-min-max-sizes-004.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[calc-size-min-max-sizes-005.html]
expected: FAIL

View file

@ -61,3 +61,15 @@
[computedStyleMap serialization of width: calc-size(calc-size(30px))]
expected: FAIL
[computedStyleMap serialization of width: calc-size(any, 30px)]
expected: FAIL
[computedStyleMap serialization of width: calc-size(any, min(30px, 2em))]
expected: FAIL
[computedStyleMap serialization of width: calc-size(calc-size(any, 30px), size)]
expected: FAIL
[computedStyleMap serialization of width: calc-size(calc-size(fit-content, size * 2), size)]
expected: FAIL

View file

@ -0,0 +1,39 @@
[calc-size-width-box-sizing.html]
[resolved width with styles {"width":"auto","box-sizing":"border-box"}]
expected: FAIL
[resolved width with styles {"width":"calc-size(auto, size)","box-sizing":"border-box"}]
expected: FAIL
[resolved width with styles {"width":"calc-size(auto, size * 2)"}]
expected: FAIL
[resolved width with styles {"width":"calc-size(auto, size * 2)","box-sizing":"content-box"}]
expected: FAIL
[resolved width with styles {"width":"calc-size(auto, size * 2)","box-sizing":"border-box"}]
expected: FAIL
[resolved width with styles {"width":"calc-size(min-content, size * 2)"}]
expected: FAIL
[resolved width with styles {"width":"calc-size(fit-content, size * 2)","box-sizing":"border-box"}]
expected: FAIL
[resolved width with styles {"min-width":"calc-size(min-content, size * 2)"}]
expected: FAIL
[resolved width with styles {"min-width":"calc-size(max-content, size * 2)","box-sizing":"border-box"}]
expected: FAIL
[resolved width with styles {"width":"200px","max-width":"calc-size(max-content, size * 2)"}]
expected: FAIL
[resolved width with styles {"width":"200px","max-width":"calc-size(min-content, size * 2)","box-sizing":"border-box"}]
expected: FAIL
[resolved width with styles {"width":"calc-size(11px, size * 2)"}]
expected: FAIL
[resolved width with styles {"width":"calc-size(11px, size * 2)","box-sizing":"border-box"}]
expected: FAIL