Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/images/restyle-decode-error.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/images/restyle-decode-error.html b/third_party/WebKit/LayoutTests/http/tests/images/restyle-decode-error.html |
| index c1c7bcbdb7dd5482a78e8095c60a3c9aba9b16f2..b774e2b70ebc059cf4ea29d5378b39ced248a18d 100644 |
| --- a/third_party/WebKit/LayoutTests/http/tests/images/restyle-decode-error.html |
| +++ b/third_party/WebKit/LayoutTests/http/tests/images/restyle-decode-error.html |
| @@ -1,6 +1,6 @@ |
| <html> |
| <body> |
| -<img style="content: url(#MyFilter)"> |
| +<img style="content: url(#MyFilter); display: block;"> |
| <script> |
| setTimeout(function() { |
| document.body.style.zoom=42; |