Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / scrollbars / scrollbar-scrollbarparts-repaint-crash.html
blobac8bac67b8fd9f7fe615d85b53e9d1ddd43bdf42
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 body::-webkit-scrollbar {
6 -webkit-font-feature-settings: "a bc";
8 </style>
9 <script>
10 if (window.testRunner)
11 testRunner.dumpAsText();
12 </script>
13 </head>
14 <body style="-webkit-animation: move 1249008099s 471976428s linear backwards; border-bottom: solid mintcream 214em;">
15 Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=86162">bug 86162</a>:
16 This test passes if there is no crash when scrollbar's style changes.
17 </body>
18 </html>