Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector-protocol / resources / test-page-with-debugger-statement.html
blobc27569feb8ed781134aac72f7444af15c02b6657
1 <!doctype html>
2 <html>
3 <head>
4 <!-- The test can catch this with the inspector protocol to simulate a slow loading page. -->
5 <script>debugger;</script>
6 </head>
7 <body>
8 </body>
9 </html>