mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 22:28:59 +02:00
17 lines
539 B
HTML
17 lines
539 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<!-- Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/publicdomain/zero/1.0/ -->
|
|
<head>
|
|
<meta charset='utf-8'/>
|
|
<title>Browser Debugger Function Search</title>
|
|
<script type="text/javascript" src="test-function-search-01.js"></script>
|
|
<script type="text/javascript" src="test-function-search-02.js"></script>
|
|
<script type="text/javascript" src="test-function-search-03.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<p>Peanut butter jelly time!</p>
|
|
</body>
|
|
|
|
</html>
|