diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-align/parsing/justify-tracks-valid.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-align/parsing/justify-tracks-valid.html.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-align/parsing/justify-tracks-valid.html.ini b/testing/web-platform/meta/css/css-align/parsing/justify-tracks-valid.html.ini new file mode 100644 index 0000000000..34a5d96a4f --- /dev/null +++ b/testing/web-platform/meta/css/css-align/parsing/justify-tracks-valid.html.ini @@ -0,0 +1,10 @@ +prefs: [layout.css.grid-template-masonry-value.enabled:true] +[justify-tracks-valid.html] + [e.style['justify-tracks'\] = "flex-start, last baseline" should set the property value] + expected: FAIL + + [e.style['justify-tracks'\] = "normal, normal" should set the property value] + expected: FAIL + + [e.style['justify-tracks'\] = "start, flex-end, flex-end, flex-end, flex-end" should set the property value] + expected: FAIL |