blob: 445f7fa77419857cd25c4f64dc4e8e90a596442f [file] [log] [blame]
<!DOCTYPE html>
<script src="../../resources/js-test.js"></script>
<body>
<script>
document.body.style.backgroundRepeat='repeat';
document.body.style.backgroundRepeatY='';
shouldBe(document.body.style.background, '');
</script>
</body>