test-location-debugger-link-logpoint.html (708B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8" /> 5 <title> 6 Web Console test for opening logpoint message links in Debugger 7 </title> 8 <!-- Any copyright is dedicated to the Public Domain. 9 http://creativecommons.org/publicdomain/zero/1.0/ --> 10 <script 11 type="text/javascript" 12 src="test-location-debugger-link-logpoint-1.js" 13 ></script> 14 <script 15 type="text/javascript" 16 src="test-location-debugger-link-logpoint-2.js" 17 ></script> 18 </head> 19 <body> 20 <p>Web Console test for opening logpoint message links in Debugger.</p> 21 <button onclick="add()">Add</button> 22 <button onclick="subtract()">Subtract</button> 23 </body> 24 </html>