blob: ca094686d3156619c858266687b6bad537017b7f (
plain)
1
2
3
4
5
6
7
8
|
/**
* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/
*/
// Send a message pack so the test knows that the source has loaded before
// it tries to search for the Debugger.Source.
postMessage("loaded");
|