Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / resources / sandboxed-iframe-attribute-parsing-allowed.html
blob67ff97ce00c2f74bc5ce8dcb3402a12890995374
1 <html>
2 <script>
4 top.allowedCallFromSandbox();
6 </script>
7 <body onload="document.getElementById('f').submit();">
8 <form id='f' action="javascript:top.disallowedFormSubmitted();">
9 <input name="x" value="y" type="checkbox" checked="yes" />
10 </form>
11 </body>
12 </html>