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

Unified Diff: third_party/WebKit/LayoutTests/presentation/presentation-controller-terminate-connection.html

Issue 2737413003: [Presentation API] Remove references to presentation sessions. (Closed)
Patch Set: Update presentation service mock. Created 3 years, 9 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/presentation/presentation-controller-terminate-connection.html
diff --git a/third_party/WebKit/LayoutTests/presentation/presentation-controller-terminate-connection.html b/third_party/WebKit/LayoutTests/presentation/presentation-controller-terminate-connection.html
index c6f339fc8413042f0ea8d7c6a6d09f43ad227946..c36cb37de3f87bd8d10c18cb774edcaa99057d2b 100644
--- a/third_party/WebKit/LayoutTests/presentation/presentation-controller-terminate-connection.html
+++ b/third_party/WebKit/LayoutTests/presentation/presentation-controller-terminate-connection.html
@@ -9,7 +9,7 @@
<script>
async_test(t => {
- presentationServiceMock.then(mockService => {
+ presentationServiceMock.then(mockService => {
var button = document.querySelector('button');
imcheng 2017/03/13 21:17:55 const?
// This is receiving the user gesture and runs the callback.
waitForClick(() => {

Powered by Google App Engine
This is Rietveld 408576698