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

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

Issue 2525303002: Don't duplicate the Subresource Filter prompt after it was shown already. (Closed)
Patch Set: . Created 4 years, 1 month 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 d41017bb7c7183f959865bb7865827e1ce554982..a7f3ea4d82b2a3c4c16f48472e9531d3093de9e3 100644
--- a/chrome/test/data/subresource_filter/frame_set.html
+++ b/chrome/test/data/subresource_filter/frame_set.html
@@ -2,5 +2,6 @@
<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>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698