[Webkit-unassigned] [Bug 61872] New: SVG buildfontface modifies style selector in middle of style recalc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 1 10:55:29 PDT 2011


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

           Summary: SVG buildfontface modifies style selector in middle of
                    style recalc
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: inferno at chromium.org
                CC: koivisto at iki.fi, zimmermann at kde.org, krit at webkit.org


Testcase::
<svg>
<g id="R">
<font>
<font-face/>
</font>
<svg>
<u A
<div>
<svg>
<use xlink:href="#R">
<dd/>
A
<script>
  document.designMode="on";
  for(var i=0;i<1000;i++){ 
    document.execCommand("selectall");
    document.execCommand("bold",false,null);
    document.execCommand("insertHtml",false,"A");
  }
</script>

Hits assert ASSERT(m_pushedStyleSelector == m_parent->document()->styleSelector());

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