diff --git a/testing/web-platform/meta/css/motion/parsing/offset-path-parsing-valid.html.ini b/testing/web-platform/meta/css/motion/parsing/offset-path-parsing-valid.html.ini index bab5614528b82..830af047484cd 100644 --- a/testing/web-platform/meta/css/motion/parsing/offset-path-parsing-valid.html.ini +++ b/testing/web-platform/meta/css/motion/parsing/offset-path-parsing-valid.html.ini @@ -13,3 +13,12 @@ [e.style['offset-path'\] = "fill-box ellipse(50% 60%)" should set the property value] expected: FAIL + + [e.style['offset-path'\] = "circle(100px at 50% 50%)" should set the property value] + expected: FAIL + + [e.style['offset-path'\] = "border-box" should set the property value] + expected: FAIL + + [e.style['offset-path'\] = "content-box ellipse(50% 60% at 50% 50%)" should set the property value] + expected: FAIL