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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-basic.html

Issue 2768983002: Fix duplicate test names in WebAudio tests (Closed)
Patch Set: Created 3 years, 9 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: third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-basic.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-basic.html b/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-basic.html
index 852d9987def4983938ad67c0d2afb6f1f982b902..88a070a27608a7a02f626aae4db5f93236dac1c0 100644
--- a/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-basic.html
+++ b/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-basic.html
@@ -46,7 +46,7 @@ function runTest()
Should("osc.setPeriodicWave(wave)", function () {
osc.setPeriodicWave(wave);
}).notThrow();
- Should("osc.type", osc.type).beEqualTo("custom");
+ Should("After setting periodicWave, osc.type", osc.type).beEqualTo("custom");
// Check that numerical values are no longer supported
var oldType = osc.type;

Powered by Google App Engine
This is Rietveld 408576698