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

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

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
Index: LayoutTests/fast/css/invalid-predefined-color-expected.txt
diff --git a/LayoutTests/fast/css/invalid-predefined-color-expected.txt b/LayoutTests/fast/css/invalid-predefined-color-expected.txt
index 8abdd318d7f9c60ae129ee40a3bbf34028722eb5..0758c33d638a0977106c97530849082acaa13e01 100644
--- a/LayoutTests/fast/css/invalid-predefined-color-expected.txt
+++ b/LayoutTests/fast/css/invalid-predefined-color-expected.txt
@@ -13,6 +13,7 @@ PASS getComputedStyle(div, null).color is black
PASS getComputedStyle(div, null).color is black
PASS getComputedStyle(div, null).color is black
PASS getComputedStyle(div, null).color is black
+PASS getComputedStyle(div, null).color is black
PASS successfullyParsed is true
TEST COMPLETE
@@ -26,3 +27,4 @@ This style is "color: #yellow"
This style is "color: #green"
This style is "color: #FFAALL"
This style is "color: #FF000000"
+This style is "color: #\#"
« no previous file with comments | « LayoutTests/fast/css/invalid-predefined-color.html ('k') | LayoutTests/fast/css/script-tests/invalid-predefined-color.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698