Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / background-size-auto-with-gradient-and-height-changes-expected.html
blob7accf5e974747ebe0ee4b492d7363717e011f86f
1 <html>
2 <head>
4 <style>
5 #outer {
6 padding-top: 200px;
7 background: -webkit-gradient(
8 linear,
9 left top,
10 left bottom,
11 color-stop(0%, rgba(255,255,0,0)), color-stop(100%, rgba(0,0,0,1))
13 background-size: auto;
16 #inner {
17 height: 300px;
19 </style>
21 </head>
23 <body'>
24 <div id='outer'>
25 <div id='inner'>
26 </div>
27 </div>
28 </body>
29 </html>