diff --git a/test/unit/custom-style-scope-cache.html b/test/unit/custom-style-scope-cache.html index ecd3ef98b5..24b69839d5 100644 --- a/test/unit/custom-style-scope-cache.html +++ b/test/unit/custom-style-scope-cache.html @@ -50,7 +50,7 @@ test('elements created declaratively conditionally styled via custom style receive correct properties', function() { var t1 = document.querySelector('#cache1'); - var t2 = document.querySelector('#cache2');; + var t2 = document.querySelector('#cache2'); assertComputed(t1, '8px'); assertComputed(t2, '4px'); });