[Webkit-unassigned] [Bug 85174] Chromium tests: "Add support for the Blob constructor" [r115582] regressed blob layout tests
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jun 3 19:42:22 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=85174
--- Comment #5 from Li Yin <li.yin at intel.com> 2012-06-03 19:42:21 PST ---
In the fast/files/script-tests/blob-constructor.js
var throwingObj = { toString: function() { throw "Error"; } };
shouldThrow("new Blob([throwingObj])", "'Error'");
results in chromium DumpRenderTree crash.
--
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