diff --git a/test/unit/resolveurl.html b/test/unit/resolveurl.html
index 53c3cb672d..0502bb4710 100644
--- a/test/unit/resolveurl.html
+++ b/test/unit/resolveurl.html
@@ -78,7 +78,7 @@
assert.equal(el.$.absolute.getAttribute('href'), '/foo.z', 'absolute urls should not be resolved');
assert.equal(el.$.protocol.getAttribute('href'), 'data:foo.z', 'urls with other protocols should not be resolved');
document.body.removeChild(el);
- }
+ };
test('Urls in styles and attributes', testStylesAndAttributes('p-r', 'sub'));