Title: [96839] trunk/LayoutTests/ChangeLog
Revision
96839
Author
[email protected]
Date
2011-10-06 11:55:23 -0700 (Thu, 06 Oct 2011)

Log Message

Add missing tests for LegacyDefaultOptionalArguments for setCustomValidity
https://bugs.webkit.org/show_bug.cgi?id=69532

Reviewed by Andreas Kling.

These APIs are relatively new and it's unlikely that many folks will
call them without their argument.  Making the parameters required
aligns WebKit more closely with the specifications for this API at
minimal compatibility cost.

* fast/dom/set-custom-validity-with-too-few-arguments-expected.txt: Added.
* fast/dom/set-custom-validity-with-too-few-arguments.html: Added.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (96838 => 96839)


--- trunk/LayoutTests/ChangeLog	2011-10-06 18:33:18 UTC (rev 96838)
+++ trunk/LayoutTests/ChangeLog	2011-10-06 18:55:23 UTC (rev 96839)
@@ -1,3 +1,18 @@
+2011-10-06  Adam Barth  <[email protected]>
+
+        Add missing tests for LegacyDefaultOptionalArguments for setCustomValidity
+        https://bugs.webkit.org/show_bug.cgi?id=69532
+
+        Reviewed by Andreas Kling.
+
+        These APIs are relatively new and it's unlikely that many folks will
+        call them without their argument.  Making the parameters required
+        aligns WebKit more closely with the specifications for this API at
+        minimal compatibility cost.
+
+        * fast/dom/set-custom-validity-with-too-few-arguments-expected.txt: Added.
+        * fast/dom/set-custom-validity-with-too-few-arguments.html: Added.
+
 2011-10-06  Dirk Schulze  <[email protected]>
 
         Unreviewed: irst chunk of new SVG baseline for lion.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to