Index: third_party/WebKit/LayoutTests/typedcssom/computedstyle/custom-properties-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/typedcssom/computedstyle/custom-properties-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/computedstyle/custom-properties-expected.txt |
index 01bebaa4955d6f77f79d299678058de8bc63cf56..99d1086c0e9ddc2d41b7264e170b70ac5697ede9 100644 |
--- a/third_party/WebKit/LayoutTests/typedcssom/computedstyle/custom-properties-expected.txt |
+++ b/third_party/WebKit/LayoutTests/typedcssom/computedstyle/custom-properties-expected.txt |
@@ -3,6 +3,7 @@ PASS Getting a length type registered property returns a CSSSimpleLength |
FAIL Getting a URL image type registered property returns a CSSURLImageValue assert_equals: expected "loaded" but got "unloaded" |
PASS Getting a width with a length type var value returns a CSSSimpleLength |
PASS Getting a background-image with a URL image type var value returns a CSSURLImageValue |
+FAIL Getting a relative URL image type registered property returns a CSSURLImageValue assert_equals: expected "url(\"file:///code/chromium/src/third_party/WebKit/LayoutTests/typedcssom/computedstyle/resources/1x1-green.png\")" but got "url(\"\")" |
PASS Getting an inherited length type registered property returns a CSSSimpleLength |
PASS Getting a non-inherited length type registered property returns a CSSSimpleLength |
PASS Getting a height with a calc type containing var values returns a CSSCalcLength |