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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/hover-active-quirks-expected.txt

Issue 1972713002: Multiple :hover/:active incorrectly matching in quirks mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Windows compile error Created 4 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: third_party/WebKit/LayoutTests/fast/css/hover-active-quirks-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/hover-active-quirks-expected.txt b/third_party/WebKit/LayoutTests/fast/css/hover-active-quirks-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..fac4745d194906ce837c3f786c75aed4c31ce487
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/css/hover-active-quirks-expected.txt
@@ -0,0 +1,56 @@
+Quirks mode - matching :hover and :active
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS window.eventSender is defined.
+PASS testElement(t1.firstChild, true, false) is green
+PASS testElement(t2.firstChild, true, true) is green
+PASS testElement(t3.firstChild, true, true) is green
+PASS testElement(t4.firstChild, true, false) is green
+PASS testElement(t5.firstChild, true, true) is green
+PASS testElement(t6.firstChild, true, true) is green
+PASS testElement(t7.firstChild, false, false) is green
+PASS testElement(t8.firstChild, false, false) is green
+PASS testElement(t9.firstChild, true, false) is green
+PASS testElement(t10.firstChild, true, false) is green
+PASS testElement(t11.firstChild, false, true) is green
+PASS testElement(t12.firstChild, false, true) is green
+PASS testElement(t13, true, false) is green
+PASS testElement(t14, true, false) is green
+PASS testElement(t15, true, false) is green
+PASS testElement(t16, true, false) is green
+PASS testElement(t17, true, false) is green
+PASS testElement(t18, true, false) is green
+PASS testElement(t19.firstChild, true, false) is green
+PASS testElement(t20, true, true) is green
+PASS testElement(t21, true, true) is green
+PASS testElement(t22, true, true) is green
+PASS testElement(t23, true, true) is green
+PASS testElement(t24, true, true) is green
+PASS testElement(t25, true, true) is green
+PASS testElement(t26.firstChild, true, true) is green
+PASS successfullyParsed is true
+
+TEST COMPLETE
+Should stay green when hovered and/or active:
+
+
+
+
+
+
+Should be green when not hovered:
+
+Should be green when not active:
+
+Should be green when hovered and not active:
+
+
+Should be green when active and not hovered:
+
+
+Should be green when hovered:
+
+Should be green when active:
+

Powered by Google App Engine
This is Rietveld 408576698