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

Unified Diff: LayoutTests/transitions/transition-end-event-prefixed-03.html

Issue 22893051: Add support for BeforeUnloadEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix test failures Created 7 years, 4 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-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");

Powered by Google App Engine
This is Rietveld 408576698