commit 0dc5cac8584c2b5648d0e57b1876eeffe8257f39 parent 423930b60dac795fc7efcff40c46e880687abec5 Author: fantasai <fantasai.bugs@inkedblade.net> Date: Thu, 4 Dec 2025 16:54:52 +0000 Bug 2003746 [wpt PR 56438] - [css-grid-3] Add alternative grid-lanes orientation switch, a=testonly Automatic update from web-platform-tests [css-grid-3] Add alternative grid-lanes orientation switch The syntax for changing the orientation of grid-lanes layouts is still under discussion, and different implementations have implemented different tentative syntaxes. Add in WebKit's current syntax alongside Blink's so that these tests run and return meaningful results. -- wpt-commits: c17bf5de9674e4d333b7fea1a0a6c612d4d8cf76 wpt-pr: 56438 Diffstat:
8 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/tests/css/css-grid/grid-lanes/tentative/grid-placement/row-explicit-placement-001.html b/testing/web-platform/tests/css/css-grid/grid-lanes/tentative/grid-placement/row-explicit-placement-001.html @@ -6,6 +6,7 @@ <style> .grid-lanes { display: grid-lanes; + grid-auto-flow: column; grid-lanes-direction: row; background: gray; item-tolerance: 0; diff --git a/testing/web-platform/tests/css/css-grid/grid-lanes/tentative/grid-placement/row-explicit-placement-002.html b/testing/web-platform/tests/css/css-grid/grid-lanes/tentative/grid-placement/row-explicit-placement-002.html @@ -6,6 +6,7 @@ <style> .grid-lanes { display: grid-lanes; + grid-auto-flow: column; grid-lanes-direction: row; background: gray; item-tolerance: 0; diff --git a/testing/web-platform/tests/css/css-grid/grid-lanes/tentative/grid-placement/row-explicit-placement-003.html b/testing/web-platform/tests/css/css-grid/grid-lanes/tentative/grid-placement/row-explicit-placement-003.html @@ -6,6 +6,7 @@ <style> .grid-lanes { display: grid-lanes; + grid-auto-flow: column; grid-lanes-direction: row; background: gray; item-tolerance: 0; diff --git a/testing/web-platform/tests/css/css-grid/grid-lanes/tentative/grid-placement/row-explicit-placement-004.html b/testing/web-platform/tests/css/css-grid/grid-lanes/tentative/grid-placement/row-explicit-placement-004.html @@ -6,6 +6,7 @@ <style> .grid-lanes { display: grid-lanes; + grid-auto-flow: column; grid-lanes-direction: row; background: gray; item-tolerance: 0; diff --git a/testing/web-platform/tests/css/css-grid/grid-lanes/tentative/grid-placement/row-explicit-placement-005.html b/testing/web-platform/tests/css/css-grid/grid-lanes/tentative/grid-placement/row-explicit-placement-005.html @@ -6,6 +6,7 @@ <style> .grid-lanes { display: grid-lanes; + grid-auto-flow: column; grid-lanes-direction: row; background: gray; item-tolerance: 0; diff --git a/testing/web-platform/tests/css/css-grid/grid-lanes/tentative/grid-placement/row-explicit-placement-006.html b/testing/web-platform/tests/css/css-grid/grid-lanes/tentative/grid-placement/row-explicit-placement-006.html @@ -6,6 +6,7 @@ <style> .grid-lanes { display: grid-lanes; + grid-auto-flow: column; grid-lanes-direction: row; background: gray; item-tolerance: 0; diff --git a/testing/web-platform/tests/css/css-grid/grid-lanes/tentative/grid-placement/row-explicit-placement-007.html b/testing/web-platform/tests/css/css-grid/grid-lanes/tentative/grid-placement/row-explicit-placement-007.html @@ -6,6 +6,7 @@ <style> .grid-lanes { display: grid-lanes; + grid-auto-flow: column; grid-lanes-direction: row; background: gray; item-tolerance: 0; diff --git a/testing/web-platform/tests/css/css-grid/grid-lanes/tentative/item-placement/row-negative-margin-001.html b/testing/web-platform/tests/css/css-grid/grid-lanes/tentative/item-placement/row-negative-margin-001.html @@ -8,6 +8,7 @@ display: grid-lanes; item-tolerance: 0; grid-lanes-direction: row; + grid-template-rows: auto; } </style> <body>