| Index: third_party/WebKit/LayoutTests/animations/animated-filter-svg-element.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/animated-filter-svg-element.html b/third_party/WebKit/LayoutTests/animations/animated-filter-svg-element.html
|
| index ac4ecf9439f45025259b79c05cdb4f3236464fad..8cd770a6578e0fc39a832773454347d9ac66efbb 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/animated-filter-svg-element.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/animated-filter-svg-element.html
|
| @@ -10,11 +10,12 @@
|
| }
|
|
|
| #root, #child {
|
| + display: block;
|
| animation: blur-animation 1s infinite;
|
| }
|
| </style>
|
|
|
| -<svg id="root">
|
| +<svg id="root" height="100">
|
| <rect fill="blue" x="0" y="0" height="100" width="100" />
|
| </svg>
|
|
|
|
|