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

Side by Side Diff: chrome/test/data/page_load_metrics/main_frame_with_iframe.html

Issue 2872793002: Notify paint for each frame (Closed)
Patch Set: remove one comment Created 3 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
1 <html> 1 <html>
2 <link rel="stylesheet" href="seamless-iframe.css"> 2 <link rel="stylesheet" href="seamless-iframe.css">
3 <body> 3 <body>
4 Here is some paintable content in the main frame. 4 Here is some paintable content in the main frame.
5 <!-- TODO(crbug/705315): remove '/cross-site/b.com' when fixed. --> 5 <iframe src="/title1.html" class="seamless"></iframe>
6 <iframe src="/cross-site/b.com/title1.html" class="seamless"></iframe>
7 </body> 6 </body>
8 </html> 7 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/page_load_metrics/iframes.html ('k') | third_party/WebKit/Source/core/frame/FrameView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698