Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-left-margin-vertical.html

Issue 839843004: [CSS Shapes] Properly shrink boxes to avoid shape-outside (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add vertical rl tests Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <head>
4 <style>
5 body {
6 -webkit-writing-mode: vertical-rl;
7 }
8 .logo {
9 width: 6em;
10 height: 6em;
11 background-color: gray;
12 float: left;
13 shape-outside: inset(0px 1em 0px 0px);
14 }
15 p { overflow: hidden; margin-top: 3em; }
16 </style>
17 </head>
18 <body>
19 <div class="logo"></div>
20 <p>This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph s hould be next to the grey box. This paragraph should be next to the grey box. Th is paragraph should be next to the grey box. This paragraph should be next to th e grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This pa ragraph should be next to the grey box. This paragraph should be next to the gre y box. This paragraph should be next to the grey box. This paragraph should be n ext to the grey box. This paragraph should be next to the grey box. This paragra ph should be next to the grey box. This paragraph should be next to the grey box . This paragraph should be next to the grey box. This paragraph should be next t o the grey box. This paragraph should be next to the grey box. This paragraph sh ould be next to the grey box. This paragraph should be next to the grey box. Thi s paragraph should be next to the grey box. This paragraph should be next to the grey box.</p>
21 </body>
22 </html>
OLDNEW

Powered by Google App Engine