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

Unified Diff: LayoutTests/fast/events/event-creation.html

Issue 604753003: Removing #ifdefs for WEB_AUDIO compile time flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | Source/build/features.gypi » ('j') | Source/build/features.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
« no previous file with comments | « no previous file | Source/build/features.gypi » ('j') | Source/build/features.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698