| Index: third_party/WebKit/LayoutTests/typedcssom/computedstyle/computedStylePropertyMap.html
|
| diff --git a/third_party/WebKit/LayoutTests/typedcssom/computedstyle/computedStylePropertyMap.html b/third_party/WebKit/LayoutTests/typedcssom/computedstyle/computedStylePropertyMap.html
|
| index 13a38632f1cc341735fadddf0d1db509a5fdc82b..2335790b78119bbf78744f9726a67a23ba54d45e 100644
|
| --- a/third_party/WebKit/LayoutTests/typedcssom/computedstyle/computedStylePropertyMap.html
|
| +++ b/third_party/WebKit/LayoutTests/typedcssom/computedstyle/computedStylePropertyMap.html
|
| @@ -47,6 +47,6 @@ test(function() {
|
|
|
| test(function() {
|
| assert_true(computedStyleMap.has('width'));
|
| -}, 'has() returns true for a set property.');
|
| +}, 'has() returns true for a supported property.');
|
|
|
| </script>
|
|
|