html_script-cache.html (376B)
1 <html> 2 <head> 3 <!-- 4 Loading the same file multiple times within the same document should 5 generate multiple fetch, even when the script cache is used, and there 6 should be 3 requests shown in the network monitor. 7 --> 8 <script src="sjs_test-script.sjs"></script> 9 <script src="sjs_test-script.sjs"></script> 10 <script src="sjs_test-script.sjs"></script> 11 </head> 12 </html>