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

Unified Diff: chrome/test/data/page_with_contenteditable.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
Index: chrome/test/data/page_with_contenteditable.html
diff --git a/chrome/test/data/page_with_contenteditable.html b/chrome/test/data/page_with_contenteditable.html
new file mode 100644
index 0000000000000000000000000000000000000000..f799ccb36d778c707b3e147a5270c2c285b6a271
--- /dev/null
+++ b/chrome/test/data/page_with_contenteditable.html
@@ -0,0 +1,12 @@
+<html>
+<head></head>
+<body>
+This page has a contenteditable div.
+<div contenteditable>
+zz.
+</div>
+<script>
+document.querySelector('div').focus();
+</script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698