sourcemaps-large.html (306B)
1 <!doctype html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title>testcase for a loading error with CSS source maps</title> 6 <link rel="stylesheet" type="text/css" href="sourcemap-css/test-bootstrap-scss.css"/> 7 </head> 8 <body> 9 <div>source maps <span>testcase</span> (see Bug 1128747)</div> 10 </body> 11 </html>