blob: 11007a8c686a49e918a9805e73f2557c2f3eec25 [file] [log] [blame]
<!DOCTYPE html>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<link rel="stylesheet" href="./resources/green.css"></link>
<link rel="stylesheet" href="./resources/red.not-css"></link>
<body>
<div></div>
<script>
test(_ => {
assert_equals(getComputedStyle(document.querySelector('div')).backgroundColor, "rgb(0, 128, 0)", 'green.css should be applied');
}, "`red.not-css` should not load");
</script>
</body>