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

Unified Diff: chrome/test/data/extensions/api_test/webnavigation/userAction/a.html

Issue 2385363002: Pass the RenderProcessHost id on retargeting. (Closed)
Patch Set: Created 4 years, 2 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/extensions/api_test/webnavigation/userAction/a.html
diff --git a/chrome/test/data/extensions/api_test/webnavigation/userAction/a.html b/chrome/test/data/extensions/api_test/webnavigation/userAction/a.html
index c1962f5429b7e4eef23ab24460ecf6c2d2fbb6b6..4b90eda8b769baed369959c391efd7226e651f33 100644
--- a/chrome/test/data/extensions/api_test/webnavigation/userAction/a.html
+++ b/chrome/test/data/extensions/api_test/webnavigation/userAction/a.html
@@ -1 +1,9 @@
-<html><body><a href="b.html">link</a></body></html>
+<html>
+<body>
+<a href="b.html">link</a>
+<br>
+<iframe id='subframe'></iframe>
+
+<script src="a.js"></script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698