[Webkit-unassigned] [Bug 20710] WebKit should support defer and async on script elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 8 02:42:35 PDT 2008


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


webkit at blaut.biz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webkit at blaut.biz
                URL|                            |http://www.websiteoptimizati
                   |                            |on.com/speed/tweak/defer/tes
                   |                            |t/
           Severity|Normal                      |Enhancement




------- Comment #2 from webkit at blaut.biz  2008-09-08 02:42 PDT -------
Test case for "defer" atribute:

Result of the test with the latest Gecko nightly with defer support
implemented:

Inline Head
External Head
Inline Body
External Body
Inline Head Deferred
External Head Deferred
Inline Body Deferred
External Body Deferred

Actual WebKit result:

Inline Head Deferred
Inline Head
External Head Deferred
External Head
Inline Body Deferred
Inline Body
External Body Deferred
External Body


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list