[Webkit-unassigned] [Bug 24718] Assertion in toRenderBox with rotated text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 18 22:41:40 PST 2014


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





--- Comment #5 from Deepak Mittal <deepak.m1 at samsung.com>  2014-02-18 22:38:51 PST ---
I have checked the behavior using :

<!DOCTYPE html>
<html>
    <body>
        <div style="width:0px; height:0px; -webkit-transform:rotate(30deg); transform:rotate(30deg);background-color:red;">
            <span style="font-size:50px; background-color:blue;">Hello</span>
        </div>
    </body>
</html>

and 

<!DOCTYPE html>
<html>
    <body>
        <div style="-webkit-transform:rotate(30deg); transform:rotate(30deg);background-color:red;">
            <span style="font-size:50px; background-color:blue;">Hello</span>
        </div>
    </body>
</html>

behavior is same in chrome,latest webkitcode and FF, and crash is not happening anymore . So we can close this issue

-- 
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