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

Unified Diff: third_party/WebKit/LayoutTests/svg/batik/text/verticalText.svg

Issue 1404853003: Add SVG Text to support the CSS 'text-orientation' property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drott review Created 5 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: third_party/WebKit/LayoutTests/svg/batik/text/verticalText.svg
diff --git a/third_party/WebKit/LayoutTests/svg/batik/text/verticalText.svg b/third_party/WebKit/LayoutTests/svg/batik/text/verticalText.svg
index 59a3b2e681785445a29b0567a997fd17913478a3..99edc7ec4eb38648de90ec7d669cc9dc15d40c80 100644
--- a/third_party/WebKit/LayoutTests/svg/batik/text/verticalText.svg
+++ b/third_party/WebKit/LayoutTests/svg/batik/text/verticalText.svg
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet href="../../text/resources/glyph-orientation-vertical.css" type="text/css"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">

Powered by Google App Engine
This is Rietveld 408576698