Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / reparented-iframe-cleared-contentWindow.html
blobba222dfcde5a6dbdda307a9ab275e5e52de0ea46
1 <script src='../../resources/js-test.js'></script>
2 <body>
3 <b><p>
4 <iframe></iframe>
5 <script>document.body.offsetTop; /* force iframe to attach synchronously */</script>
6 <!--
7 Force reparenting by closing <b> first. This makes the following tree:
8 +b
9 +p
11 +iframe
12 +script
13 -->
14 </b></p>
15 <script>
16 debug('PASS if test does not crash in DEBUG builds.');
17 </script>