mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
9 lines
269 B
HTML
9 lines
269 B
HTML
![]() |
<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>
|