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

Unified Diff: LayoutTests/fast/css/invalid-predefined-color.html

Issue 1151593003: Remove hexDigit check in CSSParserValueList (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove ASSERT and add subtest Created 5 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 | LayoutTests/fast/css/invalid-predefined-color-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/invalid-predefined-color.html
diff --git a/LayoutTests/fast/css/invalid-predefined-color.html b/LayoutTests/fast/css/invalid-predefined-color.html
index 24a6d125a6f2de330afb5b607d552900665eeedb..9acc0372d98fd7ac7ceb838825e43d48b08f4d58 100644
--- a/LayoutTests/fast/css/invalid-predefined-color.html
+++ b/LayoutTests/fast/css/invalid-predefined-color.html
@@ -15,6 +15,7 @@
<div id="invalid3" style="color: #green">This style is "color: #green"</div>
<div id="invalid4" style="color: #FFAALL">This style is "color: #FFAALL"</div>
<div id="invalid5" style="color: #FF000000">This style is "color: #FF000000"</div>
+<div id="invalid6" style="color: #\#">This style is "color: #\#"</div>
<script src="script-tests/invalid-predefined-color.js"></script>
« no previous file with comments | « no previous file | LayoutTests/fast/css/invalid-predefined-color-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698