WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
[patch]
patch
argument-types.patch (text/plain), 3.11 KB, created by
Yanbin
on 2012-02-21 22:29:45 PST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Yanbin
Created:
2012-02-21 22:29:45 PST
Size:
3.11 KB
patch
obsolete
>Index: LayoutTests/ChangeLog >=================================================================== >--- LayoutTests/ChangeLog (revision 108446) >+++ LayoutTests/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2012-02-22 Yanbin Zhang <yanbin.zhang@intel.com> >+ >+ [GTK] fast/mediastream/peerconnection-argument-types.html fails >+ https://bugs.webkit.org/show_bug.cgi?id=79096 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * fast/mediastream/peerconnection-argument-types-expected.txt: >+ * fast/mediastream/script-tests/argument-types.js: >+ > 2012-02-21 Max Vujovic <mvujovic@adobe.com> > > getCTM() on SVG root element with borders, paddings, and viewbox returns incorrect values >Index: LayoutTests/fast/mediastream/peerconnection-argument-types-expected.txt >=================================================================== >--- LayoutTests/fast/mediastream/peerconnection-argument-types-expected.txt (revision 108446) >+++ LayoutTests/fast/mediastream/peerconnection-argument-types-expected.txt (working copy) >@@ -23,8 +23,8 @@ PASS new webkitPeerConnection("STUN NONE > PASS new webkitPeerConnection("STUNS NONE") threw exception TypeError: Not enough arguments. > PASS new webkitPeerConnection("undefined") threw exception TypeError: Not enough arguments. > PASS new webkitPeerConnection("null") threw exception TypeError: Not enough arguments. >-PASS new webkitPeerConnection({})) threw exception SyntaxError: Unexpected token ). >-PASS new webkitPeerConnection(42)) threw exception SyntaxError: Unexpected token ). >+PASS new webkitPeerConnection({}) threw exception TypeError: Not enough arguments. >+PASS new webkitPeerConnection(42) threw exception TypeError: Not enough arguments. > PASS new webkitPeerConnection(Infinity) threw exception TypeError: Not enough arguments. > PASS new webkitPeerConnection(-Infinity) threw exception TypeError: Not enough arguments. > PASS new webkitPeerConnection(emptyFunction) threw exception TypeError: Not enough arguments. >Index: LayoutTests/fast/mediastream/script-tests/argument-types.js >=================================================================== >--- LayoutTests/fast/mediastream/script-tests/argument-types.js (revision 108446) >+++ LayoutTests/fast/mediastream/script-tests/argument-types.js (working copy) >@@ -55,8 +55,8 @@ test('new webkitPeerConnection("STUN NON > test('new webkitPeerConnection("STUNS NONE")', true, 'TypeError: Not enough arguments'); > test('new webkitPeerConnection("undefined")', true, 'TypeError: Not enough arguments'); > test('new webkitPeerConnection("null")', true, 'TypeError: Not enough arguments'); >-test('new webkitPeerConnection({}))', true, 'SyntaxError: Unexpected token )'); >-test('new webkitPeerConnection(42))', true, 'SyntaxError: Unexpected token )'); >+test('new webkitPeerConnection({})', true, 'TypeError: Not enough arguments'); >+test('new webkitPeerConnection(42)', true, 'TypeError: Not enough arguments'); > test('new webkitPeerConnection(Infinity)', true, 'TypeError: Not enough arguments'); > test('new webkitPeerConnection(-Infinity)', true, 'TypeError: Not enough arguments'); > test('new webkitPeerConnection(emptyFunction)', true, 'TypeError: Not enough arguments');
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 79096
: 128131