Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / ime-on-focus-after-frame-load-on-gesture.html
blob1deb1341346c63c61afcdff6d3e6138388cd9cf5
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;
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>