Title: [153338] trunk/LayoutTests
- Revision
- 153338
- Author
- [email protected]
- Date
- 2013-07-25 12:05:37 -0700 (Thu, 25 Jul 2013)
Log Message
[CSS Shapes] Fix typo in simple-polygon.js
https://bugs.webkit.org/show_bug.cgi?id=119096
Reviewed by Dirk Schulze.
A function name typo was preventing tests and expectations using simple-polygon.js
from generating correct output.
* fast/shapes/resources/simple-polygon.js:
(polygonXIntercepts): Correctly camel-case function name.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (153337 => 153338)
--- trunk/LayoutTests/ChangeLog 2013-07-25 18:20:50 UTC (rev 153337)
+++ trunk/LayoutTests/ChangeLog 2013-07-25 19:05:37 UTC (rev 153338)
@@ -1,3 +1,16 @@
+2013-07-25 Bear Travis <[email protected]>
+
+ [CSS Shapes] Fix typo in simple-polygon.js
+ https://bugs.webkit.org/show_bug.cgi?id=119096
+
+ Reviewed by Dirk Schulze.
+
+ A function name typo was preventing tests and expectations using simple-polygon.js
+ from generating correct output.
+
+ * fast/shapes/resources/simple-polygon.js:
+ (polygonXIntercepts): Correctly camel-case function name.
+
2013-07-25 Bem Jones-Bey <[email protected]>
[CSS Shapes] New positioning model: support for circle and ellipse shape-outside
Modified: trunk/LayoutTests/fast/shapes/resources/simple-polygon.js (153337 => 153338)
--- trunk/LayoutTests/fast/shapes/resources/simple-polygon.js 2013-07-25 18:20:50 UTC (rev 153337)
+++ trunk/LayoutTests/fast/shapes/resources/simple-polygon.js 2013-07-25 19:05:37 UTC (rev 153338)
@@ -89,7 +89,7 @@
if (!foundXIntercept)
return [];
- return [SubPixelLayout.snapToLayoutUnit(interceptsMinX), SubPixelLayout.snapTolayoutUnit(interceptsMaxX)];
+ return [SubPixelLayout.snapToLayoutUnit(interceptsMinX), SubPixelLayout.snapToLayoutUnit(interceptsMaxX)];
}
function polygonLineIntercepts(polygon, y, lineHeight) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes