blob: 091f71a5838244483e9c5f059ab8e7067a569b0a [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="resources/document-for-iframe-test.html"></iframe>
</div>
</body>
</html>