Re: [presentation-api-tests] Basic Use Case tests for the Presentation API (#3062)

@mariuswsl  in the Presentation API F2F Meeting we discussed also the way how we create Presentation URLs that are compatible with Google Cast Receivers and other Receiving UAs. We need to replace in all tests `'https://google.com/cast#__castAppId__=CC1AD845/__castClientId__=' + client_id;` with `'http://w3c-test.org/presentation-api/receiving-ua/idlharness.html#__castAppId__=2334D33A/__castClientId__=' + client_id;`. the Cast Id for `http://w3c-test.org/presentation-api/receiving-ua/idlharness.html` is in this case `2334D33A`. This will work for now in Chrome canary https://www.google.com/chrome/browser/canary.html. Other Implementations like crosswalk from Intel will still work with this solution and the hash parameters will be ignored. 

View on GitHub: https://github.com/w3c/web-platform-tests/pull/3062#issuecomment-221554593

Received on Wednesday, 25 May 2016 12:11:05 UTC