| Index: third_party/WebKit/LayoutTests/http/tests/cache/resources/circles-no-cache.svg
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/cache/resources/circles-no-cache.svg b/third_party/WebKit/LayoutTests/http/tests/cache/resources/circles-no-cache.svg
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e6b322d63a6bba7a4f28ef90f70fffb9254cb1b4
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/cache/resources/circles-no-cache.svg
|
| @@ -0,0 +1,4 @@
|
| +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="500" height="500">
|
| + <circle id="red" cx="250" cy="250" r="200" fill="red"></circle>
|
| + <circle id="green" cx="250" cy="250" r="200" fill="green"></circle>
|
| +</svg>
|
|
|