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

Unified Diff: LayoutTests/fast/css/parsing-text-emphasis.html

Issue 1232593004: Don't resolve extended color keywords during parsing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test expectations fixups. Created 5 years, 5 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/parsing-text-emphasis.html
diff --git a/LayoutTests/fast/css/parsing-text-emphasis.html b/LayoutTests/fast/css/parsing-text-emphasis.html
index 263fe30a919cd6c0dd2ed121e5265dd623f01604..58d1311e481a1b5dadd6512535c32d0a6a071eb3 100644
--- a/LayoutTests/fast/css/parsing-text-emphasis.html
+++ b/LayoutTests/fast/css/parsing-text-emphasis.html
@@ -28,7 +28,7 @@
test('-webkit-text-emphasis-color: initial;', 'initial', '', '');
test('-webkit-text-emphasis-color: inherit;', 'inherit', '', '');
test('-webkit-text-emphasis-color: currentcolor;', 'currentcolor', '', '');
- test('-webkit-text-emphasis-color: cyan;', 'rgb(0, 255, 255)', '', '');
+ test('-webkit-text-emphasis-color: cyan;', 'cyan', '', '');
test('-webkit-text-emphasis-color: bold;', '', '', '');
test('-webkit-text-emphasis-color: 1px;', '', '', '');
test('-webkit-text-emphasis-color: "cyan";', '', '', '');

Powered by Google App Engine
This is Rietveld 408576698