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

Unified Diff: LayoutTests/fast/events/event-creation.html

Issue 959643002: Remove the overflowchanged event with a runtime flag (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests Created 5 years, 10 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/fast/events/event-creation.html
diff --git a/LayoutTests/fast/events/event-creation.html b/LayoutTests/fast/events/event-creation.html
index 657a548026ebd78156d7e1c29042eca7725513b1..4a8c377f30f8961c92ea9eaa7dd823feca4c0c84 100644
--- a/LayoutTests/fast/events/event-creation.html
+++ b/LayoutTests/fast/events/event-creation.html
@@ -98,11 +98,6 @@
shouldBeTrue("document.createEvent('MutationEvents') instanceof window.Event");
shouldBeTrue("document.createEvent('MutationEvents').constructor === window.MutationEvent");
- // OverflowEvent
- shouldBeTrue("document.createEvent('OverflowEvent') instanceof window.OverflowEvent");
- shouldBeTrue("document.createEvent('OverflowEvent') instanceof window.Event");
- shouldBeTrue("document.createEvent('OverflowEvent').constructor === window.OverflowEvent");
-
// PageTransitionEvent
shouldBeTrue("document.createEvent('PageTransitionEvent') instanceof window.PageTransitionEvent");
shouldBeTrue("document.createEvent('PageTransitionEvent') instanceof window.Event");

Powered by Google App Engine
This is Rietveld 408576698