Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / sandboxed-iframe-attribute-parsing-05.html
blob294de33cfa6e5b2f37add35419f55096cae8ad44
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src='resources/sandboxed-iframe-attribute-test.js'></script>
5 </head>
6 <body>
7 <p>Mixed case</p>
8 <iframe sandbox="AlLoW-sCrIpTs allow-same-origin"
9 src="resources/sandboxed-iframe-attribute-parsing-allowed.html">
10 </iframe>
12 </body>
13 </html>