| Index: third_party/WebKit/LayoutTests/presentation/presentation-start.html
|
| diff --git a/third_party/WebKit/LayoutTests/presentation/presentation-start.html b/third_party/WebKit/LayoutTests/presentation/presentation-start.html
|
| index f23de70e24caf6f70c6172b169b24add231d3a9e..ce6e53662f22e8572cf62b03a865db9a4cc268aa 100644
|
| --- a/third_party/WebKit/LayoutTests/presentation/presentation-start.html
|
| +++ b/third_party/WebKit/LayoutTests/presentation/presentation-start.html
|
| @@ -17,6 +17,7 @@ var testPresentationRequestStart = function(t, requestArgument, connectionUrl) {
|
| new PresentationRequest(requestArgument).start().then(
|
| t.step_func_done(connection => {
|
| assert_equals(connection.url, connectionUrl);
|
| + assert_equals(connection.state, 'connecting');
|
| }));
|
| }, button);
|
| });
|
|
|