scroll-marker-group-006.html (530B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <title>CSS Test: ::scroll-marker-group is not created without scroll-marker-group property</title> 4 <link rel="match" href="scroll-marker-group-006-ref.html"> 5 <link rel="help" href="https://drafts.csswg.org/css-overflow-5/#scroll-marker-group-pseudo"> 6 <style> 7 div { 8 overflow: auto; 9 } 10 11 div::scroll-marker-group { 12 background-color: red; 13 display: flex; 14 height: 100px; 15 width: 100px; 16 } 17 </style> 18 19 <p>Test passes if there is <strong>no red rectangle</strong>. 20 <div></div>