Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / scrollbars / custom-scrollbar-inactive-pseudo-expected.html
blob0e711484e064ef43f65e1c1edcca5ca5c25e90c2
1 <!DOCTYPE HTML>
2 <style>
3 ::-webkit-scrollbar {
4 width: 12px;
6 ::-webkit-scrollbar-track {
7 box-shadow: inset 0 0 6px red;
9 </style>
10 <body style="overflow: scroll;"></body>