Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Side by Side Diff: Source/web/tests/data/frame_timing_1.html

Issue 908453003: Blink changes to record interest rects for http://w3c.github.io/frame-timing/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review comments Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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: 100p x; height: 100px;'></iframe>
5 <iframe id="frame2" src="frame_timing_inner.html?200px:200px" style='width: 200p x; height: 200px;'></iframe>
6 <iframe id="frame3" src="frame_timing_inner.html?300px:300px" style='width: 300p x; height: 300px;'></iframe>
7 </body>
8 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698