| Index: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/transform-perspective.html | 
| diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/transform-perspective.html b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/transform-perspective.html | 
| index 004708f3151eea86bbbb0fcdf4482ffdf7a2b6b5..86dc3811f377d984b97f6ad4392401b0a89d3c58 100644 | 
| --- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/transform-perspective.html | 
| +++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/transform-perspective.html | 
| @@ -35,7 +35,7 @@ test(function() { | 
| var components = [...result.values()]; | 
| assert_equals(components.length, 1); | 
| assert_equals(components[0].constructor.name, CSSPerspective.name); | 
| -    assert_equals(components[0].cssText, cssText); | 
| +    assert_equals(components[0].toString(), cssText); | 
| } | 
| }, "Perspective read from a StyleMap is correct"); | 
|  | 
|  |