Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / hover-pseudo-element-quirks-expected.txt
blobf04c3c79d0444c0de02a560f8c66b666e1b9023c
1 Quirks mode - universal :hover on pseudo elements
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS window.eventSender is defined.
7 PASS getComputedStyle(t1, '::before').backgroundColor is transparent
8 PASS getComputedStyle(t1, '::before').backgroundColor is green
9 PASS getComputedStyle(t2, '::after').backgroundColor is transparent
10 PASS getComputedStyle(t2, '::after').backgroundColor is green
11 PASS successfullyParsed is true
13 TEST COMPLETE