blob: 0f7b1844dbe454328ce5b7cbf2eb4e4a747efd1c (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<style>
@import url(subdir/sheet.css);
</style>
<script>
document.styleSheets[0].cssRules[0].styleSheet
.insertRule("* { background: url(1x1-green-in-subdir.png) red; }", 0);
</script>
|