1 Test that mouse state is correctly reset after clicking on a node that captures mouse events. To run this test, first click on the embed element, then mouse over "Hover me". It should change from blue to green.
5 PASS successfullyParsed is true
8 PASS window.getComputedStyle(document.getElementById("test")).color is "rgb(0, 0, 255)"
9 PASS window.getComputedStyle(document.getElementById("test")).color is "rgb(0, 128, 0)"