You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<meta name="assert" content="Test checks that the origin of the coordinate system specified with 'polar-origin'." />
<style type="text/css">
.container {
width: 200px;
height: 200px;
border: medium solid black;
}
.item {
position: absolute;
polar-origin: left bottom;
polar-distance: 0px;
polar-angle: 90deg;
width: 50px;
height: 50px;
background-color: red;
}
</style>
</head>
<body>
<p>Test passes if the center of a red box is positioned at the left-side bottom corner of the containing block.<br>
The element is positioned using polar coordinates and the origin of coordinates is the left-side bottom corner of the containing block's left edge.</p>