Changeset 96956 in webkit


Ignore:
Timestamp:
Oct 7, 2011, 10:20:55 AM (14 years ago)
Author:
abarth@webkit.org
Message:

Add missing tests for LegacyDefaultOptionalArguments/FileAPI IDL
https://bugs.webkit.org/show_bug.cgi?id=66236

Reviewed by Darin Adler.

These APIs are all very new and everyone who's using them should be
aware that they are vendor-prefixed and subject to adjustments as the
spec evolves. Recently, we changed these APIs to more carefully check
whether required parameters are actually present. This patch adds
tests to verify that we're doing the proper checks.

  • fast/files/not-enough-arguments-expected.txt: Added.
  • fast/files/not-enough-arguments.html: Added.
  • fast/filesystem/not-enough-arguments-expected.txt: Added.
  • fast/filesystem/not-enough-arguments.html: Added.
Location:
trunk/LayoutTests
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r96952 r96956  
     12011-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
    1192011-10-07  David Barr  <davidbarr@google.com>
    220
Note: See TracChangeset for help on using the changeset viewer.