Index: LayoutTests/fast/shapes/shape-inside/shape-inside-regular-polygon16.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-regular-polygon16.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-regular-polygon16.html |
index fbcad284958b5d1adbc1315a520e169afc16cbfc..36255f415e8126fc9fa7e9d16cae44f871aaa5a9 100644 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-regular-polygon16.html |
+++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-regular-polygon16.html |
@@ -4,9 +4,6 @@ |
<script src="../resources/subpixel-utils.js"></script> |
<script src="../resources/simple-polygon.js"></script> |
<script> |
- if (window.internals) |
- window.internals.settings.setCSSExclusionsEnabled(true); |
- |
var vertices = createRegularPolygonVertices(400, 16); // 400x400 16 sided regular polygon |
var lineHeight = 40; |