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

Unified Diff: LayoutTests/fast/css/resources/circle.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/circle.svg
diff --git a/LayoutTests/fast/writing-mode/resources/circle.svg b/LayoutTests/fast/css/resources/circle.svg
similarity index 82%
copy from LayoutTests/fast/writing-mode/resources/circle.svg
copy to LayoutTests/fast/css/resources/circle.svg
index ce4247a8372fa44e4de9c913f5b22ba63f7bd68b..209b9f4e5b5d55b45b5ec80dac25873d06dfb593 100644
--- a/LayoutTests/fast/writing-mode/resources/circle.svg
+++ b/LayoutTests/fast/css/resources/circle.svg
@@ -1,5 +1,5 @@
<?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">
<circle cx="50%" cy="50%" r="80" style="fill:blue;" />

Powered by Google App Engine
This is Rietveld 408576698