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

Unified Diff: LayoutTests/fast/css/resources/circle-small.svg

Issue 24077007: Add support for the object-position CSS property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master again Created 7 years, 3 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/css/resources/circle-small.svg
diff --git a/LayoutTests/fast/css/resources/circle.svg b/LayoutTests/fast/css/resources/circle-small.svg
similarity index 54%
copy from LayoutTests/fast/css/resources/circle.svg
copy to LayoutTests/fast/css/resources/circle-small.svg
index 209b9f4e5b5d55b45b5ec80dac25873d06dfb593..6a57207f148412c9be9fe498c1143533ec0e7d0c 100644
--- a/LayoutTests/fast/css/resources/circle.svg
+++ b/LayoutTests/fast/css/resources/circle-small.svg
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
-<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200">
- <circle cx="50%" cy="50%" r="80" style="fill:blue;" />
+<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36">
+ <circle cx="50%" cy="50%" r="16" style="fill:blue;" />
</svg>
« no previous file with comments | « LayoutTests/fast/css/parsing-object-position-expected.txt ('k') | LayoutTests/transitions/object-position-transition.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698