Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Unified Diff: LayoutTests/fast/shapes/resources/simple-polygon.js

Issue 53583005: Fix typo in simple-polygon.js LayoutTest helper (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/shapes/resources/simple-polygon.js
diff --git a/LayoutTests/fast/shapes/resources/simple-polygon.js b/LayoutTests/fast/shapes/resources/simple-polygon.js
index 1b69e075d8061954fe7445ca989cadb7a5fffcf6..7343309a1a6206d6f4e0c8265bc2704faa0d9f6d 100644
--- a/LayoutTests/fast/shapes/resources/simple-polygon.js
+++ b/LayoutTests/fast/shapes/resources/simple-polygon.js
@@ -106,7 +106,7 @@ function polygonLineIntercepts(polygon, y, lineHeight) {
// with the the polygon's bounds minimum Y value, and each line of characters fills the interior
// of the polygon.
-function generatePolygonContentString(polygon, lineheight) {
+function generatePolygonContentString(polygon, lineHeight) {
var result = "";
for (var y = polygon.minY; y < polygon.maxY; y += lineHeight) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698