Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / hover-after-dom-delete-child-invisible-cursor-expected.txt
blobc4f9ed6f88206eb94e67f4fb3e47ceb7059c37aa
1 Test for http://crbug.com/240722. If the mouse cursor is not visible, existing hover effects on a parent should be preserved if the child is the currently hovered element and is removed from the DOM. Press any key to delete the red div.
3 PASS successfullyParsed is true
5 TEST COMPLETE
6 Mouse is visible, moving it over the red div.
7 PASS blueText is "\"Hovered.\""
8 PASS redText is "\"Hovered.\""
9 Setting mouse cursor to be invisible.
10 PASS blueText is "\"Hovered.\""
11 PASS redText is "\"Hovered.\""
12 Deleting red div.
13 PASS blueText is "\"Hovered.\""