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

Unified Diff: LayoutTests/transitions/transition-end-event-prefixed-01.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-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");
« no previous file with comments | « LayoutTests/jquery/event-expected.txt ('k') | LayoutTests/transitions/transition-end-event-prefixed-01-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698