Index: LayoutTests/fast/css/getComputedStyle/getComputedStyle-outline-offset.html |
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-outline-offset.html b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-outline-offset.html |
index 42b1a2d9fafbc5b57513f5dfefb3afb24a0b9ab2..0e23f8cbf9a9959a8663af0549490d446b83cbf2 100644 |
--- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-outline-offset.html |
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-outline-offset.html |
@@ -20,7 +20,6 @@ e.contentEditable = true; |
e.style.outlineOffset = "2px"; |
computedStyle = window.getComputedStyle(e); |
shouldBe("computedStyle.getPropertyValue('outline-offset')", "'2px'"); |
-shouldBe("computedStyle.getPropertyCSSValue('outline-offset').getFloatValue(CSSPrimitiveValue.CSS_PX)", "2"); |
document.body.removeChild(testContainer); |