3 <title>CSS Grid Layout Test: Grid container with scrollbars</title>
4 <link rel="author" title="Manuel Rego Casasnovas" href="mailto:rego@igalia.com">
5 <link rel="help" href="https://drafts.csswg.org/css-grid/#grid-model">
6 <link rel="match" href="grid-container-scrollbar-001-ref.html">
7 <meta name="assert" content="This test verifes that scrollbars are properly painted on grid containers, and are shown in the expected position depending on the direction.">
8 <link href="support/grid.css" rel="stylesheet">
32 <p>The test passes if it has the same output than the reference.</p>
34 <div style="float: left; width: 350px;">
36 <h2>direction: ltr;</h2>
38 <div class="grid scrollX">
42 <div class="grid scrollY">
46 <div class="grid scrollX scrollY">
50 <div class="grid fixedSize scrollX">
54 <div class="grid fixedSize scrollY">
58 <div class="grid fixedSize scrollX scrollY">
64 <div style="float: left; width: 350px;">
66 <h2>direction: rtl;</h2>
68 <div class="directionRTL grid scrollX">
72 <div class="directionRTL grid scrollY">
76 <div class="directionRTL grid scrollX scrollY">
80 <div class="directionRTL grid fixedSize scrollX">
84 <div class="directionRTL grid fixedSize scrollY">
88 <div class="directionRTL grid fixedSize scrollX scrollY">