diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
commit | 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch) | |
tree | a4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /testing/web-platform/meta/css/css-ui | |
parent | Adding debian version 124.0.1-1. (diff) | |
download | firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.zip |
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/css/css-ui')
-rw-r--r-- | testing/web-platform/meta/css/css-ui/parsing/canonical-order-outline-sub-properties-001.html.ini | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-ui/parsing/canonical-order-outline-sub-properties-001.html.ini b/testing/web-platform/meta/css/css-ui/parsing/canonical-order-outline-sub-properties-001.html.ini new file mode 100644 index 0000000000..4a1aebd46c --- /dev/null +++ b/testing/web-platform/meta/css/css-ui/parsing/canonical-order-outline-sub-properties-001.html.ini @@ -0,0 +1,78 @@ +[canonical-order-outline-sub-properties-001.html] + [testing outline: blue] + expected: FAIL + + [testing outline: invert] + expected: FAIL + + [testing outline: 4px] + expected: FAIL + + [testing outline: solid] + expected: FAIL + + [testing outline: solid 5px] + expected: FAIL + + [testing outline: 6px dashed] + expected: FAIL + + [testing outline: dotted blue] + expected: FAIL + + [testing outline: dotted invert] + expected: FAIL + + [testing outline: blue solid] + expected: FAIL + + [testing outline: invert solid] + expected: FAIL + + [testing outline: black 4px] + expected: FAIL + + [testing outline: invert 4px] + expected: FAIL + + [testing outline: 5px blue] + expected: FAIL + + [testing outline: 5px invert] + expected: FAIL + + [testing outline: black solid 6px] + expected: FAIL + + [testing outline: invert solid 6px] + expected: FAIL + + [testing outline: blue 4px dotted] + expected: FAIL + + [testing outline: invert 4px dotted] + expected: FAIL + + [testing outline: dashed 5px black] + expected: FAIL + + [testing outline: dashed 5px invert] + expected: FAIL + + [testing outline: solid blue 6px] + expected: FAIL + + [testing outline: solid invert 6px] + expected: FAIL + + [testing outline: 4px dotted black] + expected: FAIL + + [testing outline: 4px dotted invert] + expected: FAIL + + [testing outline: 5px blue dashed] + expected: FAIL + + [testing outline: 5px invert dashed] + expected: FAIL |