RESOLVED INVALID 114839
[CSS Shaders] Assert when using "-webkit-filter: custom(url(data:text/plain;base64,))"
https://bugs.webkit.org/show_bug.cgi?id=114839
Summary [CSS Shaders] Assert when using "-webkit-filter: custom(url(data:text/plain;b...
Alexandru Chiculita
Reported 2013-04-18 17:32:41 PDT
If you load a NULL shader using base64 the implementation will ASSERT when it creates the compiled programs. -webkit-filter: custom(url(data:text/plain;base64,)) Source/WebCore/platform/graphics/filters/CustomFilterProgramInfo.cpp(75) : WebCore::CustomFilterProgramInfo::CustomFilterProgramInfo(const WTF::String&, const WTF::String&, WebCore::CustomFilterProgramType, const WebCore::CustomFilterProgramMixSettings&, WebCore::CustomFilterMeshType)
Attachments
Note You need to log in before you can comment on or make changes to this bug.