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

Unified Diff: LayoutTests/fast/hidpi/resources/relativesrcset.svg

Issue 25105004: Use srcset's resource pixel density to determine intrinsic size (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@cleantests
Patch Set: Fixed crash+rebased Created 7 years, 2 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: LayoutTests/fast/hidpi/resources/relativesrcset.svg
diff --git a/LayoutTests/fast/hidpi/resources/relativesrcset.svg b/LayoutTests/fast/hidpi/resources/relativesrcset.svg
new file mode 100644
index 0000000000000000000000000000000000000000..3177f8f7e8fdf00daf51a84b97cfb317f95e7e00
--- /dev/null
+++ b/LayoutTests/fast/hidpi/resources/relativesrcset.svg
@@ -0,0 +1,4 @@
+<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'>
+ <rect fill='pink' width='50%' height='100%'/>
+ <circle fill='purple' cx='50' cy='25' r='15'/>
+</svg>
« no previous file with comments | « LayoutTests/fast/hidpi/resources/green-200-px-square.png ('k') | LayoutTests/fast/hidpi/resources/srcset.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698