| Index: third_party/WebKit/LayoutTests/typedcssom/cssSkew.html
|
| diff --git a/third_party/WebKit/LayoutTests/typedcssom/cssSkew.html b/third_party/WebKit/LayoutTests/typedcssom/cssSkew.html
|
| index f41de0c3217fcddca00730d95f82e3ad93eae180..c526903899b136ff65c87fe31d1ab7a1ad52c6bf 100644
|
| --- a/third_party/WebKit/LayoutTests/typedcssom/cssSkew.html
|
| +++ b/third_party/WebKit/LayoutTests/typedcssom/cssSkew.html
|
| @@ -36,9 +36,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);
|
| }
|
| -}, "cssText for CSSSkew is correct.");
|
| +}, "toString() for CSSSkew is correct.");
|
|
|
| test(function() {
|
| assert_throws(null, function() { new CSSSkew(); });
|
|
|