Index: third_party/WebKit/LayoutTests/typedcssom/cssTranslation.html |
diff --git a/third_party/WebKit/LayoutTests/typedcssom/cssTranslation.html b/third_party/WebKit/LayoutTests/typedcssom/cssTranslation.html |
index 24b1e9364e856ef6442bd607d59803a23373a8af..b971ddee72ef1316751d79f97ef6685bf055c5c8 100644 |
--- a/third_party/WebKit/LayoutTests/typedcssom/cssTranslation.html |
+++ b/third_party/WebKit/LayoutTests/typedcssom/cssTranslation.html |
@@ -79,9 +79,9 @@ test(function() { |
test(function() { |
for (var i = 0; i < values.length; ++i) { |
- assert_equals(values[i].input.cssText, expectedCssString(values[i])); |
+ assert_equals(values[i].input.toString(), expectedCssString(values[i])); |
} |
-}, "Test that cssText values for CSSTranslation is correct."); |
+}, "Test that toString values for CSSTranslation is correct."); |
test(function() { |
assert_throws(null, function() { new CSSTranslation(simpleLength, simpleLength, simplePercent); }); |