Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / scrollbars / custom-scrollbar-inactive-only-on-windowinactive-selector-expected.html
blob454a49f85843baca20db4a008cc81a04241d9a5d
1 <!DOCTYPE HTML>
2 <style>
3 ::-webkit-scrollbar {
4 width: 12px;
5 height: 12px;
6 background: rgba(255,0,0,0.8);
8 body {
9 width: 1000px;
10 height: 1000px;
12 div {
13 width: 100px;
14 height: 100px;
15 overflow: scroll;
17 </style>
18 <iframe src="resources/scrollable-iframe-customscrollbar-windowinactive-expected.html"></iframe>
19 <div><div></div></div>