[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:52:38 PDT 2012


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





--- Comment #6 from Li Yin <li.yin at intel.com>  2012-06-03 19:52:36 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.

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