| Index: third_party/WebKit/LayoutTests/fast/gradients/css3-repeating-end-fill.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/gradients/css3-repeating-end-fill.html b/third_party/WebKit/LayoutTests/fast/gradients/css3-repeating-end-fill.html
|
| index 56e6df4a0d75c60e3e01b38ec3b80159a1884601..aca09937c88a2e0dcb140326b3f71783e613b31c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/gradients/css3-repeating-end-fill.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/gradients/css3-repeating-end-fill.html
|
| @@ -6,11 +6,11 @@
|
| display: inline-block;
|
| width: 200px;
|
| height: 100px;
|
| - background-image: -webkit-repeating-linear-gradient(red 10%, green 10%, green 30%);
|
| + background-image: repeating-linear-gradient(red 10%, green 10%, green 30%);
|
| }
|
|
|
| .ref {
|
| - background-image: -webkit-repeating-linear-gradient(green 10%, green 30%);
|
| + background-image: repeating-linear-gradient(green 10%, green 30%);
|
| }
|
| </style>
|
| <script type="text/javascript" charset="utf-8">
|
| @@ -26,4 +26,4 @@
|
| <div class="ref"></div>
|
|
|
| </body>
|
| -</html>
|
| +</html>
|
|
|