4 <script src=
"../../../resources/check-layout.js"></script>
5 <style type=
"text/css">
10 ::-webkit-scrollbar-thumb
{
12 background-color: #CCCCCC;
13 -webkit-box-shadow: 0 0 1px rgba
(255,255,255,.5);
19 background-color: red
;
34 Tests that element.clientWidth of visible element with scrollbars returns proper values
35 <div id=
"scrollDiv" data-expected-client-width=
"190"><p id=
"scrollChild"></p></div>
36 <p id=
"test-output"></p>
38 <script type=
"text/javascript">
39 window
.checkLayout("div", document
.getElementById("test-output"));