| Index: third_party/WebKit/LayoutTests/typedcssom/cssKeywordValue.html
|
| diff --git a/third_party/WebKit/LayoutTests/typedcssom/cssKeywordValue.html b/third_party/WebKit/LayoutTests/typedcssom/cssKeywordValue.html
|
| index 35844dc0b994f7828e5a3c81d2aecd3efcc51c0f..b73ab0fa1237325db1491e647df2829da9954088 100644
|
| --- a/third_party/WebKit/LayoutTests/typedcssom/cssKeywordValue.html
|
| +++ b/third_party/WebKit/LayoutTests/typedcssom/cssKeywordValue.html
|
| @@ -7,7 +7,6 @@ test(function() {
|
| assert_throws(TypeError(), function() { new CSSKeywordValue("") });
|
| }, "Constructor should throw an error if given an empty string");
|
|
|
| -//This test fails due to bug: 584999
|
| test(function() {
|
| assert_equals(new CSSKeywordValue('initial').cssString, 'initial');
|
| assert_equals(new CSSKeywordValue('center').cssString, 'center');
|
|
|