doc-html-breakpoints.html (643B)
1 <!-- This Source Code Form is subject to the terms of the Mozilla Public 2 - License, v. 2.0. If a copy of the MPL was not distributed with this 3 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 4 <html> 5 <head> 6 <script> 7 function test1() { 8 console.log("test1"); 9 } 10 </script> 11 <script src="simple2.js"></script> 12 <script src="sjs_slow-load.sjs?file=html-breakpoints-slow.js"></script> 13 <script> 14 function test3() { 15 console.log("test3"); 16 } 17 </script> 18 <script> 19 function test4() { 20 console.log("test4"); 21 } 22 </script> 23 <body> 24 </body> 25 </html>