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

Unified Diff: LayoutTests/fast/events/event-creation-expected.txt

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
« no previous file with comments | « LayoutTests/fast/events/event-creation.html ('k') | LayoutTests/fast/events/overflow-events.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/event-creation-expected.txt
diff --git a/LayoutTests/fast/events/event-creation-expected.txt b/LayoutTests/fast/events/event-creation-expected.txt
index 0827bbd5352fe3b5f4a5608dc81b00976c18f998..3fdd72239bacdb99c58f0a45c489c8a411697a36 100644
--- a/LayoutTests/fast/events/event-creation-expected.txt
+++ b/LayoutTests/fast/events/event-creation-expected.txt
@@ -66,9 +66,6 @@ PASS document.createEvent('MutationEvent').constructor === window.MutationEvent
PASS document.createEvent('MutationEvents') instanceof window.MutationEvent is true
PASS document.createEvent('MutationEvents') instanceof window.Event is true
PASS document.createEvent('MutationEvents').constructor === window.MutationEvent is true
-PASS document.createEvent('OverflowEvent') instanceof window.OverflowEvent is true
-PASS document.createEvent('OverflowEvent') instanceof window.Event is true
-PASS document.createEvent('OverflowEvent').constructor === window.OverflowEvent is true
PASS document.createEvent('PageTransitionEvent') instanceof window.PageTransitionEvent is true
PASS document.createEvent('PageTransitionEvent') instanceof window.Event is true
PASS document.createEvent('PageTransitionEvent').constructor === window.PageTransitionEvent is true
« no previous file with comments | « LayoutTests/fast/events/event-creation.html ('k') | LayoutTests/fast/events/overflow-events.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698