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

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

Issue 2892803002: Fix layout tests to prevent errors from layout-test-tidy (Closed)
Patch Set: Created 3 years, 7 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-ended.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-ended.html b/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-ended.html
index 72ab789dadfc1b1bdfde7900196943af2cd66198..506eeb0d9a5697915a40751fb55b11b0b65344f6 100644
--- a/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-ended.html
+++ b/third_party/WebKit/LayoutTests/webaudio/Oscillator/oscillator-ended.html
@@ -26,7 +26,7 @@
should(true, "osc.onended was called")
.beTrue();
task.done();
- }
+ };
osc.start(0);
osc.stop(0.1);
context.startRendering();

Powered by Google App Engine
This is Rietveld 408576698