Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ var propertyInfo = [
["NodeFilter", "object"],
["NodeList", "object"],
["OverconstrainedError", "object"],
["OverflowEvent", "object"],
["ProcessingInstruction", "object"],
["ProgressEvent", "object"],
["Range", "object"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,6 @@ PASS 'function NodeList() { [native code]}' is 'function NodeList() { [nat
PASS 'function NodeList() { [native code]}' is 'function NodeList() { [native code]}'
PASS 'function OverconstrainedError() { [native code]}' is 'function OverconstrainedError() { [native code]}'
PASS 'function OverconstrainedError() { [native code]}' is 'function OverconstrainedError() { [native code]}'
PASS 'function OverflowEvent() { [native code]}' is 'function OverflowEvent() { [native code]}'
PASS 'function OverflowEvent() { [native code]}' is 'function OverflowEvent() { [native code]}'
PASS 'function ProcessingInstruction() { [native code]}' is 'function ProcessingInstruction() { [native code]}'
PASS 'function ProcessingInstruction() { [native code]}' is 'function ProcessingInstruction() { [native code]}'
PASS 'function ProgressEvent() { [native code]}' is 'function ProgressEvent() { [native code]}'
Expand Down
3 changes: 0 additions & 3 deletions LayoutTests/fast/dom/wrapper-classes-expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ PASS jsWrapperClass(document.createEvent('MouseEvent').constructor) is 'Function
PASS jsWrapperClass(document.createEvent('MutationEvent')) is 'MutationEvent'
PASS jsWrapperClass(document.createEvent('MutationEvent').__proto__) is 'MutationEvent'
PASS jsWrapperClass(document.createEvent('MutationEvent').constructor) is 'Function'
PASS jsWrapperClass(document.createEvent('OverflowEvent')) is 'OverflowEvent'
PASS jsWrapperClass(document.createEvent('OverflowEvent').__proto__) is 'OverflowEvent'
PASS jsWrapperClass(document.createEvent('OverflowEvent').constructor) is 'Function'
PASS jsWrapperClass(document.createEvent('TextEvent')) is 'TextEvent'
PASS jsWrapperClass(document.createEvent('TextEvent').__proto__) is 'TextEvent'
PASS jsWrapperClass(document.createEvent('TextEvent').constructor) is 'Function'
Expand Down
1 change: 0 additions & 1 deletion LayoutTests/fast/dom/wrapper-classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
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");
Expand Down
5 changes: 0 additions & 5 deletions LayoutTests/fast/dynamic/paused-event-dispatch-expected.txt

This file was deleted.

49 changes: 0 additions & 49 deletions LayoutTests/fast/dynamic/paused-event-dispatch.html

This file was deleted.

This file was deleted.

This file was deleted.

67 changes: 0 additions & 67 deletions LayoutTests/fast/events/change-overflow-on-overflow-change.html

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions LayoutTests/fast/events/event-creation-expected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,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('TextEvent') instanceof window.TextEvent is true
PASS document.createEvent('TextEvent') instanceof window.UIEvent is true
PASS document.createEvent('TextEvent') instanceof window.Event is true
Expand Down
5 changes: 0 additions & 5 deletions LayoutTests/fast/events/event-creation.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,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");

// TextEvent
shouldBeTrue("document.createEvent('TextEvent') instanceof window.TextEvent");
shouldBeTrue("document.createEvent('TextEvent') instanceof window.UIEvent");
Expand Down
2 changes: 0 additions & 2 deletions LayoutTests/fast/events/overflow-events-expected.txt

This file was deleted.

This file was deleted.

Loading