<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> |