[Webkit-unassigned] [Bug 121493] [CSSRegions] Percentage width for image in flowed content computed incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 17 08:25:09 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=121493





--- Comment #2 from Mihnea Ovidenie <mihnea at adobe.com>  2013-09-17 08:24:17 PST ---
(From update of attachment 211906)
><!DOCTYPE html>
><html>
>    <head>
>        <style>
>            #article { -webkit-flow-into: flow; width: 50%; height: 400px; background-color: yellow; }
>            #region { -webkit-flow-from: flow; width: 300px; height: 300px; border: 10px solid red; }
>            #region2 { -webkit-flow-from: flow; width: 600px; height: 300px; border: 10px solid green; }
>            #image { width: 100%; }
>        </style>
>    </head>
>    <body>
>        <div id="article">
>            <img id='image' src='lime.png' />
>        </div>
>        <div id="region"></div>
>        <div id="region2"></div>
>    </body>
></html>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list