Index: LayoutTests/fast/shapes/resources/multi-segment-polygon.js |
diff --git a/LayoutTests/fast/shapes/resources/multi-segment-polygon.js b/LayoutTests/fast/shapes/resources/multi-segment-polygon.js |
index 3229a18db6c56587c92da675ccd67ccfa4de5d04..c459b35e70e9ef8c3008f1f68e1bb4921776990c 100644 |
--- a/LayoutTests/fast/shapes/resources/multi-segment-polygon.js |
+++ b/LayoutTests/fast/shapes/resources/multi-segment-polygon.js |
@@ -1,6 +1,4 @@ |
function generatePolygon(width, height, fontSize, points, content, elementId) { |
- if (window.internals) |
- window.internals.settings.setCSSExclusionsEnabled(true); |
var div = createOrInsert(elementId); |
var polygon = points.map(function(elem, index, array) { |
return elem.toString() + 'px' + (index < array.length - 1 && index % 2 == 1 ? ',' : ''); |