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

Unified Diff: third_party/WebKit/LayoutTests/presentation/presentation-start.html

Issue 2691773002: [Presentation API] Remove state transition from PresentationConnection::take() (Closed)
Patch Set: update layout test to check initial state of presentation connection Created 3 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
});
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698