Index: LayoutTests/fast/css/getPropertyValue-border.html |
diff --git a/LayoutTests/fast/css/getPropertyValue-border.html b/LayoutTests/fast/css/getPropertyValue-border.html |
index d119bd69ce454eb276baeaf03ea7004214a51940..d8751e65cc0b9d9767e95fea4a9985083ee9b87e 100644 |
--- a/LayoutTests/fast/css/getPropertyValue-border.html |
+++ b/LayoutTests/fast/css/getPropertyValue-border.html |
@@ -56,10 +56,10 @@ |
shouldBe('div7.style.getPropertyValue("border")', "'solid'"); |
var div8 = document.getElementById("border8"); |
- shouldBe('div8.style.getPropertyValue("border")', "null"); |
+ shouldBeEqualToString('div8.style.getPropertyValue("border")', ""); |
var div9 = document.getElementById("border9"); |
- shouldBe('div9.style.getPropertyValue("border")', "null"); |
+ shouldBeEqualToString('div9.style.getPropertyValue("border")', ""); |
</script> |
</body> |
</html> |