File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
css/css-animations/parsing Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -514,3 +514,14 @@ links:
514514 results :
515515 - test : animation-range-shorthand.html
516516 subtest : e.style['animation-range'] = "entry calc(10% - 10%) entry calc(50% + 50%)" should set the property value
517+ - product : safari
518+ url : https://bugs.webkit.org/show_bug.cgi?id=302739
519+ results :
520+ - test : keyframe-selectors.html
521+ subtest : ' '' calc(10%)'' should not be a valid keyframe selector'
522+ - test : keyframe-selectors.html
523+ subtest : ' '' entry calc(10%)'' should not be a valid keyframe selector'
524+ - test : keyframe-selectors.html
525+ subtest : ' '' calc(10% * sign(1em - 1px))'' should not be a valid keyframe selector'
526+ - test : keyframe-selectors.html
527+ subtest : ' '' exit calc(60%)'' should not be a valid keyframe selector'
You can’t perform that action at this time.
0 commit comments