Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(485)

Side by Side Diff: LayoutTests/fast/shapes/shape-outside-floats/shape-overflow-hidden-expected.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. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <html>
3 <head>
4 <style>
5 .logo {
6 width: 6em;
7 height: 6em;
8 background-color: gray;
9 float: left;
10 }
11 p { overflow: hidden; }
12 </style>
13 </head>
14 <body>
15 <div class="logo"></div>
16 <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>
17 </body>
18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698