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

Unified Diff: chrome/test/data/page_load_metrics/main_frame_with_iframe.html

Issue 2859393002: Report page load timing information for child frames. (Closed)
Patch Set: rebase 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/page_load_metrics/main_frame_with_iframe.html
diff --git a/chrome/test/data/page_load_metrics/main_frame_with_iframe.html b/chrome/test/data/page_load_metrics/main_frame_with_iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..e1af917e1be77a47df5a301579bf708bfed3edbe
--- /dev/null
+++ b/chrome/test/data/page_load_metrics/main_frame_with_iframe.html
@@ -0,0 +1,8 @@
+<html>
+ <link rel="stylesheet" href="seamless-iframe.css">
+ <body>
+ Here is some paintable content in the main frame.
+ <!-- TODO(crbug/705315): remove '/cross-site/b.com' when fixed. -->
+ <iframe src="/cross-site/b.com/title1.html" class="seamless"></iframe>
+ </body>
+</html>
« no previous file with comments | « chrome/test/data/page_load_metrics/iframes.html ('k') | chrome/test/data/page_load_metrics/seamless-iframe.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698