Index: LayoutTests/fast/scroll-behavior/resources/scroll-behavior-test.js |
diff --git a/LayoutTests/fast/scroll-behavior/resources/scroll-behavior-test.js b/LayoutTests/fast/scroll-behavior/resources/scroll-behavior-test.js |
index 2649ddec0da575fac640c0ee17b1fbefe30a665b..f72f7ab3aa468f775f0eb8abb779f19075465c21 100644 |
--- a/LayoutTests/fast/scroll-behavior/resources/scroll-behavior-test.js |
+++ b/LayoutTests/fast/scroll-behavior/resources/scroll-behavior-test.js |
@@ -47,7 +47,6 @@ ScrollBehaviorTest.prototype.startNextTestCase = function() { |
this.allTestCasesComplete(); |
return; |
} |
- |
var testCase = this.testCases[this.currentTestCase]; |
var isSmoothTest = (testCase.js == "smooth" || (testCase.css == "smooth" && testCase.js != "instant")); |