| Index: third_party/WebKit/LayoutTests/typedcssom/perspectiveTransformComponent.html
|
| diff --git a/third_party/WebKit/LayoutTests/typedcssom/perspectiveTransformComponent.html b/third_party/WebKit/LayoutTests/typedcssom/perspectiveTransformComponent.html
|
| index eac86631917951972ccfb97cf20907b535794f0e..e6a4afa65db03976812722af5e6390d4752778b9 100644
|
| --- a/third_party/WebKit/LayoutTests/typedcssom/perspectiveTransformComponent.html
|
| +++ b/third_party/WebKit/LayoutTests/typedcssom/perspectiveTransformComponent.html
|
| @@ -22,7 +22,7 @@ test(function() {
|
|
|
| assert_equals(perspectiveTransformSimple.cssString, 'perspective(10px)');
|
| assert_equals(perspectiveTransformCalc.cssString,'perspective(calc(3.2em + 10px))');
|
| -}, "cssString should return a string of form perspective(<LengthValue.cssString()>)");
|
| +}, "cssString should return a string of form perspective(<CSSLengthValue.cssString()>)");
|
|
|
| </script>
|
|
|
|
|