[Webkit-unassigned] [Bug 77817] CachedResourceLoader is destroyed before CSSFontSelector is destroyed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 4 21:57:44 PST 2012


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #125509|1                           |0
        is obsolete|                            |
 Attachment #125509|                            |review?
               Flag|                            |




--- Comment #7 from Ryosuke Niwa <rniwa at webkit.org>  2012-02-04 21:57:44 PST ---
(From update of attachment 125509)
I'm sorry but turning this file into a DRT test appears to be really hard :( There appears to be some race condition in triggering this bug and it doesn't reproduce reliably in DRT. Also calling notifyDone or document.write or assigning some value to innerHTML/innerText also seem to make the test case not work :( I also tried embedding it inside an iframe and reload it several times but that doesn't seem to work either.

<script>
function check () {
 var mylink = document.getElementsByTagName('a');
 location =  mylink[0];
}
</script><style>@font-face { font-family: "A"; src: url(); }* { font-family: A;</style>
<body onload="check()"<linearGradient>A00A00A000AA0AA00AA0<a>

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