mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Update web-platform-tests to revision b'4c3d068f942231dc905ea283e4f82bd70801c37c' (#33461)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
ed908f3fd4
commit
9f2306f760
492 changed files with 15354 additions and 4777 deletions
|
@ -775,3 +775,27 @@
|
|||
|
||||
[opened <details> content shown ("<div><details open><summary>abc</summary>123")]
|
||||
expected: FAIL
|
||||
|
||||
[Whitespace around inline-flex should not be collapsed ("<div>abc <span style='display:inline-flex'></span> def")]
|
||||
expected: FAIL
|
||||
|
||||
[Trailing space at end of inline-flex should be collapsed ("<div>abc <span style='display:inline-flex'> def </span> ghi")]
|
||||
expected: FAIL
|
||||
|
||||
[Whitespace around inline-grid should not be collapsed ("<div>abc <span style='display:inline-grid'></span> def")]
|
||||
expected: FAIL
|
||||
|
||||
[Trailing space at end of grid-flex should be collapsed ("<div>abc <span style='display:inline-grid'> def </span> ghi")]
|
||||
expected: FAIL
|
||||
|
||||
[Whitespace between inline-flex and block should be collapsed ("<div><span style='inline-flex'></span> <div>abc</div>")]
|
||||
expected: FAIL
|
||||
|
||||
[Whitespace between inline-grid and block should be collapsed ("<div><span style='inline-grid'></span> <div>abc</div>")]
|
||||
expected: FAIL
|
||||
|
||||
[Leading/trailing space removal at display:inline-flex boundary ("<div>123<span style='display:inline-flex'> abc </span>def")]
|
||||
expected: FAIL
|
||||
|
||||
[Leading/trailing space removal at display:inline-grid boundary ("<div>123<span style='display:inline-grid'> abc </span>def")]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue