[Webkit-unassigned] [Bug 70597] Embed element fails to play ShockWaveFlash content when type attribute is not specified..

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 21 17:34:41 PST 2011


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





--- Comment #7 from Andy Estes <aestes at apple.com>  2011-12-21 17:34:41 PST ---
I think the behavior we'll see here depends on what WebKit port you test in. Testing on the Mac, I see that we don't match %2Em4v to the .m4v extension registered by QuickTime. That sounds like a URL sanitization bug on our part. But since we don't match the extension, we go down the subframe loading path and end up loading a plugin document in the subframe.

Chrome 15 appears to correctly sanitize the URL and it loads the QuickTime plug-in. On systems that don't have QuickTime installed, I'm not surprised that a missing plug-in indicator is shown.

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