blob: c4ebbcf2762ae2bb6964e0d636b1f41bb8998453 [file] [log] [blame]
<html>
<head>
<title>Test autocorreciton UI positioning in iframe</title>
</head>
<body>
<p>This test verifies that autocorrection UI is positioned correctly when the corrected word is in an iframe.</p>
<p>After typing "the manag", you should see the autocorrection UI is shown below the bounding box of the corrected word "manag".</p>
<br>
<br>
<br>
<div style="-webkit-transform: translate(100px, 100px) rotate(20deg)">
<iframe src="document-for-iframe-test.html"></iframe>
</div>
</body>
</html>