Chromium Code Reviews| Index: third_party/WebKit/Source/web/tests/data/image-broken.html |
| diff --git a/third_party/WebKit/Source/web/tests/data/image-broken.html b/third_party/WebKit/Source/web/tests/data/image-broken.html |
| index e6df3c3afa99fcc4817bc8a31f9f3b315bf9ef8c..3f47dbfc3f04f4e04f09af94c22e4b079de1240a 100644 |
| --- a/third_party/WebKit/Source/web/tests/data/image-broken.html |
| +++ b/third_party/WebKit/Source/web/tests/data/image-broken.html |
| @@ -1,2 +1,2 @@ |
| <!DOCTYPE HTML> |
| -<img id="image" width="100" height="100" src="non_existent.png" alt="test"> |
| +<img id="image" width="100" height="100" style="display: block;" src="non_existent.png" alt="test"> |