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

Side by Side Diff: Source/web/tests/data/frame_timing_b.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: Update LayoutTests for new properties 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?100px:100px" style='width: 100p x; height: 100px; -webkit-transform: translateZ(0);'></iframe>
6 </body>
7 </html>
OLDNEW
« no previous file with comments | « Source/web/tests/data/frame_timing_3.html ('k') | Source/web/tests/data/frame_timing_inner.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698