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

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

Issue 2872793002: Notify paint for each frame (Closed)
Patch Set: Update PageLoadMetrics tests 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/iframes.html
diff --git a/chrome/test/data/page_load_metrics/iframes.html b/chrome/test/data/page_load_metrics/iframes.html
index 1fde042af2c53cc3f071936b448e52604047c8f0..d98094228d56edb3f7754f3d981e99d45578ce65 100644
--- a/chrome/test/data/page_load_metrics/iframes.html
+++ b/chrome/test/data/page_load_metrics/iframes.html
@@ -2,7 +2,7 @@
<link rel="stylesheet" href="seamless-iframe.css">
<body>
<!-- TODO(crbug/705315): remove '/cross-site/?.com' when fixed. -->
Bryan McQuade 2017/05/15 17:22:55 can remove this line
Zhen Wang 2017/05/15 17:27:13 Done.
- <iframe src="/cross-site/b.com/title1.html" class="seamless"></iframe>
- <iframe src="/cross-site/c.com/title1.html" class="seamless"></iframe>
+ <iframe src="/title1.html" class="seamless"></iframe>
+ <iframe src="/title1.html" class="seamless"></iframe>
</body>
</html>
« no previous file with comments | « chrome/test/data/page_load_metrics/iframe.html ('k') | chrome/test/data/page_load_metrics/main_frame_with_iframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698