html_stylesheet-cache.html (371B)
1 <html> 2 <head> 3 <!-- 4 Loading the same file multiple times within the same document should not 5 generate multiple fetch, and there should be only one request shown in the 6 network monitor. 7 --> 8 <link rel="stylesheet" href="test-stylesheet.css"> 9 <link rel="stylesheet" href="test-stylesheet.css"> 10 <link rel="stylesheet" href="test-stylesheet.css"> 11 </head> 12 </html>