Update web-platform-tests to revision 58eb04cecbbec2e18531ab440225e38944a9c444

This commit is contained in:
Josh Matthews 2017-04-17 12:06:02 +10:00 committed by Anthony Ramine
parent 25e8bf69e6
commit 665817d2a6
35333 changed files with 1818077 additions and 16036 deletions

View file

@ -13,4 +13,13 @@
'support/presentation.html',
castUrl
];
// Both a controlling side and a receiving one must share the same Stash ID to
// transmit data from one to the other. On the other hand, due to polling mechanism
// which cleans up a stash, stashes in both controller-to-receiver direction
// and one for receiver-to-controller are necessary.
window.stashIds = {
toController: '9bf08fea-a71a-42f9-b3c4-fa19499e4d12',
toReceiver: 'f1fdfd10-b606-4748-a644-0a8e9df3bdd6'
}
})(window);