[Webkit-unassigned] [Bug 40779] [Chromium] Perf regression following landing of HTML5 parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 18 10:46:37 PDT 2010


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





--- Comment #15 from Tony Gentilcore <tonyg at chromium.org>  2010-06-18 10:46:37 PST ---
I'd like to create a subsequent patch with a LayoutTest for this. The case is something like:

<script src="slow-script-to-pause-parser-long-enough-for-preload-scanner.js"></script>
<noscript>
    <img src="existent-image.png" onload="failTest()">
</noscript>

However, the PreloadScanner (correctly) doesn't trigger onload for the image. So I need another way to determine if the image was fetched (not loaded). Is that possible in a LayoutTest? Any suggestions?

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