Index: LayoutTests/fast/css/parsing-object-fit.html |
diff --git a/LayoutTests/fast/css/parsing-object-fit.html b/LayoutTests/fast/css/parsing-object-fit.html |
index fb7174cf9d459c50f02ddc9934fe1199c7ee50a9..0f9d13fefe004b2e8e5f2cc8d7c02574f8ebea9e 100644 |
--- a/LayoutTests/fast/css/parsing-object-fit.html |
+++ b/LayoutTests/fast/css/parsing-object-fit.html |
@@ -38,10 +38,10 @@ |
shouldBe('test("object-fit: none;")', '"none"'); |
shouldBe('test("object-fit: scale-down;")', '"scale-down"'); |
- shouldBeNull('test("object-fit: fill contain;")'); |
- shouldBeNull('test("object-fit: bananas;")'); |
- shouldBeNull('test("object-fit: 23px;")'); |
- shouldBeNull('test("object-fit: 20%;")'); |
+ shouldBeEqualToString('test("object-fit: fill contain;")', ''); |
+ shouldBeEqualToString('test("object-fit: bananas;")', ''); |
+ shouldBeEqualToString('test("object-fit: 23px;")', ''); |
+ shouldBeEqualToString('test("object-fit: 20%;")', ''); |
</script> |
</body> |
</html> |