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 599953806a4511ef00683cab20f7c715c141128d..7cabad5672908a88f954458a645884d4067648dd 100644 |
--- a/LayoutTests/fast/shapes/resources/simple-polygon.js |
+++ b/LayoutTests/fast/shapes/resources/simple-polygon.js |
@@ -1,8 +1,5 @@ |
// The functions in this file are intended to be used to test non-complex polygons |
// where horizontal lines that overlap the polygon only cross the polygon twice. |
-if (window.internals) |
- window.internals.settings.setCSSExclusionsEnabled(true); |
- |
function createPolygon(vertices) { |
var xCoordinates = vertices.map( function(p) { return p.x; } ); |
var yCoordinates = vertices.map( function(p) { return p.y; } ); |