Title: [158932] trunk/LayoutTests
- Revision
- 158932
- Author
- [email protected]
- Date
- 2013-11-08 11:28:06 -0800 (Fri, 08 Nov 2013)
Log Message
Fix layout test that was actually testing incorrect behaviour.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (158931 => 158932)
--- trunk/LayoutTests/ChangeLog 2013-11-08 19:27:03 UTC (rev 158931)
+++ trunk/LayoutTests/ChangeLog 2013-11-08 19:28:06 UTC (rev 158932)
@@ -1,3 +1,9 @@
+2013-11-08 Oliver Hunt <[email protected]>
+
+ Fix layout test that was actually testing incorrect behaviour.
+
+ * js/regress/script-tests/basic-set.js:
+
2013-11-08 Martin Robinson <[email protected]>
[MathML] Center of stretched curly bracket not always vertically centered
Modified: trunk/LayoutTests/js/regress/script-tests/basic-set.js (158931 => 158932)
--- trunk/LayoutTests/js/regress/script-tests/basic-set.js 2013-11-08 19:27:03 UTC (rev 158931)
+++ trunk/LayoutTests/js/regress/script-tests/basic-set.js 2013-11-08 19:28:06 UTC (rev 158932)
@@ -18,7 +18,7 @@
}
set.forEach(function(k){ result += set.size; })
-if (result != 1600072002)
+if (result != 1600048001)
throw "Bad result: " + result;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes