Changeset 96956 in webkit
- Timestamp:
- Oct 7, 2011, 10:20:55 AM (14 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r96952 r96956 1 2011-10-07 Adam Barth <abarth@webkit.org> 2 3 Add missing tests for LegacyDefaultOptionalArguments/FileAPI IDL 4 https://bugs.webkit.org/show_bug.cgi?id=66236 5 6 Reviewed by Darin Adler. 7 8 These APIs are all very new and everyone who's using them should be 9 aware that they are vendor-prefixed and subject to adjustments as the 10 spec evolves. Recently, we changed these APIs to more carefully check 11 whether required parameters are actually present. This patch adds 12 tests to verify that we're doing the proper checks. 13 14 * fast/files/not-enough-arguments-expected.txt: Added. 15 * fast/files/not-enough-arguments.html: Added. 16 * fast/filesystem/not-enough-arguments-expected.txt: Added. 17 * fast/filesystem/not-enough-arguments.html: Added. 18 1 19 2011-10-07 David Barr <davidbarr@google.com> 2 20
Note:
See TracChangeset
for help on using the changeset viewer.