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-vertical-lr-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">
12 writing-mode: vertical-lr;
33 <p>The test passes if it has the same output than the reference.</p>
35 <div style="float: left; width: 350px;">
37 <h2>direction: ltr;</h2>
39 <div class="grid scrollX">
43 <div class="grid scrollY">
47 <div class="grid scrollX scrollY">
51 <div class="grid fixedSize scrollX">
55 <div class="grid fixedSize scrollY">
59 <div class="grid fixedSize scrollX scrollY">
65 <div style="float: left; width: 350px;">
67 <h2>direction: rtl;</h2>
69 <div class="directionRTL grid scrollX">
73 <div class="directionRTL grid scrollY">
77 <div class="directionRTL grid scrollX scrollY">
81 <div class="directionRTL grid fixedSize scrollX">
85 <div class="directionRTL grid fixedSize scrollY">
89 <div class="directionRTL grid fixedSize scrollX scrollY">