gecko-dev/layout/reftests/table-bordercollapse/bug1375518-ref.html
ywu c02e41a36e Bug 1375518 - Add reftest to check that border radius is painted correctly on border-collapsed table. r=mattwoodrow
--HG--
extra : rebase_source : a5b43f73149a04639ffc069a38f960e58cab681c
extra : histedit_source : 9ec685177874b21bc6cd778431642bc41ce91b69
2017-07-18 11:47:17 +08:00

18 lines
232 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Table border collapse</title>
<style>
div {
background-color: black;
height: 100px;
width: 100px;
border-radius: 50px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>