summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/repaint/resources/fixed-iframe.html
blob: c44991c1475ee1eb5aeac7c774ea56d1c07c7ff3 (plain)
1
2
3
4
5
<!DOCTYPE html>
<iframe
   style="position: fixed; top: 10px; left: 10px; width: 150px; height: 150px"
   src="fixed-iframe-content.html">
</iframe>