diff options
Diffstat (limited to 'testing/web-platform/meta/css/cssom/shorthand-values.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/cssom/shorthand-values.html.ini | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/cssom/shorthand-values.html.ini b/testing/web-platform/meta/css/cssom/shorthand-values.html.ini new file mode 100644 index 0000000000..10f0d475b9 --- /dev/null +++ b/testing/web-platform/meta/css/cssom/shorthand-values.html.ini @@ -0,0 +1,32 @@ +[shorthand-values.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [The serialization of border: 1px; border-top: 1px; should be canonical.] + expected: FAIL + + [The serialization of border: 1px red; should be canonical.] + expected: FAIL + + [The serialization of border: red; should be canonical.] + expected: FAIL + + [The serialization of border-top: 1px; border-right: 1px; border-bottom: 1px; border-left: 1px; should be canonical.] + expected: FAIL + + [The serialization of border-top: 1px; border-right: 2px; border-bottom: 3px; border-left: 4px; should be canonical.] + expected: FAIL + + [The serialization of border: 1px; border-top: 2px; should be canonical.] + expected: FAIL + + [The serialization of border: 1px; border-top: 1px !important; should be canonical.] + expected: FAIL + + [The serialization of border: 1px; border-top-color: red; should be canonical.] + expected: FAIL + + [The serialization of border: solid; border-style: dotted should be canonical.] + expected: FAIL + + [The serialization of border-top: 1px; border-right: 1px; border-bottom: 1px; border-left: 1px; border-image: none; should be canonical.] + expected: FAIL |