Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / shapes / shape-outside-floats / shape-outside-rounded-inset-expected.html
blob4f12cefd747bea6329c693dffe9c1cb94cfa3cb3
1 <html>
2 <head>
3 <style>
4 .shape-outside {
5 position: absolute;
6 top: 0px;
7 left: 0px;
8 width: 200px;
9 height: 200px;
10 background-color: green;
12 </style>
13 </script>
14 </head>
15 <body>
17 <div class='shape-outside'></div>
19 <p style="margin-top: 210px;">The content should wrap around the rounded inset. If the rounded inset is processed correctly, then
20 the red rectangle should be wrapped around the rounded edge, thus you should see only a green rectangle.</p>
21 <p><a href="https://code.google.com/p/chromium/issues/detail?id=341584">Issue 341584</a>: [CSS Shapes] Rounded Insets Let Content Overlap Shape</p>
22 </body>
23 </html>