Index: third_party/WebKit/LayoutTests/typedcssom/cssScale.html |
diff --git a/third_party/WebKit/LayoutTests/typedcssom/cssScale.html b/third_party/WebKit/LayoutTests/typedcssom/cssScale.html |
index cb8ed48ded37b5599d481bf203a0fbc54284dee7..9af0b07288d95b9da0ab4745dc0543e408ae3f7b 100644 |
--- a/third_party/WebKit/LayoutTests/typedcssom/cssScale.html |
+++ b/third_party/WebKit/LayoutTests/typedcssom/cssScale.html |
@@ -37,9 +37,9 @@ test(function() { |
test(function() { |
for (var i = 0; i < values.length; ++i) { |
- assert_equals(values[i].input.cssText, values[i].cssText); |
+ assert_equals(values[i].input.toString(), values[i].cssText); |
} |
-}, "Test that the cssText for CSSScale is correct."); |
+}, "Test that the toString for CSSScale is correct."); |
test(function() { |
assert_throws(null, () => { new CSSScale(); }); |