summaryrefslogtreecommitdiffstats
path: root/dom/media/test/test_seek-10.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/test/test_seek-10.html')
-rw-r--r--dom/media/test/test_seek-10.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/media/test/test_seek-10.html b/dom/media/test/test_seek-10.html
index 6c02384ed4..63bb47f52a 100644
--- a/dom/media/test/test_seek-10.html
+++ b/dom/media/test/test_seek-10.html
@@ -31,7 +31,7 @@ function startTest() {
v.currentTime = v.duration * 0.9;
}
-function done(evt) {
+function done() {
ok(true, "We don't acutally test anything...");
finish();
}