| Index: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_delete.html
|
| diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_delete.html b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_delete.html
|
| index 9c15a843e93b93ad734e87c78410500fa9e84003..2ee532760c5b152b5a0dd51ecfe2da24439802ad 100644
|
| --- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_delete.html
|
| +++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/inlineStylePropertyMap_delete.html
|
| @@ -17,7 +17,7 @@ test(function() {
|
| }, "delete() removes the value from the property when set in element.style");
|
|
|
| test(function() {
|
| - testElement.styleMap.set('width', new SimpleLength(100, 'px'));
|
| + testElement.styleMap.set('width', new CSSSimpleLength(100, 'px'));
|
| assert_equals(testElement.styleMap.get('width').cssString, '100px');
|
|
|
| testElement.styleMap.delete('width');
|
|
|