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

Unified Diff: chrome/test/data/subresource_filter/frame_set.html

Issue 2581043003: Add page-level aggregation of SubresourceFilter time metrics. (Closed)
Patch Set: Rebase. Make tests work with and without PersistentHistograms. Created 4 years 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/subresource_filter/frame_set.html
diff --git a/chrome/test/data/subresource_filter/frame_set.html b/chrome/test/data/subresource_filter/frame_set.html
index 0fa699eba98b1a698cee4e4ac12e33d7dd599f2e..803b11fbd746f62c75d0d92ab435ea6d4c3585c9 100644
--- a/chrome/test/data/subresource_filter/frame_set.html
+++ b/chrome/test/data/subresource_filter/frame_set.html
@@ -13,7 +13,9 @@
</head>
<body>
<iframe name="one" src="frame_with_included_script.html"></iframe>
- <iframe name="two" src="frame_with_included_script.html"></iframe>
- <iframe name="three" src="frame_with_delayed_script.html"></iframe>
+ <iframe name="two" src="frame_with_allowed_script.html"></iframe>
+ <iframe name="three" src="frame_with_included_script.html"></iframe>
+ <iframe name="four" src="frame_with_no_subresources.html"></iframe>
+ <iframe name="five" src="frame_with_delayed_script.html"></iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698