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

Unified Diff: LayoutTests/fast/dom/wrapper-classes.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/dom/wrapper-classes.html
diff --git a/LayoutTests/fast/dom/wrapper-classes.html b/LayoutTests/fast/dom/wrapper-classes.html
index bd951f01936fae0fb15bf40794e2ae9206af2ebb..29edcc0106c2e0d1234f924ec4f623366ad2a2c7 100644
--- a/LayoutTests/fast/dom/wrapper-classes.html
+++ b/LayoutTests/fast/dom/wrapper-classes.html
@@ -104,7 +104,6 @@ function runTest()
test("document.createEvent('KeyboardEvent')", "KeyboardEvent");
test("document.createEvent('MouseEvent')", "MouseEvent");
test("document.createEvent('MutationEvent')", "MutationEvent");
- test("document.createEvent('OverflowEvent')", "OverflowEvent");
test("document.createEvent('TextEvent')", "TextEvent");
test("document.createEvent('UIEvent')", "UIEvent");
test("document.createEvent('WheelEvent')", "WheelEvent");
« no previous file with comments | « LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt ('k') | LayoutTests/fast/dom/wrapper-classes-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698