| Index: third_party/WebKit/LayoutTests/http/tests/security/svg-image-with-cached-remote-image-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/svg-image-with-cached-remote-image-expected.html b/third_party/WebKit/LayoutTests/http/tests/security/svg-image-with-cached-remote-image-expected.html
|
| index 793f157c5855c5fcd1f3bfccea42ac7d1e31d806..480e114a4a66420372b26e21bf21799ecc527306 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/svg-image-with-cached-remote-image-expected.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/svg-image-with-cached-remote-image-expected.html
|
| @@ -8,9 +8,8 @@
|
| </svg>
|
|
|
| <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>
|
| <svg width="100" height="100">
|
| <rect width="100%" height="100%" fill="#0f0"/>
|
| <rect x="20%" y="20%" width="60%" height="60%" stroke-width="1" stroke="black" fill="transparent"/>
|
| - <image xlink:href="non-existent-resource-to-produce-fallback-content" x="20%" y="20%" width="60%" height="60%"/>
|
| -</svg>
|
| +</svg>
|
|
|