Index: LayoutTests/imported/web-platform-tests/custom-elements/testcommon.js |
diff --git a/LayoutTests/imported/web-platform-tests/custom-elements/testcommon.js b/LayoutTests/imported/web-platform-tests/custom-elements/testcommon.js |
index f1a4682f0d9a2c0431782d59ccf4dec602c04b0d..5cddbe8bc723381a1c2de775e4ad0bbfba9de8a9 100644 |
--- a/LayoutTests/imported/web-platform-tests/custom-elements/testcommon.js |
+++ b/LayoutTests/imported/web-platform-tests/custom-elements/testcommon.js |
@@ -159,7 +159,6 @@ CharRangesArray.prototype.testEach = function(namingFunction, checkFunction) { |
var rangeEnd = getCharCode(this.array[i+1]); |
for (var c = rangeStart; c <= rangeEnd; c++) { |
checkFunction(namingFunction(c)); |
- testCharCode(c, namingFunction, checkFunction); |
} |
} |
} |