blob: 05f7442892f46ce684a475c93ec4cfbc16a22f52 [file] [log] [blame] [edit]
<!DOCTYPE html>
<meta name="fuzzy" content="maxDifference=0-37; totalPixels=0-170"/>
<style>
table {
width: 300px;
height: 50px;
background: green;
border: 10px solid;
border-radius: 20px;
}
</style>
<p>You should see four green boxes with rounded corners.</p>
blue border
<table style="border-color:blue"></table>
dark green border
<table style="border-color:rgba(0,0,0,0.5)"></table>
no border
<table style="border-color:transparent"></table>
no border
<table style="border-color:rgba(0,0,0,0.5);border-collapse:collapse"></table>