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

Side by Side 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: Fix threading error 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 unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <head></head>
3 <body>
4 This page has a contenteditable div.
5 <div contenteditable>
6 zz.
7 </div>
8 <script>
9 document.querySelector('div').focus();
alexmos 2017/04/13 22:39:10 Just curious, is the spellcheck IPC triggered by t
Xiaocheng 2017/04/13 23:17:19 Yes, setting focus in contenteditable triggers spe
10 </script>
11 </body>
12 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698