Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / frame_timing_3.html
blobb41a89699122abdca5cb2045229934244f50d1e0
1 <!doctype html>
2 <html>
3 <body style='margin:0px; display: flex;'>
4 <iframe id="frame1" src="frame_timing_inner.html?100px:100px" style='width: 100px; height: 100px;'></iframe>
5 <iframe id="frame2" src="frame_timing_b.html" style='width: 300px; height: 300px; -webkit-transform: translateZ(0);'></iframe>
6 <iframe id="frame3" src="frame_timing_inner.html?200px:200px" style='width: 200px; height: 200px;'></iframe>
7 </body>
8 </html>