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

Side by Side Diff: Source/web/tests/data/frame_timing_2.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
« no previous file with comments | « Source/web/tests/data/frame_timing_1.html ('k') | Source/web/tests/data/frame_timing_3.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; -webkit-transform: translateZ(0);'></iframe>
6 <iframe id="frame3" src="frame_timing_inner.html?300px:300px" style='width: 300p x; height: 300px;'></iframe>
7 </body>
8 </html>
OLDNEW
« no previous file with comments | « Source/web/tests/data/frame_timing_1.html ('k') | Source/web/tests/data/frame_timing_3.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698