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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/budget/interfaces-in-service-worker.html

Issue 2600733002: Convert budget LayoutTests to use promise_test. (Closed)
Patch Set: Changed then scoping and removed unnecessary rejection. Created 3 years, 11 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: third_party/WebKit/LayoutTests/http/tests/budget/interfaces-in-service-worker.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/budget/interfaces-in-service-worker.html b/third_party/WebKit/LayoutTests/http/tests/budget/interfaces-in-service-worker.html
index 329c3684cf13169e85a11c9f0b249389ea12a1d8..6814dee728db5179233c441122e22356008921a6 100644
--- a/third_party/WebKit/LayoutTests/http/tests/budget/interfaces-in-service-worker.html
+++ b/third_party/WebKit/LayoutTests/http/tests/budget/interfaces-in-service-worker.html
@@ -30,7 +30,6 @@
return sendCommand(port, { command: 'checkInterfaces' });
})
- .catch(unreached_rejection(test));
}, 'Budget interfaces should be available in a Service Worker');
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698