Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / frame_timing_2.html
blobfec38f88efae528fe0c15deaec746bba5662501a
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; -webkit-transform: translateZ(0);'></iframe>
6 <iframe id="frame3" src="frame_timing_inner.html?300px:300px" style='width: 300px; height: 300px;'></iframe>
7 </body>
8 </html>