Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/performance-timing/paint-timing/resources/circle.svg |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/performance-timing/paint-timing/resources/circle.svg b/third_party/WebKit/LayoutTests/http/tests/performance-timing/paint-timing/resources/circle.svg |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6b5fdbe8e0653728125331b598f56cd55458a94d |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/performance-timing/paint-timing/resources/circle.svg |
| @@ -0,0 +1,3 @@ |
| +<svg xmlns="http://www.w3.org/2000/svg" version="1.1"> |
| + <circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="none" /> |
| +</svg> |