Index: third_party/WebKit/LayoutTests/typedcssom/cssRotation.html |
diff --git a/third_party/WebKit/LayoutTests/typedcssom/cssRotation.html b/third_party/WebKit/LayoutTests/typedcssom/cssRotation.html |
index 93fc09558f5793764e0908b080226d3572cf2a0b..f1857ec5b65655376615a9f205d366bae5bbadb0 100644 |
--- a/third_party/WebKit/LayoutTests/typedcssom/cssRotation.html |
+++ b/third_party/WebKit/LayoutTests/typedcssom/cssRotation.html |
@@ -57,9 +57,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 cssText values for CSSRotation is correct."); |
+}, "Test that toString values for CSSRotation is correct."); |
test(function() { |
for (var i = 0; i < values.length; ++i) { |