| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
| "http://www.w3.org/TR/html4/loose.dtd"> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| <title>Transform Center with Borders</title> |
| <style type="text/css" media="screen"> |
| outline: 5px solid black; |
| border-right: 100px solid gray; |
| -webkit-transform: rotate(90deg); |
| <p>Tests that origin of rotation is the center of the border box, with and without box-sizing</p> |
| <div class="box">box-sizing: auto</div> |
| <div class="box border-box">box-sizing: auto</div> |