blob: e4416ff5513fbe6ab53a3aae76cb09fbb5525484 [file] [log] [blame]
krit@webkit.org49391c02012-09-05 17:48:19 +00001<!DOCTYPE html>
2<html lang="en">
3<head>
4<style>
5div {
6 width: 200px;
7 height: 200px;
8 background-color: green;
9 border: 20px solid black;
krit@webkit.orgebff68c2014-02-19 20:15:18 +000010 /* Even on missing reference box and overflowing context chose border-box. */
bjonesbe@adobe.comfa49c822013-12-03 00:10:21 +000011 -webkit-clip-path: circle(50% at 50% 50%);
krit@webkit.org49391c02012-09-05 17:48:19 +000012}
13</style>
14</head>
15<body>
16<div><div>
17</body>
bjonesbe@adobe.comfa49c822013-12-03 00:10:21 +000018</html>