| Index: third_party/WebKit/LayoutTests/typedcssom/computedstyle/pseudo-elements.html
|
| diff --git a/third_party/WebKit/LayoutTests/typedcssom/computedstyle/pseudo-elements.html b/third_party/WebKit/LayoutTests/typedcssom/computedstyle/pseudo-elements.html
|
| index 19c567af3541408dd1ad3a6742c62e383cc06d06..dd8449f01ebdd73c5eb90e2acdcd8a3cf3f6bb98 100644
|
| --- a/third_party/WebKit/LayoutTests/typedcssom/computedstyle/pseudo-elements.html
|
| +++ b/third_party/WebKit/LayoutTests/typedcssom/computedstyle/pseudo-elements.html
|
| @@ -27,7 +27,7 @@ var t1 = async_test('get on Computed StyleMap of pseudo element returns correct
|
| function t1Callback(pseudoComputedStyleMap) {
|
| t1.step(function() {
|
| var pseudoResult = pseudoComputedStyleMap.get('width');
|
| - assert_equals(pseudoResult.constructor.name, CSSSimpleLength.name);
|
| + assert_equals(pseudoResult.constructor.name, CSSUnitValue.name);
|
| assert_equals(pseudoResult.cssText, '100px');
|
| });
|
| t1.done();
|
|
|