Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / hover-after-clicking-embed-expected.txt
blob6cdc248f2296036333628186e16d8a72ce61c5a6
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. 
3 Hover me
5 PASS successfullyParsed is true
7 TEST COMPLETE
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)"