mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update web-platform-tests to revision 58eb04cecbbec2e18531ab440225e38944a9c444
This commit is contained in:
parent
25e8bf69e6
commit
665817d2a6
35333 changed files with 1818077 additions and 16036 deletions
|
@ -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);
|
Loading…
Add table
Add a link
Reference in a new issue