| Index: third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store.html b/third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store.html
|
| index 70fe52395fd55187f75aee0f258c79c4c1a6ac64..8ee2297a47ccddf9986177ce330fa66ffcdc4b28 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store.html
|
| @@ -18,12 +18,12 @@
|
| width: 300px;
|
| height: 300px;
|
| overflow: auto;
|
| - background-color: lime;
|
| }
|
|
|
| #content {
|
| height: 1000px;
|
| transform: translatez(0);
|
| + background-image: linear-gradient(to bottom,red,orange,yellow, green, blue,indigo,violet);
|
| }
|
|
|
| </style>
|
|
|