[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 21:47:21 PDT 2012


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





--- Comment #7 from Kinuko Yasuda <kinuko at chromium.org>  2012-06-03 21:47:19 PST ---
> Fixing the blob-constructor.html crash is only the first step to remove it from chromium test_expectations.txt.
> There are some gaps with JS binding.
> 1. shouldThrow("new Blob([], {endings:throwingObj})", "'Error'");
> 2. shouldThrow("new Blob([], {endings:throwingObj1, type:throwingObj2})", "'Error 1'");
> 3. shouldThrow("new Blob([], {type:throwingObj2, endings:throwingObj1})", "'Error 1'");
> 4. shouldBe("window.Blob.length", "2");
> 
> It seems that Dictionary willn't throw exception.
> Both of tryCatchEndings.HasCaught() and tryCatchType.HasCaught() return 0.

Thanks for digging this, I'd like to take a look at the binding part...

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