blob: 894c26744ffdd401bce00ddc0084fde8cc9d81db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Transitions on :before and :after pseudo elements should run and fire DOM events
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS successfullyParsed is true
TEST COMPLETE
PASS event.propertyName is expectedEvents[currentEvent][0]
PASS event.target.id is expectedEvents[currentEvent][1]
PASS event.pseudoElement is expectedEvents[currentEvent][2]
PASS event.propertyName is expectedEvents[currentEvent][0]
PASS event.target.id is expectedEvents[currentEvent][1]
PASS event.pseudoElement is expectedEvents[currentEvent][2]
PASS successfullyParsed is true
TEST COMPLETE
|