Title: [126592] trunk/LayoutTests
- Revision
- 126592
- Author
- [email protected]
- Date
- 2012-08-24 09:42:22 -0700 (Fri, 24 Aug 2012)
Log Message
[EFL] fast/dom/navigator-vibration.html is failing after r126562
https://bugs.webkit.org/show_bug.cgi?id=94939
Patch by Sudarsana Nagineni <[email protected]> on 2012-08-24
Reviewed by Kentaro Hara.
Update expected results for fast/dom/navigator-vibration.html now that
NotEnoughArguments is thrown instead of TypeError if the actual argument
count is less than the least mandatory argument count.
* fast/dom/navigator-vibration-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (126591 => 126592)
--- trunk/LayoutTests/ChangeLog 2012-08-24 16:39:43 UTC (rev 126591)
+++ trunk/LayoutTests/ChangeLog 2012-08-24 16:42:22 UTC (rev 126592)
@@ -1,3 +1,16 @@
+2012-08-24 Sudarsana Nagineni <[email protected]>
+
+ [EFL] fast/dom/navigator-vibration.html is failing after r126562
+ https://bugs.webkit.org/show_bug.cgi?id=94939
+
+ Reviewed by Kentaro Hara.
+
+ Update expected results for fast/dom/navigator-vibration.html now that
+ NotEnoughArguments is thrown instead of TypeError if the actual argument
+ count is less than the least mandatory argument count.
+
+ * fast/dom/navigator-vibration-expected.txt:
+
2012-08-24 Julien Chaffraix <[email protected]>
Crash in RenderTableCell::borderTop() due to custom scrollbars after r124168
Modified: trunk/LayoutTests/fast/dom/navigator-vibration-expected.txt (126591 => 126592)
--- trunk/LayoutTests/fast/dom/navigator-vibration-expected.txt 2012-08-24 16:39:43 UTC (rev 126591)
+++ trunk/LayoutTests/fast/dom/navigator-vibration-expected.txt 2012-08-24 16:42:22 UTC (rev 126592)
@@ -8,7 +8,7 @@
PASS navigator.vibrate(1000); is undefined
PASS navigator.vibrate([1000, 300, 500]); is undefined
PASS navigator.vibrate(4294967295); is undefined
-PASS navigator.vibrate(); threw exception TypeError: Type error.
+PASS navigator.vibrate(); threw exception TypeError: Not enough arguments.
PASS successfullyParsed is true
TEST COMPLETE
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes