diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-pseudo/highlight-cascade-007.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-pseudo/highlight-cascade-007.html.ini | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-pseudo/highlight-cascade-007.html.ini b/testing/web-platform/meta/css/css-pseudo/highlight-cascade-007.html.ini new file mode 100644 index 0000000000..36448b29f2 --- /dev/null +++ b/testing/web-platform/meta/css/css-pseudo/highlight-cascade-007.html.ini @@ -0,0 +1,36 @@ +[highlight-cascade-007.html] + [M::selection’s font-size is the same as in M] + expected: FAIL + + [M span::selection’s font-size is the same as in M span] + expected: FAIL + + [M::selection’s own text-shadow respects M’s font-size] + expected: FAIL + + [M span::selection’s inherited text-shadow respects M’s font-size] + expected: FAIL + + [W::selection’s line-height is the same as in W] + expected: FAIL + + [W span::selection’s line-height is the same as in W span] + expected: FAIL + + [W::selection’s own text-shadow respects W’s line-height] + expected: FAIL + + [W span::selection’s inherited text-shadow respects W’s line-height] + expected: FAIL + + [U::selection’s font-size is the same as in U] + expected: FAIL + + [U span::selection’s font-size is the same as in U span] + expected: FAIL + + [U::selection’s own text-decoration-thickness respects U’s font-size] + expected: FAIL + + [U span::selection’s own text-decoration-thickness respects U span’s font-size] + expected: FAIL |