summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/assets/csscoverage/multiple.html
blob: 0fd97e962a5a10bf823d36164a98d8f3b73603e7 (plain)
1
2
3
4
5
6
7
8
<link rel="stylesheet" href="stylesheet1.css">
<link rel="stylesheet" href="stylesheet2.css">
<script>
window.addEventListener('DOMContentLoaded', () => {
  // Force stylesheets to load.
  console.log(window.getComputedStyle(document.body).color);
}, false);
</script>