Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / open-with-rendering-option-enabled.html
blob74f8c55f2059588c3ede0550344a6a2ee0d337fc
1 <html>
2 <head>
3 <script src="../http/tests/inspector/inspector-test.js"></script>
4 <script>
6 function test()
8 InspectorTest.dumpLoadedModules();
9 InspectorTest.completeTest();
12 </script>
13 </head>
15 <body onload="runTest()">
16 <p>This test checks load with rendering options turned on by default.</p>
17 </body>
18 </html>