OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 | 3 |
4 <title>Test autocorreciton UI positioning in iframe</title> | 4 <title>Test autocorreciton UI positioning in iframe</title> |
5 </head> | 5 </head> |
6 <body> | 6 <body> |
7 <p>This test verifies that autocorrection UI is positioned correctly when the co
rrected word is in an iframe.</p> | 7 <p>This test verifies that autocorrection UI is positioned correctly when the co
rrected 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> | 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> | 9 <br> |
10 <br> | 10 <br> |
11 <br> | 11 <br> |
12 <div style="-webkit-transform: translate(100px, 100px) rotate(20deg)"> | 12 <div style="transform: translate(100px, 100px) rotate(20deg)"> |
13 <iframe src="document-for-iframe-test.html"></iframe> | 13 <iframe src="document-for-iframe-test.html"></iframe> |
14 </div> | 14 </div> |
15 </body> | 15 </body> |
16 </html> | 16 </html> |
OLD | NEW |