Chromium Code Reviews| 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..f67469bc164fc665af40d238b945422abc25e707 100644 |
| --- a/LayoutTests/fast/events/event-creation.html |
| +++ b/LayoutTests/fast/events/event-creation.html |
| @@ -194,13 +194,11 @@ |
| // The following are here for completeness, but won't until there is more widespread support for them. |
| - // #if ENABLE(WEB_AUDIO) |
| // AudioProcessingEvent |
| // shouldBeTrue("document.createEvent('AudioProcessingEvent') instanceof window.AudioProcessingEvent"); |
|
Mike West
2014/09/25 13:40:04
You should be able to uncomment these tests, corre
|
| // shouldBeTrue("document.createEvent('AudioProcessingEvent') instanceof window.Event"); |
| // shouldBeTrue("document.createEvent('AudioProcessingEvent').constructor === window.AudioProcessingEvent"); |
| - // #if ENABLE(WEB_AUDIO) |
| // OfflineAudioCompletionEvent |
| // shouldBeTrue("document.createEvent('OfflineAudioCompletionEvent') instanceof window.OfflineAudioCompletionEvent"); |
| // shouldBeTrue("document.createEvent('OfflineAudioCompletionEvent') instanceof window.Event"); |