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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/onstatechange.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/OfflineAudioContext/onstatechange.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/onstatechange.html b/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/onstatechange.html
index e7c4d0b46f6ff38aa6008399bb61e840b6716a10..56781a3d2dea7dfd1c2e29d1ec76346bb017df53 100644
--- a/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/onstatechange.html
+++ b/third_party/WebKit/LayoutTests/webaudio/OfflineAudioContext/onstatechange.html
@@ -41,7 +41,7 @@
// Final check that we got the right number of state changes and the correct final state.
should(stateChangeCount, "stateChangeCount")
.beEqualTo(2);
- should(context.state, "context.state")
+ should(context.state, "After rendering context.state")
.beEqualTo("closed");
}

Powered by Google App Engine
This is Rietveld 408576698