Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/performance-timing/paint-timing/resources/circle.svg

Issue 2860143002: Add tests for paint-timing, and move existing tests to same location (Closed)
Patch Set: add missing image resources Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698