| Index: third_party/WebKit/LayoutTests/http/tests/security/svg-image-with-cached-remote-image.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/svg-image-with-cached-remote-image.html b/third_party/WebKit/LayoutTests/http/tests/security/svg-image-with-cached-remote-image.html
|
| index 10273affc7efefdf029ce573102152660e840173..b926b53dd3e9948965e23b6a8dbffcab49f9c2bd 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/svg-image-with-cached-remote-image.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/svg-image-with-cached-remote-image.html
|
| @@ -3,7 +3,7 @@
|
| Image loaded via object should show a green background with a cross-origin image of Abe Lincoln:<br>
|
| <object id="precache" data="resources/image-wrapper.svg" width="100" height="100"></object>
|
| <br>
|
| -Image loaded via img should show a green background with fallback content instead of the remote image of Abe Lincoln:<br>
|
| +Image loaded via img should show a green background without the remote image of Abe Lincoln:<br>
|
| <img id="image" src="" width="100" height="100">
|
| <script>
|
| if (window.testRunner)
|
|
|