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

Unified Diff: LayoutTests/fast/css/linear-gradient-currentcolor2-expected.html

Issue 767343003: Make currentColor keyword in linear-gradient work (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Resolve gradient colors later Created 6 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/linear-gradient-currentcolor2-expected.html
diff --git a/LayoutTests/fast/css/linear-gradient-currentcolor2-expected.html b/LayoutTests/fast/css/linear-gradient-currentcolor2-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..b7ac004146fde295f2bc4f6fba0a026d5a854551
--- /dev/null
+++ b/LayoutTests/fast/css/linear-gradient-currentcolor2-expected.html
@@ -0,0 +1,18 @@
+<html>
+<head>
+<style>
+div {
+ height: 20px;
+}
+</style>
+</head>
+<body>
+ <div style="background-color: green"></div>
+ <div style="background-color: blue"></div>
+ <div style="background-color: yellow;"></div>
+ <div style="background-color: green;"></div>
+ <div style="background-color: cyan;"></div>
+ <div style="background-color: grey"></div>
+</body>
+</html>
+

Powered by Google App Engine
This is Rietveld 408576698