Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/cssKeywordValue.html

Issue 2024773002: Remove stale comment about typedcssom/cssKeywordValue.html failing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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');
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698