Chromium Code Reviews

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

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.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/css/parsing-text-emphasis-expected.txt
diff --git a/LayoutTests/fast/css/parsing-text-emphasis-expected.txt b/LayoutTests/fast/css/parsing-text-emphasis-expected.txt
index 8b49fb6704b3084f73575e7dffa436e73343a2f8..434059c8c3eb32bc17b4f9a16e63a7c7c651d536 100644
--- a/LayoutTests/fast/css/parsing-text-emphasis-expected.txt
+++ b/LayoutTests/fast/css/parsing-text-emphasis-expected.txt
@@ -1,7 +1,7 @@
PASS: '-webkit-text-emphasis-color: initial;' parsed as ['initial', '', '', '']
PASS: '-webkit-text-emphasis-color: inherit;' parsed as ['inherit', '', '', '']
PASS: '-webkit-text-emphasis-color: currentcolor;' parsed as ['currentcolor', '', '', '']
-PASS: '-webkit-text-emphasis-color: cyan;' parsed as ['rgb(0, 255, 255)', '', '', '']
+PASS: '-webkit-text-emphasis-color: cyan;' parsed as ['cyan', '', '', '']
PASS: '-webkit-text-emphasis-color: bold;' parsed as ['', '', '', '']
PASS: '-webkit-text-emphasis-color: 1px;' parsed as ['', '', '', '']
PASS: '-webkit-text-emphasis-color: "cyan";' parsed as ['', '', '', '']

Powered by Google App Engine