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.
4 PASS successfullyParsed is true
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)"