Index: LayoutTests/fast/dom/hover-after-dom-delete-expected.txt |
diff --git a/LayoutTests/fast/dom/hover-after-dom-delete-expected.txt b/LayoutTests/fast/dom/hover-after-dom-delete-expected.txt |
index 7ee8cc8a3deab08daa12388ed792248d67271f9b..575f36a00ada4bf7752a4ca9eb9cd2d7ed05b8df 100644 |
--- a/LayoutTests/fast/dom/hover-after-dom-delete-expected.txt |
+++ b/LayoutTests/fast/dom/hover-after-dom-delete-expected.txt |
@@ -1,5 +1,8 @@ |
Test for http://crbug.com/240722. If the mouse cursor is not visible, no new hover effects should be invoked when the currently hovered node is removed from the DOM. Press any key to delete the red div. |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
Adding the red and blue divs. |
PASS blueDiv.offsetTop is 200 |
PASS redDiv.offsetTop is 50 |
@@ -7,9 +10,6 @@ Mouse is visible, moving it over the red div. |
PASS redDiv.innerHTML is "Red hovered." |
PASS blueDiv.innerHTML is "" |
Mouse is visible, deleting the red div. |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
PASS blueDiv.offsetTop is 50 |
PASS blueText is "'Hovered.'" |
Adding the red and blue divs. |