| Index: third_party/WebKit/LayoutTests/typedcssom/transformValue.html
|
| diff --git a/third_party/WebKit/LayoutTests/typedcssom/transformValue.html b/third_party/WebKit/LayoutTests/typedcssom/transformValue.html
|
| index 9b5e310f87dd1be44549d517db23e0aa329a3eaa..a446403d14a72cf7707d43e7061533291f29e344 100644
|
| --- a/third_party/WebKit/LayoutTests/typedcssom/transformValue.html
|
| +++ b/third_party/WebKit/LayoutTests/typedcssom/transformValue.html
|
| @@ -7,7 +7,7 @@
|
| test(function() {
|
| var transformValueObject = new TransformValue();
|
| assert_true(transformValueObject instanceof TransformValue);
|
| - assert_true(transformValueObject instanceof StyleValue);
|
| + assert_true(transformValueObject instanceof CSSStyleValue);
|
| }, "A TransformValue object can be constructed");
|
|
|
| test(function() {
|
|
|