[Webkit-unassigned] [Bug 122097] ASSERTION FAILED: !style->propertyIsImportant(propertyID) in WebCore::setTextDecorationProperty

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 16 10:36:14 PDT 2013


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





--- Comment #6 from Santosh Mahto <santosh.ma at samsung.com>  2013-10-16 10:34:59 PST ---

New test case code.

<!DOCTYPE html>
<html contenteditable>

    <body  style="text-decoration: underline !important;"><p>dasda</p>foo
    <span >santosh</span>
    <script>
   // document.designMode='on';
    document.execCommand('selectall');
    document.execCommand('RemoveFormat', false, null);
    </script>
    </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