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

Unified Diff: LayoutTests/transitions/transition-end-event-prefixed-01-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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/transitions/transition-end-event-prefixed-01-expected.txt
diff --git a/LayoutTests/transitions/transition-end-event-prefixed-01-expected.txt b/LayoutTests/transitions/transition-end-event-prefixed-01-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..992de620146c7712b1161d2c8f17ec8974f014c9
--- /dev/null
+++ b/LayoutTests/transitions/transition-end-event-prefixed-01-expected.txt
@@ -0,0 +1,22 @@
+Test to make sure that if prefixed transition events are modified we correctly modify unprefixed events.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+PASS transitionEventContainer.type is transitionEventBox.type
+PASS transitionEventContainer.bubbles is transitionEventBox.bubbles
+PASS transitionEventContainer.timeStamp is transitionEventBox.timeStamp
+PASS transitionEventContainer.cancelable is transitionEventBox.cancelable
+PASS transitionEventContainer.srcElement is transitionEventBox.srcElement
+PASS transitionEventContainer.returnValue is transitionEventBox.returnValue
+PASS transitionEventContainer.cancelBubble is transitionEventBox.cancelBubble
+PASS transitionEventContainer.defaultPrevented is transitionEventBox.defaultPrevented
+PASS transitionEventContainer.target is transitionEventBox.target
+PASS transitionEventContainer.currentTarget is testContainer
+PASS transitionEventContainer.pseudoElement is transitionEventBox.pseudoElement
+PASS transitionEventContainer.elapsedTime is transitionEventBox.elapsedTime
+PASS transitionEventContainer.propertyName is transitionEventBox.propertyName
+

Powered by Google App Engine
This is Rietveld 408576698