Bug 1545675 [wpt PR 16364] - WPT/BGPT: Add animation stop and set time tests, make...
[gecko.git] / testing / web-platform / tests / css / css-scrollbars / viewport-scrollbar.html
blob500da7a9f9584428f27624d1e877085c382c0429
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 <style>
9 iframe {
10 border: 1px solid black;
11 width: 200px; height: 200px;
13 </style>
14 <p>Test passes if the scrollbars in the following box are styled:</p>
15 <iframe src="support/viewport-scrollbar-frame.html"></iframe>