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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 Quirks mode - matching :hover and :active
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS window.eventSender is defined.
7 PASS testElement(t1.firstChild, true, false) is green
8 PASS testElement(t2.firstChild, true, true) is green
9 PASS testElement(t3.firstChild, true, true) is green
10 PASS testElement(t4.firstChild, true, false) is green
11 PASS testElement(t5.firstChild, true, true) is green
12 PASS testElement(t6.firstChild, true, true) is green
13 PASS testElement(t7.firstChild, false, false) is green
14 PASS testElement(t8.firstChild, false, false) is green
15 PASS testElement(t9.firstChild, true, false) is green
16 PASS testElement(t10.firstChild, true, false) is green
17 PASS testElement(t11.firstChild, false, true) is green
18 PASS testElement(t12.firstChild, false, true) is green
19 PASS testElement(t13, true, false) is green
20 PASS testElement(t14, true, false) is green
21 PASS testElement(t15, true, false) is green
22 PASS testElement(t16, true, false) is green
23 PASS testElement(t17, true, false) is green
24 PASS testElement(t18, true, false) is green
25 PASS testElement(t19.firstChild, true, false) is green
26 PASS testElement(t20, true, true) is green
27 PASS testElement(t21, true, true) is green
28 PASS testElement(t22, true, true) is green
29 PASS testElement(t23, true, true) is green
30 PASS testElement(t24, true, true) is green
31 PASS testElement(t25, true, true) is green
32 PASS testElement(t26.firstChild, true, true) is green
33 PASS successfullyParsed is true
34
35 TEST COMPLETE
36 Should stay green when hovered and/or active:
37
38
39
40
41
42
43 Should be green when not hovered:
44
45 Should be green when not active:
46
47 Should be green when hovered and not active:
48
49
50 Should be green when active and not hovered:
51
52
53 Should be green when hovered:
54
55 Should be green when active:
56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698