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

Unified Diff: third_party/WebKit/LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html

Issue 2746583003: Send deprecation messages for prefixed gradients now that it's possible. (Closed)
Patch Set: recommit Created 3 years, 8 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
Index: third_party/WebKit/LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html
diff --git a/third_party/WebKit/LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html b/third_party/WebKit/LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html
index 98b67738eaa04b426fc8b349ff0858af5000be5b..97329c7d44514814d66c0e41bb3959f4bbbaadba 100644
--- a/third_party/WebKit/LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html
+++ b/third_party/WebKit/LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<body style="overflow:hidden;">
<div style="transform:scale(1.5); -webkit-transform-origin:top left;">
- <div style="height:300px;width:300px;background-image:-webkit-repeating-linear-gradient(top left, red 10%, blue 30%);border:1px solid">
+ <div style="height:300px;width:300px;background-image:repeating-linear-gradient(to bottom right, red 10%, blue 30%);border:1px solid">
</div>
</div>
<script>

Powered by Google App Engine
This is Rietveld 408576698