Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / link-cursor-auto.html
blobb978b4bc812b530105bb0aff0d22ea67f7f86c28
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html lang="en">
4 <head>
5 </head>
6 <body>
7 <p><b>BUG ID:</b> <a href="rdar://problem/5551163">5551163</a> REGRESSION: Cursor does not change to arrow on "X" button in google maps, making it hard to click</p>
9 <p id="test" style="background-color:skyblue; padding:3px;"><b>STEPS TO TEST:</b>
10 Move the mouse over the link below.
11 </p>
13 <p id="success" style="background-color:palegreen; padding:3px;"><b>TEST PASS:</b>
14 The mouse pointer will change to an index finger.
15 </p>
17 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
18 The mouse pointer will change to a wristwatch.
19 </p>
21 <span style="cursor: wait;"><a href="#">This is the link</a></span>
23 </body>
24 </html>