Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / scrollbar-crash.html
blobda3c2daa081b884e9aada8bb226fe965d395ae61
1 <style>
2 :horizontal {}
3 :vertical {}
4 :double-button {}
5 :single-button {}
6 :no-button {}
7 :corner-present {}
8 :increment {}
9 :decrement {}
10 :start {}
11 :end {}
12 </style>
14 <script>
15 if (window.testRunner)
16 testRunner.dumpAsText();
17 </script>
18 <p>When scrollbar related pseudo types are specified, ASSERT should not be triggered.</p>
19 <p>PASS unless crash.</p>