From 7a0d35fc77770eeac9e66883d2e97393efeff022 Mon Sep 17 00:00:00 2001 From: moz-wptsync-bot Date: Fri, 16 Aug 2024 02:24:05 +0000 Subject: [PATCH] Bug 1913396 [wpt PR 47631] - Update wpt metadata, a=testonly wpt-pr: 47631 wpt-type: metadata --- .../masonry-template-tracks-valid.html.ini | 69 +++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 testing/web-platform/meta/css/css-grid/masonry/tentative/parsing/masonry-template-tracks-valid.html.ini diff --git a/testing/web-platform/meta/css/css-grid/masonry/tentative/parsing/masonry-template-tracks-valid.html.ini b/testing/web-platform/meta/css/css-grid/masonry/tentative/parsing/masonry-template-tracks-valid.html.ini new file mode 100644 index 0000000000000..55bfc15fea5f3 --- /dev/null +++ b/testing/web-platform/meta/css/css-grid/masonry/tentative/parsing/masonry-template-tracks-valid.html.ini @@ -0,0 +1,69 @@ +[masonry-template-tracks-valid.html] + [e.style['masonry-template-tracks'\] = "auto" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "10px" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "20%" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "calc(-0.5em + 10px)" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "calc(0.5em + 10px)" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "calc(30% + 40vw)" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "5FR" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "min-content" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "Max-Content" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "AuTo" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "1fr 2fr 1fr" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "minmax(10px, auto)" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "minmax(20%, max-content)" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "minmax(calc(-0.5em + 10px), min-content)" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "minmax(calc(0.5em + 10px), 5fr)" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "minmax(calc(30% + 40vw), 10px)" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "minmax(min-content, 20%)" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "minmax(max-content, calc(-0.5em + 10px))" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "minmax(auto, calc(0.5em + 10px))" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "repeat(5, auto)" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "repeat(auto-fill, 25%)" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "[\] 150px [\] 1fr [\]" should set the property value] + expected: FAIL + + [e.style['masonry-template-tracks'\] = "repeat(1, [\] 10px [\])" should set the property value] + expected: FAIL