[Webkit-unassigned] [Bug 260377] New: Async Script Execution Order should be fixed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 17 21:55:21 PDT 2023


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

            Bug ID: 260377
           Summary: Async Script Execution Order should be fixed
           Product: WebKit
           Version: Safari 17
          Hardware: Unspecified
               URL: https://wpt.fyi/results/html/semantics/scripting-1/the
                    -script-element/defer-script/async-script-2.html
                OS: Unspecified
            Status: NEW
          Keywords: BrowserCompat, WPTImpact
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: karlcow at apple.com
                CC: webkit-bug-importer at group.apple.com

See the result of 
https://wpt.fyi/results/html/semantics/scripting-1/the-script-element/defer-script/async-script-2.html
http://wpt.live/html/semantics/scripting-1/the-script-element/defer-script/async-script-2.html


Firefox, Chrome
Expected: ["Inline1", "Sync1", "Async1", "Sync2", "EndOfBody", "DOMContentLoaded"] 
Actual:   ["Inline1", "Sync1", "Async1", "Sync2", "EndOfBody", "DOMContentLoaded"]


Safari:
Expected: ["Inline1", "Sync1", "Async1", "Sync2", "EndOfBody", "DOMContentLoaded"] 
Actual:   ["Inline1", "Sync1", "Sync2", "EndOfBody", "DOMContentLoaded", "Async1"]

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230818/55084118/attachment.htm>


More information about the webkit-unassigned mailing list