| <title>Hidden overflow and regions - Expected - https://webkit.org/b/119546</title> |
| -webkit-writing-mode: vertical-lr; |
| -webkit-font-smoothing: none; |
| padding: 25px 10px 20px 15px; |
| border: double 10px Gray; |
| border-width: 0px; padding: 0px; margin: 0px; |
| background-color: DarkGray; |
| <div class="region" style="width: 60px"> |
| <div class="innerDivToShowPadding"> |
| <div class="content" style="margin-before: 2px;"> |
| <span style="position:relative;top:-30px;right:22px;">1AAAAAAAAAAAAAAAAAAAAA</span><br/> <!-- this is too wide, it will be clipped --> |
| <div class="region" style="width: 70px"> |
| <div class="innerDivToShowPadding"> |
| <span style="position:relative;top:40px;">top:40px</span> <!-- it will be clipped to the right --> |
| <span style="position:relative;top:-50px;">4CCCCC</span> <!-- it will be clipped to the left --> |
| <div class="region" style="width: auto"> |
| <div class="innerDivToShowPadding"> |
| 6DDDDDD <!-- this is too wide, it will be clipped --> |
| <span style="position:relative;right:-16px;top:-50px;">7DDDDD</span> <!-- it will be clipped down and to the left --> |