Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: LayoutTests/imported/web-platform-tests/custom-elements/testcommon.js

Issue 727883002: update-w3c-deps import using blink 7f8c8ee3e30dc15b7b821c627fc7ac32331d2253: (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}
}
}

Powered by Google App Engine
This is Rietveld 408576698