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

Unified Diff: LayoutTests/fast/forms/label/hover-on-moving-mouse-checkbox-to-parent-label-expected.html

Issue 1064543002: Set hovered state of current Hovered node even if it is also common ancestor of oldHovered node and (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Incorporated review comments Created 5 years, 7 months 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/forms/label/hover-on-moving-mouse-checkbox-to-parent-label-expected.html
diff --git a/LayoutTests/fast/forms/label/hover-on-moving-mouse-checkbox-to-parent-label-expected.html b/LayoutTests/fast/forms/label/hover-on-moving-mouse-checkbox-to-parent-label-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..ae59d87cb99c5c35de952f9da7fd4297ea090663
--- /dev/null
+++ b/LayoutTests/fast/forms/label/hover-on-moving-mouse-checkbox-to-parent-label-expected.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script src="../resources/common.js"></script>
+<style>
+input[type=checkbox] {
+ box-shadow: inset 5px 5px 5px rgba(0,255,0,1.0);
+}
+</style>
+</head>
+<body>
+<label id="label"><input id="checkbox" type="checkbox" /> Test</label>
+<script>
+ hoverOverElement(document.getElementById("checkbox"));
+</script>
+</body>
+</html>
« no previous file with comments | « LayoutTests/fast/forms/label/hover-on-moving-mouse-checkbox-to-parent-label.html ('k') | Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698