commit f49df66efd8aa6ac3ca1271b7d3fd0d9d1d897c6
parent b41473a016e2279509203b4d1de47b0300298f84
Author: moz-wptsync-bot <wptsync@mozilla.com>
Date: Tue, 14 Oct 2025 19:02:49 +0000
Bug 1994239 [wpt PR 55406] - Update wpt metadata, a=testonly
wpt-pr: 55406
wpt-type: metadata
Diffstat:
1 file changed, 57 insertions(+), 0 deletions(-)
diff --git a/testing/web-platform/meta/css/CSS2/normal-flow/margin-collapse-through-for-various-height-values.tentative.html.ini b/testing/web-platform/meta/css/CSS2/normal-flow/margin-collapse-through-for-various-height-values.tentative.html.ini
@@ -0,0 +1,57 @@
+[margin-collapse-through-for-various-height-values.tentative.html]
+ [{"height":"1%","parentHeight":"auto"}]
+ expected: FAIL
+
+ [{"height":"1%","parentHeight":"0px"}]
+ expected: FAIL
+
+ [{"height":"calc(0px + 1%)","parentHeight":"auto"}]
+ expected: FAIL
+
+ [{"height":"calc(0px + 1%)","parentHeight":"0px"}]
+ expected: FAIL
+
+ [{"height":"calc(1px + 0%)","parentHeight":"auto"}]
+ expected: FAIL
+
+ [{"height":"calc(1px + 1%)","parentHeight":"auto"}]
+ expected: FAIL
+
+ [{"minHeight":"1%","parentHeight":"auto"}]
+ expected: FAIL
+
+ [{"minHeight":"1%","parentHeight":"0px"}]
+ expected: FAIL
+
+ [{"minHeight":"calc(0px + 1%)","parentHeight":"auto"}]
+ expected: FAIL
+
+ [{"minHeight":"calc(0px + 1%)","parentHeight":"0px"}]
+ expected: FAIL
+
+ [{"minHeight":"calc(1px + 0%)","parentHeight":"auto"}]
+ expected: FAIL
+
+ [{"minHeight":"calc(1px + 1%)","parentHeight":"auto"}]
+ expected: FAIL
+
+ [{"height":"1px","maxHeight":"0px"}]
+ expected: FAIL
+
+ [{"height":"1px","maxHeight":"0%","parentHeight":"0px"}]
+ expected: FAIL
+
+ [{"height":"1px","maxHeight":"0%","parentHeight":"100px"}]
+ expected: FAIL
+
+ [{"height":"1px","maxHeight":"1%","parentHeight":"0px"}]
+ expected: FAIL
+
+ [{"height":"1px","maxHeight":"calc(0px + 0%)","parentHeight":"0px"}]
+ expected: FAIL
+
+ [{"height":"1px","maxHeight":"calc(0px + 0%)","parentHeight":"100px"}]
+ expected: FAIL
+
+ [{"height":"1px","maxHeight":"calc(0px + 1%)","parentHeight":"0px"}]
+ expected: FAIL