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

Unified Diff: LayoutTests/imported/web-platform-tests/shadow-dom/testcommon.js

Issue 1236713002: Import FileAPI tests from web-platform-tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months 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/shadow-dom/testcommon.js
diff --git a/LayoutTests/imported/web-platform-tests/shadow-dom/testcommon.js b/LayoutTests/imported/web-platform-tests/shadow-dom/testcommon.js
index 4d01f57cd4ce7e6d83c7eddb4369a72364bc2924..397160e4d13f4f3228271fe7cbd1e73945db848e 100644
--- a/LayoutTests/imported/web-platform-tests/shadow-dom/testcommon.js
+++ b/LayoutTests/imported/web-platform-tests/shadow-dom/testcommon.js
@@ -180,8 +180,6 @@ function unit(f) {
var ctx = newContext();
try {
f(ctx);
- } catch(e) {
- console.log(e.getMessage());
} finally {
cleanContext(ctx);
}

Powered by Google App Engine
This is Rietveld 408576698