3 ::-webkit-scrollbar { height:
15px; width:
15px; }
4 ::-webkit-scrollbar:disabled { display: none; }
7 This test verifies that layout runs correctly when custom scrollbar styles produce
8 different thickness for the enabled and disabled states, and are inherited by an iframe.
10 The test passes if it does not crash.
12 <iframe width=
800 height=
600 srcdoc=
""></iframe>
14 if (window
.testRunner
) {
15 testRunner
.dumpAsText();