mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-14 15:37:55 +00:00
16 lines
314 B
HTML
16 lines
314 B
HTML
|
<!-- Any copyright is dedicated to the Public Domain.
|
||
|
http://creativecommons.org/publicdomain/zero/1.0/ -->
|
||
|
<!doctype html>
|
||
|
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8"/>
|
||
|
<title>Debugger test page</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<iframe src="doc_inline-debugger-statement.html"></iframe>
|
||
|
</body>
|
||
|
|
||
|
</html>
|