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

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

Issue 2859393002: Report page load timing information for child frames. (Closed)
Patch Set: add browsertests 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
(Empty)
1 <html>
2 <style>
3 iframe.seamless {
4 border: 0px none transparent;
5 overflow: hidden;
6 }
7 </style>
8 <body>
9 <iframe src="/cross-site/b.com/title1.html" class="seamless"></iframe>
10 </body>
11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698