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

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

Issue 1936913002: [CSS] Accept 8 (#RRGGBBAA) and 4 (#RGBA) value hex colors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add quirks mode fastParseColorInternal() test cases. 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
Index: third_party/WebKit/LayoutTests/fast/css/invalid-predefined-color-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalid-predefined-color-expected.txt b/third_party/WebKit/LayoutTests/fast/css/invalid-predefined-color-expected.txt
index 0758c33d638a0977106c97530849082acaa13e01..0222189a4b12ba62aa7b366fa8f662d6c331ef28 100644
--- a/third_party/WebKit/LayoutTests/fast/css/invalid-predefined-color-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/invalid-predefined-color-expected.txt
@@ -13,7 +13,6 @@ 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,5 +25,4 @@ This style is "color: #red"
This style is "color: #yellow"
This style is "color: #green"
This style is "color: #FFAALL"
-This style is "color: #FF000000"
This style is "color: #\#"

Powered by Google App Engine
This is Rietveld 408576698