viewport-scrollbar.html (699B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <title>CSS Test: scrollbar style on root element should be propagated to the viewport</title> 4 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org"> 5 <link rel="author" title="Mozilla" href="https://www.mozilla.org"> 6 <link rel="help" href="https://drafts.csswg.org/css-scrollbars-1/#scrollbar-color-properties"> 7 <link rel="match" href="viewport-scrollbar-ref.html"> 8 <link rel="mismatch" href="viewport-scrollbar-mis-ref.html"> 9 <style> 10 iframe { 11 border: 1px solid black; 12 width: 200px; height: 200px; 13 } 14 </style> 15 <p>Test passes if the scrollbars in the following box are styled:</p> 16 <iframe src="support/viewport-scrollbar-frame.html"></iframe>