| Index: third_party/WebKit/LayoutTests/typedcssom/cssPerspective.html
|
| diff --git a/third_party/WebKit/LayoutTests/typedcssom/cssPerspective.html b/third_party/WebKit/LayoutTests/typedcssom/cssPerspective.html
|
| index c10a520e2f3c960d89e37c4a592f80c1c01b363c..040fd88948698064f7f8c6c0af945fbc3dfe9928 100644
|
| --- a/third_party/WebKit/LayoutTests/typedcssom/cssPerspective.html
|
| +++ b/third_party/WebKit/LayoutTests/typedcssom/cssPerspective.html
|
| @@ -11,7 +11,7 @@ test(function() {
|
|
|
| test(function() {
|
| var simpleLength = new CSSUnitValue(10, 'percent');
|
| - assert_throws(null, function() { new CSSPerspective(simpleLength) });
|
| + assert_throws(new TypeError(), function() { new CSSPerspective(simpleLength) });
|
| }, "Constructor should throw an error for CSSUnitValues with a percentage type");
|
|
|
| test(function() {
|
|
|