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

Side by Side Diff: sky/engine/web/tests/data/ime-on-focus-after-frame-load-on-gesture.html

Issue 1210153009: Remove (almost all of) //sky/engine/web (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>focus() after iframe</title>
6 <style>
7 #load {
8 width: 100px;
9 height: 100px;
10 }
11 </style>
12 </head>
13 <body>
14 <div>
15 <div id="load"></div>
16 <input type="text" id="input"></input>
17 </div>
18 <iframe src="about:blank"></iframe>
19 </body>
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698