Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / resources / success-notify-parent.html
blobef0cc81a941c5cf9fdaef52759158dc112d3b2d8
1 <html>
2 <body>
3 SUCCESS
4 <script>
5 parent.childDone();
6 </script>
7 </body>
8 </html>