aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/web-animations/testcommon.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/web-platform-tests/web-animations/testcommon.js')
-rw-r--r--tests/wpt/web-platform-tests/web-animations/testcommon.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/web-animations/testcommon.js b/tests/wpt/web-platform-tests/web-animations/testcommon.js
index 5a704bb4dc8..d9876c30f54 100644
--- a/tests/wpt/web-platform-tests/web-animations/testcommon.js
+++ b/tests/wpt/web-platform-tests/web-animations/testcommon.js
@@ -34,7 +34,7 @@ function newAnimation(animationTarget) {
}
// creates div element, appends it to the document body and
-// add removing of the created element to test cleanup
+// removes the created element during test cleanup
function createDiv(test, doc) {
if (!doc) {
doc = document;