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

Unified Diff: LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt

Issue 114373004: Remove the SVGColor and SVGPaint DOM interfaces (were deprecated). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: text diff fix Created 7 years 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/getComputedStyle/computed-style-expected.txt
diff --git a/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt b/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
index f08546b6012d25121622edcf577c7ee116a65a68..77f7de5d17c91ccabf8a8d956f30fb8b53d76ea1 100644
--- a/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
+++ b/LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt
@@ -213,7 +213,7 @@ stop-opacity: 1;
color-interpolation: srgb;
color-interpolation-filters: linearrgb;
color-rendering: auto;
-fill: #000000;
+fill: rgb(0, 0, 0);
fill-opacity: 1;
fill-rule: nonzero;
marker-end: none;

Powered by Google App Engine
This is Rietveld 408576698