Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / frame_timing_1.html
blob96f6a7447674e3b50f7c32bc00673418c9f24df7
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_inner.html?200px:200px" style='width: 200px; height: 200px;'></iframe>
6 <iframe id="frame3" src="frame_timing_inner.html?300px:300px" style='width: 300px; height: 300px;'></iframe>
7 </body>
8 </html>