Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / storage / indexeddb / cursor-advance-workers.html
blob2fe873694926560675851df99ac1057562e092c6
1 <html>
2 <head>
3 <script src="../../resources/js-test.js"></script>
4 <script src="resources/shared.js"></script>
5 </head>
6 <body>
7 <script>worker = startWorker('resources/cursor-advance.js');</script>
8 </body>
9 </html>