mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
9 lines
328 B
HTML
9 lines
328 B
HTML
<!-- Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/publicdomain/zero/1.0/ -->
|
|
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>Debugger Break on Last Line of Script on Reload Test Page</title>
|
|
</head>
|
|
<script src="code_breakpoints-break-on-last-line-of-script-on-reload.js"></script>
|