| Index: third_party/WebKit/LayoutTests/custom-properties/register-property-syntax-parsing.html
|
| diff --git a/third_party/WebKit/LayoutTests/custom-properties/register-property-syntax-parsing.html b/third_party/WebKit/LayoutTests/custom-properties/register-property-syntax-parsing.html
|
| index 2ef7a96a557fbe69be3aa4072fde748255d33586..74979f22b2e5bf20cce9c8141d77b7fa339de13a 100644
|
| --- a/third_party/WebKit/LayoutTests/custom-properties/register-property-syntax-parsing.html
|
| +++ b/third_party/WebKit/LayoutTests/custom-properties/register-property-syntax-parsing.html
|
| @@ -60,6 +60,7 @@ assert_valid("<angle>", "calc(50grad + 3.14159rad)");
|
| assert_valid("<time>", "2s");
|
| assert_valid("<time>", "calc(2s - 9ms)");
|
| assert_valid("<resolution>", "10dpi");
|
| +assert_valid("<resolution>", "3dPpX");
|
| assert_valid("<resolution>", "-5.3dpcm");
|
| assert_valid("<transform-function>", "scale(2)");
|
| assert_valid("<transform-function>+", "translateX(2px) rotate(20deg)");
|
|
|