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

Side by Side Diff: chrome/test/data/page_load_metrics/empty_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 <head>
3 <style>
4 iframe.seamless {
5 border: 0px none transparent;
6 overflow: hidden;
7 }
8 </style>
9 </head>
10 <body>
11 <iframe src="/cross-site/b.com/empty.html" class="seamless"></iframe>
12 </body>
13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698