[Webkit-unassigned] [Bug 79096] [GTK] fast/mediastream/peerconnection-argument-types.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 21 23:05:01 PST 2012


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





--- Comment #5 from Yanbin <yanbin.zhang at intel.com>  2012-02-21 23:05:00 PST ---
There is a mistake for following two test cases definition:
PASS new webkitPeerConnection({})) threw exception SyntaxError: Unexpected token ).
PASS new webkitPeerConnection(42)) threw exception SyntaxError: Unexpected token ) 
It should be 
PASS new webkitPeerConnection({}) threw exception TypeError: Not enough arguments.
PASS new  webkitPeerConnection(42) threw exception TypeError: Not enough arguments.
This patch is to fix them.

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