initial import
[vuplus_webkit] / Source / WebCore / manual-tests / autocorrection / autocorrection-in-iframe.html
1 <html>
2 <head>
3
4 <title>Test autocorreciton UI positioning in iframe</title>
5 </head>
6 <body>
7 <p>This test verifies that autocorrection UI is positioned correctly when the corrected word is in an iframe.</p>
8 <p>After typing "the manag", you should see the autocorrection UI is shown below the bounding box of the corrected word "manag".</p>
9 <br>
10 <br>
11 <br>
12 <div style="-webkit-transform: translate(100px, 100px) rotate(20deg)">
13   <iframe src="document-for-iframe-test.html"></iframe>
14 </div>
15 </body>
16 </html>