Status: PASS | Duration: 7ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-overflow/scroll-markers/scroll-marker-group-006.html
<!doctype html> <meta charset="utf-8"> <title>CSS Test: ::scroll-marker-group is not created without scroll-marker-group property</title> <link rel="match" href="scroll-marker-group-006-ref.html"> <link rel="help" href="https://drafts.csswg.org/css-overflow-5/#scroll-marker-group-pseudo"> <style> div { overflow: auto; } div::scroll-marker-group { background-color: red; display: flex; height: 100px; width: 100px; } </style> <p>Test passes if there is <strong>no red rectangle</strong>. <div></div>
/css/css-overflow/scroll-markers/scroll-marker-group-006-ref.html
<!doctype html> <meta charset="utf-8"> <title>CSS Reference File: ::scroll-marker-group is not created without scroll-marker-group</title> <p>Test passes if there is <strong>no red rectangle</strong>.