WebPlatformTest / HTML5test

How well does your browser support HTML5?
https://html5test.com
MIT License
995 stars 193 forks source link

SharedWorkers test #77

Closed GreatSK closed 13 years ago

GreatSK commented 13 years ago

The HTML5 specification describes shared workers as workers which function independently from the tab they were opened from. May I suggest adding a test to the workers area which checks the !!window.SharedWorker object and here is the relevant specification: http://www.whatwg.org/specs/web-workers/current-work/#sharedworker

NielsLeenheer commented 13 years ago

Added shared worker test to beta.html5test.com