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

Unified Diff: LayoutTests/fast/css/resources/circle2.svg

Issue 22482004: Add support for the object-fit CSS property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Oops, sorry! Forgot to update UseCounter.cpp Created 7 years, 4 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/circle2.svg
diff --git a/LayoutTests/fast/writing-mode/resources/circle.svg b/LayoutTests/fast/css/resources/circle2.svg
similarity index 74%
copy from LayoutTests/fast/writing-mode/resources/circle.svg
copy to LayoutTests/fast/css/resources/circle2.svg
index ce4247a8372fa44e4de9c913f5b22ba63f7bd68b..dfa3a90d737f334167fe33a6f2529dbcf2f10cd1 100644
--- a/LayoutTests/fast/writing-mode/resources/circle.svg
+++ b/LayoutTests/fast/css/resources/circle2.svg
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
+<!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">
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" preserveAspectRatio="none">
<circle cx="50%" cy="50%" r="80" style="fill:blue;" />
</svg>

Powered by Google App Engine
This is Rietveld 408576698