Bug 86714

Summary: [Worker] Web Worker lacks test to check the name attribute of SharedWorker
Product: WebKit Reporter: Li Yin <li.yin>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: haraken, levin, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Li Yin
Reported 2012-05-17 00:35:50 PDT
Spec: http://www.w3.org/TR/2012/CR-workers-20120501/#sharedworkerglobalscope The name attribute must return the value it was assigned when the SharedWorkerGlobalScope object was created. So we should have a test to check it, there is a test "fast/worker/shared-worker-name.html" already, but it doesn't cover this. I will improve the test to do that.
Attachments
Patch (3.40 KB, patch)
2012-05-17 00:42 PDT, Li Yin
no flags
Li Yin
Comment 1 2012-05-17 00:42:11 PDT
Kentaro Hara
Comment 2 2012-05-17 00:52:08 PDT
Comment on attachment 142432 [details] Patch Thanks for improving the test coverage!
WebKit Review Bot
Comment 3 2012-05-17 01:05:55 PDT
Comment on attachment 142432 [details] Patch Clearing flags on attachment: 142432 Committed r117411: <http://trac.webkit.org/changeset/117411>
WebKit Review Bot
Comment 4 2012-05-17 01:05:59 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.