1
0
Fork 0
firefox/devtools/client/debugger/test/mochitest/examples/doc-gc-sources.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

26 lines
477 B
HTML

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<!-- Note: This file contains \r\n newlines, so be careful to preserve them when editing. -->
<div>
Here
is
some
stuff
so
that
the
source's
start
line
is
not
one
</div>
<ScRiPt type="text/javascript">
// No breakpoint here.
console.log("Hello World");
</sCrIpT>
<script src="collected-bundle.js"></script>
<script src="collected-bundle2.js"></script>
<script src="trigger-gc.js"></script>
</html>