haikuwebkit/LayoutTests/fast/gradients/css3-color-stop-invalid-exp...

15 lines
249 B
HTML

<!DOCTYPE html>
<style>
.box {
display: inline-block;
height: 100px;
width: 300px;
margin: 10px;
border: 1px solid black;
background-repeat: no-repeat;
}
</style>
<h2>This should be an empty box</h2>
<div class="box"></div>