| Index: LayoutTests/transitions/transition-end-event-prefixed-01.html
|
| diff --git a/LayoutTests/transitions/transition-end-event-prefixed-01.html b/LayoutTests/transitions/transition-end-event-prefixed-01.html
|
| index ce537b6ad41e4ecf1e01c20e9fa1ef560efa428d..ae35cbbaf536df94977d5f150b898c5199db0fad 100644
|
| --- a/LayoutTests/transitions/transition-end-event-prefixed-01.html
|
| +++ b/LayoutTests/transitions/transition-end-event-prefixed-01.html
|
| @@ -52,7 +52,6 @@
|
| shouldBe("transitionEventContainer.timeStamp", "transitionEventBox.timeStamp");
|
| shouldBe("transitionEventContainer.cancelable", "transitionEventBox.cancelable");
|
| shouldBe("transitionEventContainer.srcElement", "transitionEventBox.srcElement");
|
| - shouldBe("transitionEventContainer.returnValue", "transitionEventBox.returnValue");
|
| shouldBe("transitionEventContainer.cancelBubble", "transitionEventBox.cancelBubble");
|
| shouldBe("transitionEventContainer.defaultPrevented", "transitionEventBox.defaultPrevented");
|
| shouldBe("transitionEventContainer.target", "transitionEventBox.target");
|
|
|