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

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 PresentationServiceDelegateImpl unittest 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..5ed4479a55c61cce1dfbea86539848e84f5ae117 100644
--- a/third_party/WebKit/LayoutTests/presentation/presentation-controller-terminate-connection.html
+++ b/third_party/WebKit/LayoutTests/presentation/presentation-controller-terminate-connection.html
@@ -9,8 +9,8 @@
<script>
async_test(t => {
- presentationServiceMock.then(mockService => {
- var button = document.querySelector('button');
+ presentationServiceMock.then(mockService => {
+ const button = document.querySelector('button');
// This is receiving the user gesture and runs the callback.
waitForClick(() => {
new PresentationRequest('https://example.com').start().then(

Powered by Google App Engine
This is Rietveld 408576698