You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<meta name="assert" content="Cursor 'help' results in a cursor that indicates help information is available." />
<style type="text/css">
div
{
border: solid 2px blue;
cursor: help;
height: 200px;
width: 500px;
}
</style>
</head>
<body>
<p>Test passes if a help cursor appears when the mouse cursor is inside the blue box. (Such help cursor often resembles a question mark or a balloon.)</p>