| 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..98a65e6c47f6e0a0ed058ad96d0a4c11600f5bee 100644
|
| --- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/transform-perspective.html
|
| +++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/transform-perspective.html
|
| @@ -43,7 +43,7 @@ test(function() {
|
| for (var i = 0; i < supportedUnits.length; i++) {
|
| var unit = supportedUnits[i];
|
| var perspective = new CSSTransformValue([
|
| - new CSSPerspective(new CSSSimpleLength(i, unit))]);
|
| + new CSSPerspective(new CSSUnitValue(i, unit))]);
|
| testElement.styleMap.set('transform', perspective);
|
|
|
| var cssText = 'perspective(' + i + unit + ')';
|
|
|