diff --git a/tests/html/core-overlay-scroll.html b/tests/html/core-overlay-scroll.html
index e9ff40a..711bc84 100644
--- a/tests/html/core-overlay-scroll.html
+++ b/tests/html/core-overlay-scroll.html
@@ -111,7 +111,7 @@
function(next) {
sectioned.style.top = sectioned.style.right = '';
sectioned.style.left = '300px';
- sectioned.style.bottom = '200px'
+ sectioned.style.bottom = '200px';
testWhenOpen(sectioned, function() {
var rect = sectioned.getBoundingClientRect();
chai.assert.ok(0 < rect.top + 10, 'overlay constrained to window size');