| Index: third_party/WebKit/LayoutTests/css3/filters/filter-region-animated-child-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-composited-child.html b/third_party/WebKit/LayoutTests/css3/filters/filter-region-animated-child-expected.html
|
| similarity index 85%
|
| copy from third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-composited-child.html
|
| copy to third_party/WebKit/LayoutTests/css3/filters/filter-region-animated-child-expected.html
|
| index 1332901d2af25faf0876e777faf6b78ee3e9b2eb..e09b205766150cf57bd4ca490a0ead141fc05c7e 100644
|
| --- a/third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-composited-child.html
|
| +++ b/third_party/WebKit/LayoutTests/css3/filters/filter-region-animated-child-expected.html
|
| @@ -1,6 +1,6 @@
|
| <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="0" height="0">
|
| <defs>
|
| - <filter id="filter" x="25%" y="0%" width="50%" height="100%">
|
| + <filter id="filter">
|
| <feComponentTransfer>
|
| <feFuncR type="linear" intercept="0" slope="1"/>
|
| <feFuncG type="linear" intercept="0" slope="0"/>
|
| @@ -19,7 +19,7 @@
|
| background-color: gray;
|
| width: 50px;
|
| height: 50px;
|
| - transform: translate(0px, 25px);
|
| + transform: translate(0px, 100px);
|
| will-change: transform;
|
| }
|
| </style>
|
|
|