Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / hover-after-drag-expected.txt
blob5afbd970274cd67e7b6b70c6076b2f823b514810
1 Test that mouse state is correctly reset after a drag. To run this test, use a mouse to drag the link "Drag me" around. It should change from blue to red while being dragged, and red to green once the drag ends by releasing the mouse button.
3 Drag me
4 PASS successfullyParsed is true
6 TEST COMPLETE
7 PASS window.getComputedStyle(document.getElementById("drag")).color is "rgb(0, 0, 255)"
8 PASS window.getComputedStyle(document.getElementById("drag")).color is "rgb(255, 0, 0)"
9 PASS window.getComputedStyle(document.getElementById("drag")).color is "rgb(255, 0, 0)"
10 PASS window.getComputedStyle(document.getElementById("drag")).color is "rgb(0, 128, 0)"