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

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

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

Powered by Google App Engine
This is Rietveld 408576698