From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../meta/css/cssom/shorthand-values.html.ini | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 testing/web-platform/meta/css/cssom/shorthand-values.html.ini (limited to 'testing/web-platform/meta/css/cssom/shorthand-values.html.ini') 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 -- cgit v1.2.3