Index: third_party/WebKit/LayoutTests/external/wpt/css-typed-om/declared-styleMap-accepts-inherit.html |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/css-typed-om/declared-styleMap-accepts-inherit.html b/third_party/WebKit/LayoutTests/external/wpt/css-typed-om/declared-styleMap-accepts-inherit.html |
index afb4cef46ea9a58132e9c5be7332be6dd81f4d11..f550326de5a4fe7c9e3ef79a3429f62a5e2b6d17 100644 |
--- a/third_party/WebKit/LayoutTests/external/wpt/css-typed-om/declared-styleMap-accepts-inherit.html |
+++ b/third_party/WebKit/LayoutTests/external/wpt/css-typed-om/declared-styleMap-accepts-inherit.html |
@@ -10,6 +10,6 @@ |
<script> |
test(function() { |
element.styleMap.set('width', new CSSKeywordValue('inherit')); |
- assert_equals(element.styleMap.get('width').keywordValue, 'inherit', 'inherit should be a valid value for styleMap properties'); |
+ assert_equals(element.styleMap.get('width').value, 'inherit', 'inherit should be a valid value for styleMap properties'); |
}); |
</script> |