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

Unified Diff: LayoutTests/fast/dom/wrapper-classes-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
Index: LayoutTests/fast/dom/wrapper-classes-expected.txt
diff --git a/LayoutTests/fast/dom/wrapper-classes-expected.txt b/LayoutTests/fast/dom/wrapper-classes-expected.txt
index c0852d9a3d81804ebf781339535949ca643615dc..0795755a02f46aceb717bf80a6a98dcb6204a202 100644
--- a/LayoutTests/fast/dom/wrapper-classes-expected.txt
+++ b/LayoutTests/fast/dom/wrapper-classes-expected.txt
@@ -86,10 +86,6 @@ PASS classString(document.createEvent('MutationEvent')) is "MutationEvent"
FAIL classString(document.createEvent('MutationEvent').__proto__) should be MutationEventPrototype. Was Object.
PASS classString(document.createEvent('MutationEvent').constructor) is "Function"
PASS document.createEvent('MutationEvent').constructor.name is "MutationEvent"
-PASS classString(document.createEvent('OverflowEvent')) is "OverflowEvent"
-FAIL classString(document.createEvent('OverflowEvent').__proto__) should be OverflowEventPrototype. Was Object.
-PASS classString(document.createEvent('OverflowEvent').constructor) is "Function"
-PASS document.createEvent('OverflowEvent').constructor.name is "OverflowEvent"
PASS classString(document.createEvent('TextEvent')) is "TextEvent"
FAIL classString(document.createEvent('TextEvent').__proto__) should be TextEventPrototype. Was Object.
PASS classString(document.createEvent('TextEvent').constructor) is "Function"
« no previous file with comments | « LayoutTests/fast/dom/wrapper-classes.html ('k') | LayoutTests/fast/events/change-overflow-on-overflow-change.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698