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 ['', '', '', ''] |