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

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/computedstyle/custom-properties-expected.txt

Issue 2877933002: [Typed CSSOM] Add test for relative URLs with custom image properties
Patch Set: Created 3 years, 7 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
« no previous file with comments | « third_party/WebKit/LayoutTests/typedcssom/computedstyle/custom-properties.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/WebKit/LayoutTests/typedcssom/computedstyle/custom-properties.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698