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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/page_load_metrics/iframe.html
diff --git a/chrome/test/data/page_load_metrics/iframe.html b/chrome/test/data/page_load_metrics/iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..a4e8eeafff4d83873b5b961eba1ed0d90c0e21b1
--- /dev/null
+++ b/chrome/test/data/page_load_metrics/iframe.html
@@ -0,0 +1,11 @@
+<html>
+ <style>
+ iframe.seamless {
+ border: 0px none transparent;
+ overflow: hidden;
+ }
+ </style>
+ <body>
+ <iframe src="/cross-site/b.com/title1.html" class="seamless"></iframe>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698