Index: LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-large-radius.html |
diff --git a/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-large-radius.html b/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-large-radius.html |
index 7d6640dbcdc8bb3ef6852ded0a92452a51eb79dd..1a6733bfa7d0c7eb7be7239139c8d6b990f39f6f 100644 |
--- a/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-large-radius.html |
+++ b/LayoutTests/fast/shapes/shape-inside/shape-inside-rounded-rectangle-large-radius.html |
@@ -1,10 +1,6 @@ |
<!DOCTYPE html> |
<html> |
<head> |
-<script> |
- if (window.internals) |
- window.internals.settings.setCSSExclusionsEnabled(true); |
-</script> |
<style> |
/* The size of a square that just fits within a circle of radius r is r * sqrt(2). In this |
case that's the size of one Ahem character: 20 * sqrt(2) == 28.28. |