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

Unified Diff: LayoutTests/cssom/cssvalue-comparison-expected.txt

Issue 26147006: Fix three bugs in the equals() implementations for css gradients. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 7 years, 2 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 | « LayoutTests/cssom/cssvalue-comparison.html ('k') | Source/core/css/CSSGradientValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/cssom/cssvalue-comparison-expected.txt
diff --git a/LayoutTests/cssom/cssvalue-comparison-expected.txt b/LayoutTests/cssom/cssvalue-comparison-expected.txt
index 0b53276c4309719df7086bba1c8643e5f65f546d..32cdd3a29d13d51f55da114f0f566e19ceb5001a 100644
--- a/LayoutTests/cssom/cssvalue-comparison-expected.txt
+++ b/LayoutTests/cssom/cssvalue-comparison-expected.txt
@@ -67,6 +67,10 @@ PASS Two CSSValues "italic bold 12px/30px arial" and "italic bold 8px/16px helve
PASS Two CSSValues "-webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000))" for property "background" are equal.
PASS Two CSSValues "-webkit-gradient(radial, 45 45, 0, 52 50, 0, from(#A7D30C), to(rgba(1,159,98,0)), color-stop(90%, #019F62))" for property "background" are equal.
PASS Two CSSValues "-webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000))" and "-webkit-gradient(radial, 45 45, 0, 52 50, 0, from(#A7D30C), to(rgba(1,159,98,0)), color-stop(90%, #019F62))" for property "background" are not equal.
+PASS Two CSSValues "radial-gradient(circle, #ccc, #000)" for property "background" are equal.
+PASS Two CSSValues "linear-gradient(#000, #234)" for property "background" are equal.
+PASS Two CSSValues "linear-gradient(to top, #000, #234)" for property "background" are equal.
+PASS Two CSSValues "linear-gradient(#000, #234)" and "linear-gradient(to top, #000, #234)" for property "background" are not equal.
PASS Two CSSValues "-webkit-cross-fade(url(dummy://example.png), url(dummy://example.png), 50%)" for property "background-image" are equal.
PASS Two CSSValues "-webkit-cross-fade(url(dummy://background.png), url(dummy://foreground.png), 80%)" for property "background-image" are equal.
PASS Two CSSValues "-webkit-cross-fade(url(dummy://example.png), url(dummy://example.png), 50%)" and "-webkit-cross-fade(url(dummy://background.png), url(dummy://foreground.png), 80%)" for property "background-image" are not equal.
« no previous file with comments | « LayoutTests/cssom/cssvalue-comparison.html ('k') | Source/core/css/CSSGradientValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698