mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
18 lines
310 B
HTML
18 lines
310 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8'/>
|
|
<script type="text/javascript" src="test-location-changes-bp.js"></script>
|
|
<script type="text/javascript">
|
|
function runDebuggerStatement() {
|
|
debugger;
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
|
|
<button type="button" onclick="myFunction()">Run</button>
|
|
|
|
</body>
|
|
</html>
|