| Index: LayoutTests/transitions/transition-end-event-prefixed-03.html
|
| diff --git a/LayoutTests/transitions/transition-end-event-prefixed-03.html b/LayoutTests/transitions/transition-end-event-prefixed-03.html
|
| index 146b0fd533bdc5aa3e49b6077303d16ea574b523..77c9734656c49f70517981af068b69b5d3f3b153 100644
|
| --- a/LayoutTests/transitions/transition-end-event-prefixed-03.html
|
| +++ b/LayoutTests/transitions/transition-end-event-prefixed-03.html
|
| @@ -53,7 +53,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");
|
|
|