From fc6ba108990add7722e0254314d4f3ac4e939453 Mon Sep 17 00:00:00 2001 From: moz-wptsync-bot Date: Wed, 20 May 2026 12:35:42 +0000 Subject: [PATCH] Gecko sync update --- .../grid-subgridded-to-grid-lanes/META.yml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 css/css-grid/grid-lanes/tentative/parsing/grid-subgridded-to-grid-lanes/META.yml diff --git a/css/css-grid/grid-lanes/tentative/parsing/grid-subgridded-to-grid-lanes/META.yml b/css/css-grid/grid-lanes/tentative/parsing/grid-subgridded-to-grid-lanes/META.yml new file mode 100644 index 000000000..7d5b6be61 --- /dev/null +++ b/css/css-grid/grid-lanes/tentative/parsing/grid-subgridded-to-grid-lanes/META.yml @@ -0,0 +1,34 @@ +links: +- product: firefox + results: + - subtest: Property grid-template-columns value 'subgrid' + test: grid-lanes-column-subgrid-computed.html + - subtest: Property grid-template-columns value 'subgrid [a]' + test: grid-lanes-column-subgrid-computed.html + - subtest: Property grid-template-columns value 'subgrid [a] [b]' + test: grid-lanes-column-subgrid-computed.html + - subtest: Property grid-template-columns value 'subgrid [a] [] [b]' + test: grid-lanes-column-subgrid-computed.html + - subtest: Property grid-template-columns value 'subgrid repeat(auto-fill, [a])' + test: grid-lanes-column-subgrid-computed.html + - subtest: Property grid-template-columns value 'subgrid repeat(2, [a] [b])' + test: grid-lanes-column-subgrid-computed.html + - subtest: Property grid-template-columns value 'subgrid [a] repeat(auto-fill, [b]) + [c]' + test: grid-lanes-column-subgrid-computed.html + - subtest: Property grid-template-rows value 'subgrid' + test: grid-lanes-row-subgrid-computed.html + - subtest: Property grid-template-rows value 'subgrid [a]' + test: grid-lanes-row-subgrid-computed.html + - subtest: Property grid-template-rows value 'subgrid [a] [b]' + test: grid-lanes-row-subgrid-computed.html + - subtest: Property grid-template-rows value 'subgrid [a] [] [b]' + test: grid-lanes-row-subgrid-computed.html + - subtest: Property grid-template-rows value 'subgrid repeat(auto-fill, [a])' + test: grid-lanes-row-subgrid-computed.html + - subtest: Property grid-template-rows value 'subgrid repeat(2, [a] [b])' + test: grid-lanes-row-subgrid-computed.html + - subtest: Property grid-template-rows value 'subgrid [a] repeat(auto-fill, [b]) + [c]' + test: grid-lanes-row-subgrid-computed.html + url: https://bugzilla.mozilla.org/show_bug.cgi?id=2040942