blob: 183c34038bf3f83b82e3520f10cf356abd1275e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<!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>
|