Index: LayoutTests/fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html |
diff --git a/LayoutTests/fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html b/LayoutTests/fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html |
index 915f0c0775577ff2347742b02a65c12bf276df95..0479d1f87bdcb7cfcaffc792557180fa48187a32 100644 |
--- a/LayoutTests/fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html |
+++ b/LayoutTests/fast/exclusions/shape-inside/shape-inside-rounded-rectangle-fit-002-expected.html |
@@ -47,7 +47,7 @@ difference between circle's diameter and the size of the square: (200px - sqrt(2 |
<body onload="init()"> |
<script> |
function init() { |
- if (!SubPixelLayout.isSubPixelLayoutEnabled()) |
+ if (!SubPixelLayout.isEnabled()) |
document.getElementById("shape-inside").style.top = "30px"; |
} |
</script> |