testing/web-platform/tests/css/css-text-decor/text-decoration-thickness-non-inherit.html
author Cosmin Sabou <csabou@mozilla.com>
Sat, 12 Jul 2025 09:18:08 +0300 (2 hours ago)
changeset 796290 5ad1f0c58c82bdfa2f42fed870bbe143465398d0
parent 677786 5b828668358c4a51b9312c67611c50c54bcaaf10
permissions -rw-r--r--
Revert "Bug 1977019 - re-enable hw video decoding testing. r=media-playback-reviewers,jolin" for causing win mda failures on test_hw_video_decoding.html This reverts commit 158474bdc0cf585b701bc47921f0a7d84f7bb84d.
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>Test case for text-decoration-thickness inheritance</title>
    <meta name="assert" content="text-decoration-thickness: should not be inherited">
    <link rel="author" title="Joonghun Park" href="mailto:pjh0718@gmail.com">
    <link rel="help" href="https://drafts.csswg.org/css-text-decor-4/#text-decoration-thickness-property">
    <link rel="match" href="reference/text-decoration-thickness-non-inherit-ref.html">
    <link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
    <style>
        p { text-decoration-thickness: 20px; }
        span { text-decoration-line: underline; text-decoration-color: black; }
    </style>
</head>
<body>
    <p><span>Test passes if this text decoration underline is not 20px thick.</span></p>
</body>
</html>