13 background-color: lime;
21 if (window
.internals
) {
22 testRunner
.dumpAsTextWithPixelResults();
23 internals
.settings
.setOverlayScrollbarsEnabled(true);
24 internals
.settings
.setMockScrollbarsEnabled(true);
29 <p>You should see first
2 green boxes with overlay scrollbars.
30 The second box should have a scrollbar on the left.
31 Remaining
2 green boxes should appear without overlay scrollbars.
34 <div class=
"container"><div class=
"box"></div></div>
35 <div dir=
"rtl" class=
"container"><div class=
"box"></div></div>
37 <div class=
"container" style=
"overflow: scroll"></div>
38 <div dir=
"rtl" class=
"container" style=
"overflow: scroll"></div>