Index: LayoutTests/fast/css/getComputedStyle/getComputedStyle-transform.html |
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-transform.html b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-transform.html |
index 447edfe546420889e869ef9f3371f0ba31b18561..f7ccf51610c5eea6afbbdd3533240f90e911a275 100644 |
--- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-transform.html |
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-transform.html |
@@ -74,10 +74,6 @@ |
result = curTest.transform + ' expected <code>' + curTest.result + '</code>, got <code>' + computedTransform + '</code> : FAIL'; |
resultsBox.innerHTML += result + '<br>'; |
- if (computedSpanTransform !== 'none') { |
- result = curTest.transform + ' applied to a non-box element: ' + ' expected <code>none</code> got <code>' + computedSpanTransform + '</code> : FAIL'; |
- resultsBox.innerHTML += result + '<br>'; |
- } |
}); |
if (window.testRunner) |