Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / misc / resources / form-post-success.html
blob5fe47a2f1f4fc4c132b9fe85cc1dc18913bfdc54
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <script>
5 top.postMessage("Success!", "*");
6 </script>
7 </body>
8 </html>