mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
layout: Fix relative positioned grid item (#35014)
* layout grid item collected child Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> * Add WPT tests Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> * Add WPT tests Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> * Add WPT tests Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> * Fix fixed position descendant Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> * Run fmt Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> * Apply code quality suggestion Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> * Split up the WPT test Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> * Organize WPT test CSS Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> * Fix WPT css endline Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> --------- Signed-off-by: stevennovaryo <steven.novaryo@gmail.com>
This commit is contained in:
parent
1e490abf2d
commit
9c769efb06
9 changed files with 289 additions and 25 deletions
82
tests/wpt/meta/MANIFEST.json
vendored
82
tests/wpt/meta/MANIFEST.json
vendored
|
@ -189310,6 +189310,84 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"grid-items-relative-positioned-containing-block-001.html": [
|
||||
"7683e485c05caea40361416bc533dc95fbfcd837",
|
||||
[
|
||||
"css/css-grid/grid-items/grid-items-relative-positioned-containing-block-001.html",
|
||||
[
|
||||
[
|
||||
"/css/reference/ref-filled-green-100px-square.xht",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"grid-items-relative-positioned-containing-block-002.html": [
|
||||
"1e7a754f74da30e327feb06e05527012d1a3917d",
|
||||
[
|
||||
"css/css-grid/grid-items/grid-items-relative-positioned-containing-block-002.html",
|
||||
[
|
||||
[
|
||||
"/css/reference/ref-filled-green-100px-square.xht",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"grid-items-relative-positioned-containing-block-003.html": [
|
||||
"be0305181914e9b872d0ef1bdc801f974c5918f7",
|
||||
[
|
||||
"css/css-grid/grid-items/grid-items-relative-positioned-containing-block-003.html",
|
||||
[
|
||||
[
|
||||
"/css/reference/ref-filled-green-100px-square.xht",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"grid-items-relative-positioned-containing-block-004.html": [
|
||||
"61d50a10c10290b55a7439d6b59528f01accc4bf",
|
||||
[
|
||||
"css/css-grid/grid-items/grid-items-relative-positioned-containing-block-004.html",
|
||||
[
|
||||
[
|
||||
"/css/reference/ref-filled-green-100px-square.xht",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"grid-items-relative-positioned-containing-block-005.html": [
|
||||
"4473cb8d2ba4ea847669cde34ce10e27e6bfb001",
|
||||
[
|
||||
"css/css-grid/grid-items/grid-items-relative-positioned-containing-block-005.html",
|
||||
[
|
||||
[
|
||||
"/css/reference/ref-filled-green-100px-square.xht",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"grid-items-relative-positioned-containing-block-006.html": [
|
||||
"79350eac516f2850545a6446f570c6c7778a4e3b",
|
||||
[
|
||||
"css/css-grid/grid-items/grid-items-relative-positioned-containing-block-006.html",
|
||||
[
|
||||
[
|
||||
"/css/reference/ref-filled-green-100px-square.xht",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"grid-items-sizing-alignment-001.html": [
|
||||
"033d292ce61026251ada1812d195412e5d0f5672",
|
||||
[
|
||||
|
@ -425295,6 +425373,10 @@
|
|||
"50x50-green.png": [
|
||||
"f709bf09e5ae6bf48911b69691b0acb5c6f2760e",
|
||||
[]
|
||||
],
|
||||
"grid-items-relative-positioned-containing-block.css": [
|
||||
"ccdecf612d65a6de843046a3a81b4a5488c3b4f3",
|
||||
[]
|
||||
]
|
||||
},
|
||||
"whitespace-in-grid-item-001-ref.html": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue