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

Side by Side Diff: LayoutTests/transitions/transition-end-event-prefixed-03-expected.txt

Issue 15179010: Regression: Event#stopPropagation() does not halt bubbling for webkitTransitionEnd (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: correct upload Created 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Test to make sure that if prefixed transition events are modified we correctly m odify unprefixed events.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
9 PASS transitionEventContainer.type is transitionEventBox.type
10 PASS transitionEventContainer.bubbles is transitionEventBox.bubbles
11 PASS transitionEventContainer.timeStamp is transitionEventBox.timeStamp
12 PASS transitionEventContainer.cancelable is transitionEventBox.cancelable
13 PASS transitionEventContainer.srcElement is transitionEventBox.srcElement
14 PASS transitionEventContainer.returnValue is transitionEventBox.returnValue
15 PASS transitionEventContainer.cancelBubble is transitionEventBox.cancelBubble
16 PASS transitionEventContainer.defaultPrevented is transitionEventBox.defaultPrev ented
17 PASS transitionEventContainer.target is transitionEventBox.target
18 PASS transitionEventContainer.currentTarget is testContainer
19 PASS transitionEventContainer.pseudoElement is transitionEventBox.pseudoElement
20 PASS transitionEventContainer.elapsedTime is transitionEventBox.elapsedTime
21 PASS transitionEventContainer.propertyName is transitionEventBox.propertyName
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698