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

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

Issue 2872793002: Notify paint for each frame (Closed)
Patch Set: remove one comment 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/empty_iframe.html
diff --git a/chrome/test/data/page_load_metrics/empty_iframe.html b/chrome/test/data/page_load_metrics/empty_iframe.html
index 0aab569d1c11e092066113c882c50901fa73e59d..9cb9a97bdf126f089204680d048bae00cb7e3254 100644
--- a/chrome/test/data/page_load_metrics/empty_iframe.html
+++ b/chrome/test/data/page_load_metrics/empty_iframe.html
@@ -1,7 +1,6 @@
<html>
<link rel="stylesheet" href="seamless-iframe.css">
<body>
- <!-- TODO(crbug/705315): remove '/cross-site/b.com' when fixed. -->
- <iframe src="/cross-site/b.com/empty.html" class="seamless"></iframe>
+ <iframe src="/empty.html" class="seamless"></iframe>
</body>
</html>
« no previous file with comments | « chrome/browser/page_load_metrics/page_load_metrics_browsertest.cc ('k') | chrome/test/data/page_load_metrics/iframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698