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

Unified Diff: chrome/test/data/page_with_contenteditable_in_cross_site_subframe.html

Issue 2819463002: Add a browser test for checking spelling in out-of-process subframes (Closed)
Patch Set: Address dcheng's comments Created 3 years, 8 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
« no previous file with comments | « chrome/test/data/page_with_contenteditable.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/page_with_contenteditable_in_cross_site_subframe.html
diff --git a/chrome/test/data/page_with_contenteditable_in_cross_site_subframe.html b/chrome/test/data/page_with_contenteditable_in_cross_site_subframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..a34cef16094aa378cc8d1299372e2ea23e9efe59
--- /dev/null
+++ b/chrome/test/data/page_with_contenteditable_in_cross_site_subframe.html
@@ -0,0 +1,7 @@
+<html>
+<head></head>
+<body>
+This page has a cross-site subframe that contains a contenteditable div.
+<iframe id='subframe' src='/cross-site/b.com/page_with_contenteditable.html'></iframe>
+</body>
+</html>
« no previous file with comments | « chrome/test/data/page_with_contenteditable.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698