Bug 22369 - Add a test for (function).arguments
Summary: Add a test for (function).arguments
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pam Greene (IRC:pamg)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-19 16:53 PST by Pam Greene (IRC:pamg)
Modified: 2008-11-20 15:31 PST (History)
1 user (show)

See Also:


Attachments
New test + result (1.70 KB, patch)
2008-11-19 16:55 PST, Pam Greene (IRC:pamg)
no flags Details | Formatted Diff | Diff
Add test cases to fast/js/function-dot-arguments.html instead (2.28 KB, patch)
2008-11-19 17:43 PST, Pam Greene (IRC:pamg)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pam Greene (IRC:pamg) 2008-11-19 16:53:50 PST
Add a test to make sure that a function's arguments can be accessed via the .arguments property.
Comment 1 Pam Greene (IRC:pamg) 2008-11-19 16:55:54 PST
Created attachment 25290 [details]
New test + result
Comment 2 Cameron Zwarich (cpst) 2008-11-19 17:07:33 PST
Comment on attachment 25290 [details]
New test + result

Clearing the review flag, because Pam is going to add this test as an extra case in fast/js/function-dot-arguments.
Comment 3 Pam Greene (IRC:pamg) 2008-11-19 17:43:29 PST
Created attachment 25295 [details]
Add test cases to fast/js/function-dot-arguments.html instead
Comment 4 Darin Adler 2008-11-19 17:46:13 PST
Comment on attachment 25295 [details]
Add test cases to fast/js/function-dot-arguments.html instead

r=me
Comment 5 Pam Greene (IRC:pamg) 2008-11-20 15:31:19 PST
Landed in r38637.