mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
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:
parent
71898dae17
commit
1af3ad8a74
244 changed files with 5852 additions and 2215 deletions
|
@ -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
|
||||
|
|
39
tests/wpt/meta/css/css-values/calc-size/calc-size-height-box-sizing.html.ini
vendored
Normal file
39
tests/wpt/meta/css/css-values/calc-size/calc-size-height-box-sizing.html.ini
vendored
Normal 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
|
2
tests/wpt/meta/css/css-values/calc-size/calc-size-min-max-sizes-001.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-values/calc-size/calc-size-min-max-sizes-001.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[calc-size-min-max-sizes-001.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-values/calc-size/calc-size-min-max-sizes-002.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-values/calc-size/calc-size-min-max-sizes-002.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[calc-size-min-max-sizes-002.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-values/calc-size/calc-size-min-max-sizes-004.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-values/calc-size/calc-size-min-max-sizes-004.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[calc-size-min-max-sizes-004.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-values/calc-size/calc-size-min-max-sizes-005.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-values/calc-size/calc-size-min-max-sizes-005.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[calc-size-min-max-sizes-005.html]
|
||||
expected: FAIL
|
|
@ -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
|
||||
|
|
39
tests/wpt/meta/css/css-values/calc-size/calc-size-width-box-sizing.html.ini
vendored
Normal file
39
tests/wpt/meta/css/css-values/calc-size/calc-size-width-box-sizing.html.ini
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue