iFrame内にFlashアニメーションがあります。そして、それを非表示にしようとすると、IE10はそれを表示したままにし、他のコンテンツとオーバーラップさせます。
<body style="background-color: #EEE">
Testing IE10
<div id="swfDiv">
<iframe src="swf.html" width="500" height="50"></iframe>
<br />
<button onclick="document.getElementById('swfDiv').style.display='none'">Hide</button>
</div>
<div style="background-color: #DDD">
This try to hide the animation, but it is not working on IE10. <br/> It works fine in others browsers and earlier versions of IE.
</div>
</body>
2013年2月8日更新
Safari(5.1.7)でも同じ問題が見つかりました