| <!DOCTYPE html> |
| <html> |
| <head> |
| <style> |
| .box { |
| position: absolute; |
| top: 0px; |
| left:0px; |
| background-color: green; |
| width: 200px; |
| height: 100px; |
| } |
| </style> |
| </head> |
| <body> |
| |
| <div class="box"></div> |
| |
| <p style="margin-top: 120px;">The content should wrap between the two polygon shapes, it should fit in the content box, so you should see only a green rectangle. |
| You shouldn't see any red.</p> |
| <p><a href='http://webkit.org/b/128696'>Bug 128696</a>: [CSS Shapes] Add test for adjusted lineTop position between left and right shape-outside floats</p> |
| |
| </body> |
| </html> |