blob: 35851ab0767d028f87986f62dd3e9ad4cc2528dd [file] [log] [blame]
<!DOCTYPE html>
<!--- Verify that we correctly handle zero computed tile size with background-repeat: space. -->
<html>
<head>
<style>
* { padding-bottom: 0.25px;
background: radial-gradient(59em circle at bottom 45px right 61%, rgb(238, 72, 15), rgb(9, 47, 198));
}
.space { background-repeat: space; }
</style>
</head>
<div class="space"></div>
</html>