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