Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / replaced / vertical-writing-mode-max-logical-width-replaced.html
blob493822fb618ea47aab93a92831b0d19e8707281e
1 <!DOCTYPE html>
2 <head>
3 <script src="../../resources/check-layout.js"></script>
4 <style>
5 div {
6 line-height: 0px;
9 img {
10 padding-left: 100px;
11 background-color: blue;
13 </style>
14 </head>
15 <body onload="checkLayout('img')">
16 <p>This test checks that we add the right padding on a replaced element in vertical-writing mode.</p>
17 <div style="-webkit-writing-mode: vertical-lr;"><img src="resources/square-blue-100x100.png" data-expected-height="100" data-expected-width="200"></img></div>
18 </body>