diff --git a/test/zepto.html b/test/zepto.html index cd0289b27..bbcc5a799 100644 --- a/test/zepto.html +++ b/test/zepto.html @@ -1844,8 +1844,13 @@

Zepto DOM unit tests

$('') t.assertEqualCollection(['1','2'], multiple.val()) + // FIXME + // This is the "approved" way of de-selecting an option + // Unfortunately, this fails on Chrome 29 for Android multiple.find('option')[0].selected = false - t.assertEqualCollection(['2'], multiple.val()) + + t.assertEqualCollection(['2'], multiple.val(), + "Expected val() to reflect changes to selected options in a