Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / repaint / resources / fixed-iframe.html
1 <!DOCTYPE html>
2 <iframe
3    style="position: fixed; top: 10px; left: 10px; width: 150px; height: 150px"
4    src="fixed-iframe-content.html">
5 </iframe>