blob: bdb8473172d7ff8a7c5b87e7a1b865c05fa2d908 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#region {
width: 150px;
height: 150px;
position: absolute;
top: 150px;
left: 150px;
border: 5px solid black;
background-color: green;
}
</style>
</head>
<body>
<p>Test that moving the cursor over the content of an iframe that is displayed in region correctly aplies the hover style for the content.</p>
<p>To manually test, move the cursor over the red square.</p>
<p>On success, you should see a green rectangle with black border and no red.</p>
<div id="region"></div>
</body>
</html>