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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/viewport-gradient-background-html-resize-expected.html

Issue 2699463004: Fix gradient background invalidation when HTML size changes (Closed)
Patch Set: - Created 3 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 body {
4 margin: 0;
5 overflow: hidden;
6 }
7 div {
8 background: linear-gradient(to bottom, blue, cyan);
9 height: 200px;
10 }
11 </style>
12 <div></div>
13 <div></div>
14 <div></div>
15 <div></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698