Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: LayoutTests/fast/dom/hover-after-dom-delete-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698